update 优化使用 SystemConstants 替代硬编码的状态值

This commit is contained in:
AprilWind
2026-03-18 13:07:41 +08:00
parent 4b3fa35993
commit 72ac989614
7 changed files with 13 additions and 26 deletions

View File

@@ -18,25 +18,15 @@ public interface SystemConstants {
String DISABLE = "1";
/**
* 是否为系统默认(是)
* 是
*/
String YES = "Y";
/**
* 是否为系统默认(否)
*
*/
String NO = "N";
/**
* 是否菜单外链(是)
*/
String YES_FRAME = "Y";
/**
* 是否菜单外链(否)
*/
String NO_FRAME = "N";
/**
* 菜单类型(目录)
*/