liujie
3 天以前 50430e0e13de4e3d0c73fcf9e099a2327706fc4f
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/feignclient/competition/model/Participant.java
@@ -24,6 +24,10 @@
     */
    private String name;
    /**
     * 头像
     */
    private String headImg;
    /**
     * 生日
     */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")