|
@@ -24,7 +24,7 @@ public class Project {
|
|
private Date createAt;
|
|
private Date createAt;
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
private Date updateAt;
|
|
private Date updateAt;
|
|
- private String projectType;
|
|
|
|
|
|
+ private Integer projectType;
|
|
private String creatorId;
|
|
private String creatorId;
|
|
|
|
|
|
public void generateId() {
|
|
public void generateId() {
|