feat: 代码模板使用字典配置替换枚举值.

This commit is contained in:
lijiahang
2023-10-30 18:35:08 +08:00
parent 83a0fb99f1
commit ada22636b3
28 changed files with 737 additions and 624 deletions

View File

@@ -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;

View File

@@ -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";