feat: 数据分组服务实现.

This commit is contained in:
lijiahang
2023-11-09 11:34:24 +08:00
parent bc0fa08518
commit 0ee6ebe207
32 changed files with 361 additions and 772 deletions

View File

@@ -21,7 +21,7 @@ public interface Const extends com.orion.lang.constant.Const, FieldConst {
String INTRANET_IP = "内网IP";
Long ROOT_MENU_ID = 0L;
Long ROOT_PARENT_ID = 0L;
Integer DEFAULT_SORT = 10;