|
@@ -73,7 +73,7 @@ public class StockInfo extends Entity<Long> {
|
|
|
/**
|
|
|
* 物品类型
|
|
|
*/
|
|
|
- @ApiModelProperty(value = "物品类型")
|
|
|
+ @ApiModelProperty(value = "物品类型1-托盘2-夹具3-零件4-原材料5-托板")
|
|
|
@Length(max = 32, message = "物品类型长度不能超过32")
|
|
|
@TableField(value = "goods_type", condition = LIKE)
|
|
|
@Excel(name = "物品类型")
|