shiqian 4 سال پیش
والد
کامیت
962f6b809f
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      boman-web-core/src/main/java/com/boman/web/core/constant/MaskConstant.java

+ 3 - 0
boman-web-core/src/main/java/com/boman/web/core/constant/MaskConstant.java

@@ -19,6 +19,9 @@ public class MaskConstant {
     /**  修改可见  **/
     public static final String UPDATE_VISIBLE = "1";
 
+    /**  列表可见  **/
+    public static final String LIST_VISIBLE = "1";
+
     /**  列表可修改  **/
     public static final String LIST_CAN_EDIT = "1";
 }