|
@@ -109,4 +109,17 @@ public class OrderListVo {
|
|
|
private String schoolName;
|
|
|
@ApiModelProperty("专业名称")
|
|
|
private String categoryName;
|
|
|
+
|
|
|
+ /** 真实姓名 */
|
|
|
+ @Excel(name = "真实姓名")
|
|
|
+ @ApiModelProperty("真实姓名")
|
|
|
+ private String realname;
|
|
|
+ /** 身份证号 */
|
|
|
+ @Excel(name = "身份证号")
|
|
|
+ @ApiModelProperty("身份证号")
|
|
|
+ private String idCard;
|
|
|
+ /** 手机号码 */
|
|
|
+ @Excel(name = "手机号码")
|
|
|
+ @ApiModelProperty("手机号码")
|
|
|
+ private String telphone;
|
|
|
}
|