姚云青 il y a 2 ans
Parent
commit
46ff81b33e

+ 1 - 1
imcs-admin-boot/imcs-business-entity/src/main/java/com/github/zuihou/business/edgeLibrary/entity/StockInfo.java

@@ -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 = "物品类型")