소스 검색

Merge branch 'huangyuan-user' of lift-manager/lift-server into develop

huangyuan 5 년 전
부모
커밋
5228ce7c4e
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      lift-common/src/main/java/cn.com.ty.lift.common/constants/ApiConstants.java

+ 5 - 0
lift-common/src/main/java/cn.com.ty.lift.common/constants/ApiConstants.java

@@ -34,4 +34,9 @@ public class ApiConstants {
      * 未删除
      */
     public static final int DELETE_NO = 0;
+
+    /**
+     * 菜单根节点父id
+     */
+    public static final Long ROOT_MENU_PARENT_ID = 0L;
 }