springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/grid/EventDetailsVO.java
@@ -21,6 +21,9 @@ @ApiModelProperty(value = "id") private Long id; @ApiModelProperty(value = "事件处理状态") private Integer eventDealStatus; @ApiModelProperty(value = "服务单号") private String orderSn; @@ -49,7 +52,7 @@ private String eventTitle; @ApiModelProperty(value = "宣传类型") private Integer propagandaType; private String propagandaType; @ApiModelProperty(value = "宣传时间") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")