样式调整

This commit is contained in:
2024-05-29 08:57:22 +08:00
parent 6f2b846473
commit 6677691305
2 changed files with 24 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ namespace ZR.Model.MES.wms
public int Id { get; set; }
/// <summary>
/// 操作类型;0-默认1-拼箱2-拆箱3-移库4-待定。。。其余待定
/// 操作类型;0-默认 1-拼箱 2-拆箱 3-移库 4-待定。。。其余待定
/// </summary>
public int Type { get; set; }