mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
代码生成:主子表(inner)部分模版
This commit is contained in:
@ -57,7 +57,10 @@ public interface ErrorCodeConstants {
|
||||
// ========== 学生(CodegenTemplateTypeEnum.ONE 示例) 1-001-201-000 ==========
|
||||
ErrorCode DEMO01_STUDENT_NOT_EXISTS = new ErrorCode(1_001_200_000, "学生不存在");
|
||||
|
||||
// ========== 学生(CodegenTemplateTypeEnum.ONE 示例) 1-001-211-000 ==========
|
||||
// ========== 学生(CodegenTemplateTypeEnum.MASTER_NORMAL 示例) 1-001-211-000 ==========
|
||||
ErrorCode DEMO11_STUDENT_NOT_EXISTS = new ErrorCode(1_001_211_000, "学生不存在");
|
||||
|
||||
// ========== 学生(CodegenTemplateTypeEnum.MASTER_INNER 示例) 1-001-213-000 ==========
|
||||
ErrorCode DEMO12_STUDENT_NOT_EXISTS = new ErrorCode(1_001_213_000, "学生不存在");
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user