nickchange
2023-12-08 4ebae3295b2c085d5b29870cd4b358a3ad63213a
cloud-server-account/src/main/java/com/dsh/account/entity/Coach.java
@@ -129,7 +129,7 @@
     * 添加时间
     */
    @TableField("insertTime")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date insertTime;