Commit 41e1b1a4 by guanzhenshan

增加解析值的字段,跟条件字段分开

parent 5df949c7
...@@ -34,5 +34,10 @@ namespace Bailun.DC.Models.DataWareHouse ...@@ -34,5 +34,10 @@ namespace Bailun.DC.Models.DataWareHouse
/// </summary> /// </summary>
public int datatype { get; set; } public int datatype { get; set; }
/// <summary>
/// 取值的判断条件,为空则没有判断条件
/// </summary>
public string conditioncol { 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