1. 调整代码生成器模板的目录
2. 调整代码的方法
This commit is contained in:
2
src/main/resources/codegen/java/enums/errorcode.vm
Normal file
2
src/main/resources/codegen/java/enums/errorcode.vm
Normal file
@@ -0,0 +1,2 @@
|
||||
// ========== ${table.classComment} TODO 补充编号 ==========
|
||||
ErrorCode ${simpleClassName_underlineCase.toUpperCase()}_NOT_EXISTS = new ErrorCode(TODO 补充编号, "${table.classComment}不存在}");
|
||||
Reference in New Issue
Block a user