bug
luohairen
2024-10-30 df4898d55d3aa97f2cf455b4c351c37f2b84e257
src/main/java/com/ycl/jxkg/domain/vo/admin/education/EducationResourceVO.java
@@ -15,9 +15,9 @@
 */
@Data
public class EducationResourceVO {
    /** 当前页大小 */
    private Integer pageSize = 10;
    /** 当前页 */
    private Integer pageNum = 1;
    private Integer id;
@@ -62,6 +62,7 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date updateTime;
    private String visitUrl;
    @Data
    public static class UploadFile {