教育训练处考试制证系统后端
heheng
2025-01-21 44f7e1fe5136eb0666bb599387406ea6b12e659b
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;