任务单的数量变更问题优化

This commit is contained in:
tongfei
2023-11-30 16:26:15 +08:00
parent f8ad28fecb
commit b5537a1ccd
4 changed files with 36 additions and 4 deletions

View File

@@ -29,6 +29,11 @@ namespace WMS.Web.Domain.Values
/// 已作废
/// </summary>
[EnumRemark("已作废")]
Repeal = 4
Repeal = 4,
/// <summary>
/// 待入库
/// </summary>
[EnumRemark("待入库")]
WaitInStock = 5
}
}