init version

This commit is contained in:
terry.wang
2025-12-08 16:51:40 +08:00
commit fb810a85f0
4077 changed files with 163924 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
// TODO 待办:请将下面的错误码复制到 joju-module-${table.moduleName}-api 模块的 ErrorCodeConstants 类中。注意请给“TODO 补充编号”设置一个错误码编号!!!
// ========== ${table.classComment} TODO 补充编号 ==========
ErrorCode ${simpleClassName_underlineCase.toUpperCase()}_NOT_EXISTS = new ErrorCode(TODO 补充编号, "${table.classComment}不存在");