puzhibing
2023-07-27 f281d329a6fe9e61b8ff8f43cc9c7fcd0d5753cb
cloud-server-competition/src/main/java/com/dsh/competition/model/AddParticipant.java
@@ -17,8 +17,7 @@
    @ApiModelProperty(value = "姓名", dataType = "string", required = true)
    private String name;
    @ApiModelProperty(value = "生日", dataType = "string", required = true)
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date birthday;
    private String birthday;
    @ApiModelProperty(value = "性别(1=男,2=女)", dataType = "int", required = true)
    private Integer gender;
    @ApiModelProperty(value = "身高(CM)", dataType = "int", required = true)