diff --git a/src/main/resources/generatorConfig.xml b/src/main/resources/generatorConfig.xml index bc66766..d90638b 100644 --- a/src/main/resources/generatorConfig.xml +++ b/src/main/resources/generatorConfig.xml @@ -43,13 +43,17 @@ <!-- 需要生成的表 --> -<!-- <table tableName="stu_user" domainObjectName="StuUser" />--> - <table tableName="tch_exam_manage" domainObjectName="TchExamManage" /> - <table tableName="tch_homework_manage" domainObjectName="TchHomeworkManage" /> - <table tableName="tch_homework_set" domainObjectName="TchHomeworkSet" /> - <table tableName="tch_notice_manage" domainObjectName="TchNoticeManage" /> - <table tableName="tch_sign_manage" domainObjectName="TchSignManage" /> - <table tableName="tch_start_course_manage" domainObjectName="TchStartCourseManage" /> +<!--<!– <table tableName="stu_user" domainObjectName="StuUser" />–>--> +<!-- <table tableName="tch_exam_manage" domainObjectName="TchExamManage" />--> +<!-- <table tableName="tch_homework_manage" domainObjectName="TchHomeworkManage" />--> +<!-- <table tableName="tch_homework_set" domainObjectName="TchHomeworkSet" />--> +<!-- <table tableName="tch_notice_manage" domainObjectName="TchNoticeManage" />--> +<!-- <table tableName="tch_sign_manage" domainObjectName="TchSignManage" />--> +<!-- <table tableName="tch_start_course_manage" domainObjectName="TchStartCourseManage" />--> +<!-- <table tableName="tch_start_course_name_list" domainObjectName="TchStartCourseNameList" />--> +<!-- <table tableName="stu_learning_assessment" domainObjectName="StuLearningAssessment" />--> + + <table tableName="tch_topic_details" domainObjectName="TchTopicDetails" /> </context>