xiaoyong931011
2022-11-23 d7140004b514b43f9734d050fb65d0c2898cca7f
src/main/java/cc/mrbird/febs/dapp/vo/ApiMessageListVo.java
@@ -18,7 +18,7 @@
    private String backMessage;
    @ApiModelProperty(value = "时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date createTime;
}