Commit bb46a3e8 by lcx

report_blobal实体修改

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