更新董潘祥代码

This commit is contained in:
chy
2026-02-03 15:50:37 +08:00
parent 1c212fb3b3
commit e392221045
27 changed files with 79 additions and 87 deletions

View File

@@ -11,8 +11,7 @@
"name": "lideeyunji.codegen.base-package",
"type": "java.lang.String",
"description": "生成的 Java 代码的基础包",
"sourceType": "com.lideeyunji.service.infra.config.framework.codegen.config.CodegenProperties",
"defaultValue": "com.lideeyunji"
"sourceType": "com.lideeyunji.service.infra.config.framework.codegen.config.CodegenProperties"
},
{
"name": "lideeyunji.codegen.db-schemas",
@@ -24,8 +23,7 @@
"name": "lideeyunji.codegen.front-type",
"type": "java.lang.Integer",
"description": "代码生成的前端类型(默认) 枚举 {@link CodegenFrontTypeEnum#getType()}",
"sourceType": "com.lideeyunji.service.infra.config.framework.codegen.config.CodegenProperties",
"defaultValue": 10
"sourceType": "com.lideeyunji.service.infra.config.framework.codegen.config.CodegenProperties"
}
],
"hints": []