xiaoyong931011
2022-11-23 e2ba41fbcaa2b632c4f01542df4a44140c582911
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;
}