补充提交
This commit is contained in:
parent
9b48594479
commit
981616e52d
|
|
@ -18,6 +18,24 @@ public class StudentInfoListedVo implements Serializable {
|
|||
@ApiModelProperty(value = "主键")
|
||||
private Long studentId;
|
||||
|
||||
@ApiModelProperty(value = "性别:0-女 1-男")
|
||||
private Integer gender;
|
||||
|
||||
@ApiModelProperty(value = "身份证号")
|
||||
private String idCard;
|
||||
|
||||
@ApiModelProperty(value = "毕业学校")
|
||||
private String previousSchool;
|
||||
|
||||
@ApiModelProperty(value = "身高(cm)")
|
||||
private BigDecimal height;
|
||||
|
||||
@ApiModelProperty(value = "体重(kg)")
|
||||
private BigDecimal weight;
|
||||
|
||||
@ApiModelProperty(value = "鞋码")
|
||||
private Integer shoeSize;
|
||||
|
||||
@ApiModelProperty(value = "姓名")
|
||||
private String name;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue