Commit 5c13537c by guanzhenshan

增加版本号

parent 4edb08b2
...@@ -79,5 +79,11 @@ namespace Bailun.DC.Models.DataWareHouse ...@@ -79,5 +79,11 @@ namespace Bailun.DC.Models.DataWareHouse
/// 是否已删除 1:已删除,0:未删除 /// 是否已删除 1:已删除,0:未删除
/// </summary> /// </summary>
public int delstatus { get; set; } public int delstatus { get; set; }
/// <summary>
/// 版本号
/// </summary>
public string versionno { get; set; }
} }
} }
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