liujie
2023-10-17 083bed1be51dc21792a245b035b50dfef0a24db3
cloud-server-management/src/main/java/com/dsh/course/feignClient/account/model/Coach.java
@@ -58,6 +58,7 @@
    /**
     * 生日
     */
    @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
    private Date birthday;
    /**
     * 性别(1=男,2=女)