无关风月
2024-12-02 1fb3aff3fcc690d3ef20f213e7b6c0a208d3cbd5
cloud-server-competition/src/main/java/com/dsh/competition/model/EditParticipant.java
@@ -22,6 +22,8 @@
    private String phone;
    @ApiModelProperty(value = "姓名", dataType = "string", required = false)
    private String name;
    @ApiModelProperty(value = "头像", dataType = "string", required = true)
    private String headImg;
    @ApiModelProperty(value = "生日", dataType = "string", required = false)
    private String birthday;
    @ApiModelProperty(value = "性别(1=男,2=女)", dataType = "int", required = false)