Forráskód Böngészése

菜单父节点常量添加

黄远 5 éve
szülő
commit
03e9d8df9c

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