|
|
@@ -49,4 +49,15 @@ public class BaseStudentInfoPageVo {
|
|
|
@ApiModelProperty("班级名称")
|
|
|
private String className;
|
|
|
|
|
|
+ /**
|
|
|
+ * 性别
|
|
|
+ */
|
|
|
+ @ApiModelProperty("性别")
|
|
|
+ private String gender;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 就读方式(xjr_dictionary_item[stduy_status])
|
|
|
+ */
|
|
|
+ @ApiModelProperty("就读方式(xjr_dictionary_item[stduy_status])")
|
|
|
+ private String stduyStatus;
|
|
|
}
|