Browse Source

先兼容云箭的

yejian016332 3 years ago
parent
commit
aa9ccc505e

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

@@ -80,7 +80,6 @@ public class PlateUpdateDTO implements Serializable {
      * 可放托盘数量
      */
     @ApiModelProperty(value = "可放托盘数量")
-    @Max(value=4, message="可放托盘数量不超过4")
     private Long number;
 
     /**