浏览代码

MaskConstant

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";
 }