luohairen
2024-11-14 247cb86585a1d1894596ed18a6c93efecb992946
src/main/java/com/ycl/jxkg/domain/entity/EducationResource.java
@@ -20,8 +20,11 @@
    /** 文件地址 */
    private String contentUrl;
    /** 所属分类 */
    private Integer belongType;
    /** 所属学科 */
    private Integer subjectId;
    /** 班级 */
    private Integer classId;
    /** 主题简介 */
    private String introduction;
@@ -29,6 +32,8 @@
    /** 附件 */
    private String attachment;
    private Integer createUser;
    private Date createTime;
    private Date updateTime;