mirror of https://gitee.com/stylefeng/roses
【dict】更新dict默认的父级id
parent
1dc2507790
commit
1957b8cc65
|
@ -21,6 +21,6 @@ public interface DictConstants {
|
|||
/**
|
||||
* 默认字典根节点的id
|
||||
*/
|
||||
Long DEFAULT_DICT_PARENT_ID = -1L;
|
||||
Long DEFAULT_DICT_PARENT_ID = 0L;
|
||||
|
||||
}
|
Loading…
Reference in New Issue