Commit 6dfa7280 by lcx

sheettype枚举修改

parent 66a8e81c
......@@ -188,9 +188,13 @@ public enum SheetType
[Description("考核")]
Assess = 38, //该参数作用类似于 其他工作量
/// <summary> 医生收入 </summary>
[Description("医生收入")]
DoctorIncome = 100,
/// <summary> 自定义抽取模板 </summary>
[Description("自定义抽取模板")]
Custom = 100,
Custom = 101
}
/// <summary>
......
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