Commit 1b6150e8 authored by 黎博's avatar 黎博

修改实体类

parent 4b90dc76
......@@ -3,8 +3,11 @@ package cn.qg.holmes.entity.jira;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.util.Date;
/**
* 未解决JIRA BUG
*/
......@@ -41,12 +44,12 @@ public class JiraBugPool {
* 钉钉robot
*/
private String dingUrl;
/**
* 解决结果
*/
private String resolveResult;
/**
* 是否有效,1-有效,0-无效
*/
private Integer enable;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date createTime;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date updateTime;
}
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