luohairen
2024-10-29 ff95b1e496a5c193dd30d56311caa8d6c5835ae2
src/main/java/com/ycl/jxkg/domain/entity/EducationResource.java
@@ -23,12 +23,17 @@
    /** 所属学科 */
    private Integer subjectId;
    /** 班级 */
    private Integer classId;
    /** 主题简介 */
    private String introduction;
    /** 附件 */
    private String attachment;
    private Integer createUser;
    private Date createTime;
    private Date updateTime;