Commit cf8a8aeb by guanzhenshan

增加平台id字段

parent 0cd2ef25
...@@ -17,6 +17,10 @@ namespace Bailun.DC.Models ...@@ -17,6 +17,10 @@ namespace Bailun.DC.Models
/// </summary> /// </summary>
public string platform { get; set; } public string platform { get; set; }
/// <summary>
/// 平台id
/// </summary>
public int platform_index { get; set; }
/// <summary> /// <summary>
/// 站点 /// 站点
......
...@@ -23,6 +23,9 @@ namespace Bailun.DC.Models ...@@ -23,6 +23,9 @@ namespace Bailun.DC.Models
/// </summary> /// </summary>
public string platform_type { get; set; } public string platform_type { get; set; }
public int platform_index { get; set; }
public int datatype { get; set; } public int datatype { get; set; }
/// <summary> /// <summary>
......
...@@ -290,6 +290,7 @@ namespace Bailun.DC.Services ...@@ -290,6 +290,7 @@ namespace Bailun.DC.Services
pwd = item.pwd, pwd = item.pwd,
token = item.token, token = item.token,
platform_index = item.platform_index,
}; };
cn.Insert(obj); cn.Insert(obj);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment