puzhibing
2024-06-14 5f37dc3fac7e65e19ea02303243c4fd107f5f5cb
cloud-server-competition/src/main/java/com/dsh/competition/model/AddParticipant.java
@@ -16,6 +16,8 @@
public class AddParticipant {
    @ApiModelProperty(value = "姓名", dataType = "string", required = true)
    private String name;
    @ApiModelProperty(value = "头像", dataType = "string", required = true)
    private String headImg;
    @ApiModelProperty(value = "生日", dataType = "string", required = true)
    private String birthday;
    @ApiModelProperty(value = "性别(1=男,2=女)", dataType = "int", required = true)