Commit bb46a3e8 by lcx

report_blobal实体修改

parent b45cc95f
...@@ -34,16 +34,16 @@ public class report_global ...@@ -34,16 +34,16 @@ public class report_global
/// <summary> /// <summary>
/// 年 /// 年
/// </summary> /// </summary>
public Nullable<int> Type { get; set; } public Nullable<int> Year { get; set; }
/// <summary> /// <summary>
/// 月 /// 月
/// </summary> /// </summary>
public Nullable<int> InputName { get; set; } public Nullable<int> Month { get; set; }
/// <summary> /// <summary>
/// 值 /// 值
/// </summary> /// </summary>
public Nullable<decimal> InputType { get; set; } public Nullable<decimal> Value { 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