fuliqi
2024-10-29 8883d90ba7d60a61590b715d1a3be9e3ae2adb2d
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;