教育训练处考试制证系统后端
heheng
2025-02-21 6448b8ad10f383dce2e3a2b4aab12965fe851d94
exam-system/src/main/java/com/gkhy/exam/institutionalaccess/entity/ThCourseChapter.java
@@ -29,6 +29,9 @@
    private Long institutionId;
    private String courseUuid;
    //讲师
    private String teacher;
    //删除标志(0代表存在 2代表删除)
    private Byte delFlag;