zhibing.pu
2024-07-24 c493d7d249a2b80555d64470a7f6112dd979d6fc
cloud-server-management/src/main/java/com/dsh/course/feignClient/competition/model/CompetitionUser.java
@@ -14,6 +14,6 @@
    private String phone;
    private String idCard;
    private Integer state;
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date insertTime;
}