mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-04-11 04:53:15 +08:00
update 重构 修改框架内不正常命名与规范是和否的状态
This commit is contained in:
@@ -30,12 +30,12 @@ public interface SystemConstants {
|
||||
/**
|
||||
* 是否菜单外链(是)
|
||||
*/
|
||||
String YES_FRAME = "0";
|
||||
String YES_FRAME = "Y";
|
||||
|
||||
/**
|
||||
* 是否菜单外链(否)
|
||||
*/
|
||||
String NO_FRAME = "1";
|
||||
String NO_FRAME = "N";
|
||||
|
||||
/**
|
||||
* 菜单类型(目录)
|
||||
|
||||
@@ -19,7 +19,7 @@ import java.lang.annotation.Target;
|
||||
public @interface DictPattern {
|
||||
|
||||
/**
|
||||
* 字典类型,如 "sys_user_sex"
|
||||
* 字典类型,如 "sys_user_gender"
|
||||
*/
|
||||
String dictType();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user