Commit b80fc74d authored by 黎博's avatar 黎博

jiraBugPool新增字段

parent 5e2f4929
...@@ -44,10 +44,16 @@ public class JiraBugPool { ...@@ -44,10 +44,16 @@ public class JiraBugPool {
* 钉钉robot * 钉钉robot
*/ */
private String dingUrl; private String dingUrl;
/**
* 对应项目id
*/
private Integer dingRobotId;
/** /**
* 是否有效,1-有效,0-无效 * 是否有效,1-有效,0-无效
*/ */
private Integer enable; private Integer 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