|
|
@@ -98,4 +98,17 @@ public class BaseNewStudentVo {
|
|
|
@ApiModelProperty("是否可调配(0:否,1:是)")
|
|
|
private Integer isAdjust;
|
|
|
|
|
|
+ @ApiModelProperty("家庭电话")
|
|
|
+ private String familyMobile;
|
|
|
+
|
|
|
+ @ApiModelProperty("家庭地址")
|
|
|
+ private String familyAddress;
|
|
|
+
|
|
|
+ @ApiModelProperty("第一志愿id")
|
|
|
+ private Long firstAmbitionId;
|
|
|
+ /**
|
|
|
+ * 第二志愿
|
|
|
+ */
|
|
|
+ @ApiModelProperty("第二志愿")
|
|
|
+ private Long secondAmbitionId;
|
|
|
}
|