Parcourir la source

先兼容云箭的

yejian016332 il y a 3 ans
Parent
commit
533d2da8e0

+ 0 - 1
imcs-admin-boot/imcs-business-entity/src/main/java/com/github/zuihou/business/productionReadyCenter/entity/Plate.java

@@ -97,7 +97,6 @@ public class Plate extends Entity<Long> {
      */
     @ApiModelProperty(value = "可放托盘数量")
     @TableField(value = "number", condition = LIKE)
-    @Max(value = 4, message = "可放托盘数量不能超过4")
     @Excel(name = "可放托盘数量")
     private Long number;