update 优化代码以及注释

This commit is contained in:
AprilWind
2025-01-15 20:46:11 +08:00
parent 089a79002f
commit 8f21e9e2fd
21 changed files with 60 additions and 49 deletions

View File

@ -68,7 +68,7 @@ public interface Constants {
Integer CAPTCHA_EXPIRATION = 2;
/**
* 顶级部门id
* 顶级父级id
*/
Long TOP_PARENT_ID = 0L;

View File

@ -1,7 +1,7 @@
package org.dromara.common.core.constant;
/**
* 用户常量信息
* 系统常量信息
*
* @author Lion Li
*/
@ -22,6 +22,11 @@ public interface SystemConstants {
*/
String YES = "Y";
/**
* 是否为系统默认(否)
*/
String NO = "N";
/**
* 是否菜单外链(是)
*/