Commit d36f3b19 by lcx

大屏文件上传,数据导入

parent b5bf090f
...@@ -70,5 +70,10 @@ public class report_performance_person_tags ...@@ -70,5 +70,10 @@ public class report_performance_person_tags
/// 重点群体对比5 /// 重点群体对比5
/// </summary> /// </summary>
public string Tag5 { get; set; } public string Tag5 { get; set; }
/// <summary>
/// 创建时间
/// </summary>
public Nullable<DateTime> CreateTime { get; set; }
} }
} }
...@@ -60,5 +60,10 @@ public class report_performance_tags ...@@ -60,5 +60,10 @@ public class report_performance_tags
/// 重点群体对比5 /// 重点群体对比5
/// </summary> /// </summary>
public string Tag5 { get; set; } public string Tag5 { get; set; }
/// <summary>
/// 创建时间
/// </summary>
public Nullable<DateTime> CreateTime { 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