xiaoyong931011
2022-11-24 a74d4b7f12cb74757425272193ec2964ccd56746
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;
}