出库单据增加货架类型
This commit is contained in:
@ -62,4 +62,10 @@ namespace WCS.Model.ApiModel.OutStore
|
||||
ByMatCode = 0,
|
||||
ByMatSn = 1
|
||||
}
|
||||
|
||||
public enum ShelfTypeEnum
|
||||
{
|
||||
SmartShelf = 0,
|
||||
SingleLightShelf = 1
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user