无关风月
3 天以前 8a5b6dedd18a0956ffa8da7ec9ace30b1d8238fc
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")