Commit 3adb634e by zhoujinhui

新增盘点类型

parent fc27a34a
......@@ -165,7 +165,13 @@ namespace Domain.TakeStock
/// 报废
/// </summary>
[Description("报废")]
Voidgoods = 4
Voidgoods = 4,
/// <summary>
/// 耗材出库
/// </summary>
[Description("耗材出库")]
ConsumablesExWarehouse = 5
}
/// <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