出入库回退序列号记录

This commit is contained in:
18942506660
2023-11-13 14:33:10 +08:00
parent e9afd62bbe
commit 593422e730
3 changed files with 76 additions and 1 deletions

View File

@@ -83,5 +83,16 @@ namespace WMS.Web.Domain.Values
/// </summary>
[EnumRemark("组装拆卸入库")]
Assembled_In = 14,
/// <summary>
/// 入库回退下架
/// </summary>
[EnumRemark("入库回退下架")]
BackRecord_Off = 15,
/// <summary>
/// 出库回退上架
/// </summary>
[EnumRemark("出库回退上架")]
BackRecord_On = 16,
}
}