syh 5 лет назад
Родитель
Сommit
2077a0bc05

+ 3 - 3
jeecg-boot-module-system/src/main/java/org/jeecg/modules/wps/dto/UserAclBO.java

@@ -11,15 +11,15 @@ public class UserAclBO {
     /**
      * 重命名权限,1为打开该权限,0为关闭该权限,默认为0
      */
-    private int rename;
+    private int rename=1;
 
     /**
      * 打印
      */
-    private int print;
+    private int print=1;
 
     private int copy;
 
-    private int export;
+    private int export=1;
 
 }