添加 serviceImpl.vm 的模板

This commit is contained in:
YunaiV
2021-02-07 00:34:54 +08:00
parent 5442f6522e
commit 59be930f2e
7 changed files with 143 additions and 117 deletions

View File

@@ -1,2 +1,2 @@
// ========== ${table.classCommet} TODO 补充编号 ==========
ErrorCode ${simpleClassName_underlineCase.toUpperCase()}_NOT_FOUND = new ErrorCode(TODO 补充编号, "${table.classComment}不存在}");
// ========== ${table.classComment} TODO 补充编号 ==========
ErrorCode ${simpleClassName_underlineCase.toUpperCase()}_NOT_EXISTS = new ErrorCode(TODO 补充编号, "${table.classComment}不存在}");