Commit cf8a8aeb by guanzhenshan

增加平台id字段

parent 0cd2ef25
......@@ -17,6 +17,10 @@ namespace Bailun.DC.Models
/// </summary>
public string platform { get; set; }
/// <summary>
/// 平台id
/// </summary>
public int platform_index { get; set; }
/// <summary>
/// 站点
......
......@@ -23,6 +23,9 @@ namespace Bailun.DC.Models
/// </summary>
public string platform_type { get; set; }
public int platform_index { get; set; }
public int datatype { get; set; }
/// <summary>
......
......@@ -290,6 +290,7 @@ namespace Bailun.DC.Services
pwd = item.pwd,
token = item.token,
platform_index = item.platform_index,
};
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