xiaoyong931011
2022-11-21 c7b00f56c03263e3dbc23df0f834c25e3ad9f7da
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;
}