update 优化 根部门祖级列表常量和备注,以避免歧义

This commit is contained in:
秋辞未寒
2025-02-17 19:59:04 +08:00
parent 4c5ab7bcaf
commit e67aa57cb3
2 changed files with 8 additions and 2 deletions

View File

@@ -67,4 +67,8 @@ public interface SystemConstants {
*/
Long SUPER_ADMIN_ID = 1L;
/**
* 根部门祖级列表
*/
String ROOT_DEPT_ANCESTORS = "0";
}