Commit 5414928c authored by 黎博's avatar 黎博

pipeline实体enable字段改成字符串

parent b2cda752
...@@ -16,7 +16,7 @@ public class Pipeline { ...@@ -16,7 +16,7 @@ public class Pipeline {
private String serviceBranch; private String serviceBranch;
private String serviceType; private String serviceType;
private String namespace; private String namespace;
private Integer enable; private String enable;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date createTime; private Date createTime;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment