review code.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.orion.ops.framework.common.constant;
|
||||
|
||||
/**
|
||||
* 常量 - 中文
|
||||
*
|
||||
* @author Jiahang Li
|
||||
* @version 1.0.0
|
||||
* @since 2023/11/30 21:00
|
||||
*/
|
||||
public interface CnConst {
|
||||
|
||||
String CN_USER = "用户";
|
||||
|
||||
String CN_ROLE = "角色";
|
||||
|
||||
}
|
||||
@@ -7,7 +7,7 @@ package com.orion.ops.framework.common.constant;
|
||||
* @version 1.0.0
|
||||
* @since 2023/6/23 18:49
|
||||
*/
|
||||
public interface Const extends com.orion.lang.constant.Const, FieldConst {
|
||||
public interface Const extends com.orion.lang.constant.Const, FieldConst, CnConst {
|
||||
|
||||
Integer NOT_DELETE = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user