feat: 代码模板使用字典配置替换枚举值.
This commit is contained in:
@@ -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, ConstField {
|
||||
public interface Const extends com.orion.lang.constant.Const, FieldConst {
|
||||
|
||||
Integer NOT_DELETE = 0;
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ package com.orion.ops.framework.common.constant;
|
||||
* @version 1.0.0
|
||||
* @since 2023/10/17 12:44
|
||||
*/
|
||||
public interface ConstField {
|
||||
public interface FieldConst {
|
||||
|
||||
String ID = "id";
|
||||
|
||||
Reference in New Issue
Block a user