出库单据增加货架类型

This commit is contained in:
hehaibing-1996
2024-05-15 18:39:07 +08:00
parent 65bb836721
commit cc65e985aa
2 changed files with 14 additions and 1 deletions

View File

@ -62,4 +62,10 @@ namespace WCS.Model.ApiModel.OutStore
ByMatCode = 0,
ByMatSn = 1
}
public enum ShelfTypeEnum
{
SmartShelf = 0,
SingleLightShelf = 1
}
}