| | |
| | | */ |
| | | @Data |
| | | public class EducationResourceVO { |
| | | |
| | | /** 当前页大小 */ |
| | | private Integer pageSize = 10; |
| | | |
| | | /** 当前页 */ |
| | | private Integer pageNum = 1; |
| | | |
| | | private Integer id; |
| | |
| | | |
| | | private Integer createUser; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date createTime; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date updateTime; |
| | | |
| | | private String visitUrl; |
| | | @Data |
| | | public static class UploadFile { |
| | | |