Fancy
2024-06-25 0d89ea0d2632abe27c00dfc88943476f00e8804d
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoBa/BaPrivilege.java
@@ -58,4 +58,11 @@
    @Length(message = "权限类型不大于{max}字,不小于{min}字", min = 4, max = 4)
    public Integer type;
    /**
     * 类别名称
     */
    @NotEmpty(message = "类别名称不能为空") //不能为空也不能为null
    @Length(message = "权限类型不大于{max}字,不小于{min}字", min = 3, max = 6)
    public String typeName;
}