@@ -24,7 +24,7 @@ public class Project {
private Date createAt;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date updateAt;
- private String projectType;
+ private Integer projectType;
private String creatorId;
public void generateId() {
@@ -9,7 +9,7 @@ import lombok.Data;
public class ProjectFilterVo {
private String name;
private String code;
// 分页参数
private Integer pageNum = 1; // 当前页码
@@ -7,5 +7,5 @@ public class ProjectVo {
private String company;
}