使用 DROP TABLE IF EXISTS + CREATE TABLE 确保表结构完整对齐实体类: - t_biz_contest_judge(评委表,继承BaseEntity) - t_biz_contest_review_rule(评审规则表,继承BaseEntity) - t_biz_contest_work_judge_assignment(分配表,独立字段) - t_biz_contest_work_score(评分表,继承BaseEntity) - t_biz_preset_comment(预设评语表,继承BaseEntity) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| pom.xml | ||