This commit is contained in:
陶坤
2024-05-15 18:50:44 +08:00
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
}
}