刘小明
2024-10-12 6518c722cbd542436787da4f864ef5ce26837d21
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltStation.java
@@ -41,8 +41,8 @@
    /**
     * 编号
     */
    @NotEmpty(message = "编号不能为空")
    @Length(message = "编号必须{max}位数据", min = 4, max = 4)
//    @NotEmpty(message = "编号不能为空")
//    @Length(message = "编号必须{max}位数据", min = 4, max = 4)
    public String code;
    /**