소스 검색

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