mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 11:35:06 +08:00
代码生成:增加主子表的示例
This commit is contained in:
@ -54,6 +54,10 @@ public interface ErrorCodeConstants {
|
||||
// ========== 数据源配置 1-001-107-000 ==========
|
||||
ErrorCode DEMO_STUDENT_NOT_EXISTS = new ErrorCode(1_001_107_000, "学生不存在");
|
||||
|
||||
// ========== 学生(CodegenTemplateTypeEnum.ONE 示例) 1-001-200-000 ==========
|
||||
// ========== 学生(CodegenTemplateTypeEnum.ONE 示例) 1-001-201-000 ==========
|
||||
ErrorCode DEMO01_STUDENT_NOT_EXISTS = new ErrorCode(1_001_200_000, "学生不存在");
|
||||
|
||||
// ========== 学生(CodegenTemplateTypeEnum.ONE 示例) 1-001-211-000 ==========
|
||||
ErrorCode DEMO11_STUDENT_NOT_EXISTS = new ErrorCode(1_001_211_000, "学生不存在");
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user