huanghongfa
2021-05-31 faa40222f2e15b68a89d2180b57d444de5b67709
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/grid/EventEditDTO.java
@@ -64,9 +64,9 @@
    @ApiModelProperty(value = "事件标题", hidden = false, example = "")
    private String eventTitle;
    @Max(127)
    @Length(max=255)
    @ApiModelProperty(value = "宣传类型", hidden = false, example = "1")
    private Integer propagandaType;
    private String propagandaType;
    
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")