|
|
@@ -17,13 +17,6 @@ import java.math.BigDecimal;
|
|
|
@Data
|
|
|
public class PbVXsxxsfytbExcelVo {
|
|
|
|
|
|
- /**
|
|
|
- * 学生主键
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("学生主键")
|
|
|
- @ApiModelProperty("学生主键")
|
|
|
- private String pkfeeobj;
|
|
|
/**
|
|
|
* 学号
|
|
|
*/
|
|
|
@@ -46,97 +39,6 @@ public class PbVXsxxsfytbExcelVo {
|
|
|
@ApiModelProperty("所属班级名称")
|
|
|
private String classname;
|
|
|
/**
|
|
|
- * 所属班级编码
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("所属班级编码")
|
|
|
- @ApiModelProperty("所属班级编码")
|
|
|
- private String classcode;
|
|
|
- /**
|
|
|
- * 所属专业名称
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("所属专业名称")
|
|
|
- @ApiModelProperty("所属专业名称")
|
|
|
- private String specname;
|
|
|
- /**
|
|
|
- * 所属专业编码
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("所属专业编码")
|
|
|
- @ApiModelProperty("所属专业编码")
|
|
|
- private String speccode;
|
|
|
- /**
|
|
|
- * 所属院系名称
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("所属院系名称")
|
|
|
- @ApiModelProperty("所属院系名称")
|
|
|
- private String deptname;
|
|
|
- /**
|
|
|
- * 所属院系编码
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("所属院系编码")
|
|
|
- @ApiModelProperty("所属院系编码")
|
|
|
- private String deptcode;
|
|
|
- /**
|
|
|
- * 入校年度
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("入校年度")
|
|
|
- @ApiModelProperty("入校年度")
|
|
|
- private String enteryear;
|
|
|
- /**
|
|
|
- * 离校年度
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("离校年度")
|
|
|
- @ApiModelProperty("离校年度")
|
|
|
- private String leaveyear;
|
|
|
- /**
|
|
|
- * 身份证号
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("身份证号")
|
|
|
- @ApiModelProperty("身份证号")
|
|
|
- private String personalid;
|
|
|
- /**
|
|
|
- *
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("")
|
|
|
- @ApiModelProperty("")
|
|
|
- private String userdef1;
|
|
|
- /**
|
|
|
- * 招生老师
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("招生老师")
|
|
|
- @ApiModelProperty("招生老师")
|
|
|
- private String recruiters;
|
|
|
- /**
|
|
|
- *
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("")
|
|
|
- @ApiModelProperty("")
|
|
|
- private String userdef2;
|
|
|
- /**
|
|
|
- * 录取号
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("录取号")
|
|
|
- @ApiModelProperty("录取号")
|
|
|
- private String admissions;
|
|
|
- /**
|
|
|
- * 地址
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("地址")
|
|
|
- @ApiModelProperty("地址")
|
|
|
- private String address;
|
|
|
- /**
|
|
|
* 电话
|
|
|
*/
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
@@ -144,41 +46,6 @@ public class PbVXsxxsfytbExcelVo {
|
|
|
@ApiModelProperty("电话")
|
|
|
private String telephone;
|
|
|
/**
|
|
|
- * 民族
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("民族")
|
|
|
- @ApiModelProperty("民族")
|
|
|
- private String nationality;
|
|
|
- /**
|
|
|
- * 政治面貌
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("政治面貌")
|
|
|
- @ApiModelProperty("政治面貌")
|
|
|
- private String property;
|
|
|
- /**
|
|
|
- * 备注
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("备注")
|
|
|
- @ApiModelProperty("备注")
|
|
|
- private String remarks;
|
|
|
- /**
|
|
|
- * 毕业学校
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("毕业学校")
|
|
|
- @ApiModelProperty("毕业学校")
|
|
|
- private String graduations;
|
|
|
- /**
|
|
|
- * 学生状态
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("学生状态")
|
|
|
- @ApiModelProperty("学生状态")
|
|
|
- private String state;
|
|
|
- /**
|
|
|
* 姓名
|
|
|
*/
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
@@ -249,13 +116,6 @@ public class PbVXsxxsfytbExcelVo {
|
|
|
@ApiModelProperty("缴费状态")
|
|
|
private String jfzt;
|
|
|
/**
|
|
|
- * 收费项目编码
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("收费项目编码")
|
|
|
- @ApiModelProperty("收费项目编码")
|
|
|
- private String feeitemcode;
|
|
|
- /**
|
|
|
* 收费项目名称
|
|
|
*/
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
@@ -263,13 +123,6 @@ public class PbVXsxxsfytbExcelVo {
|
|
|
@ApiModelProperty("收费项目名称")
|
|
|
private String feeitemname;
|
|
|
/**
|
|
|
- * 收费区间编码
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("收费区间编码")
|
|
|
- @ApiModelProperty("收费区间编码")
|
|
|
- private String beltcode;
|
|
|
- /**
|
|
|
* 收费区间名称
|
|
|
*/
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
@@ -291,13 +144,6 @@ public class PbVXsxxsfytbExcelVo {
|
|
|
@ExcelProperty("学期Id")
|
|
|
@ApiModelProperty("学期Id")
|
|
|
private String baseSemesterCn;
|
|
|
- /**
|
|
|
- * 学制
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("学制")
|
|
|
- @ApiModelProperty("学制")
|
|
|
- private String ratetypename;
|
|
|
/**
|
|
|
* 学生Id
|
|
|
*/
|
|
|
@@ -307,20 +153,6 @@ public class PbVXsxxsfytbExcelVo {
|
|
|
@ApiModelProperty("学生Id")
|
|
|
private String userId;
|
|
|
/**
|
|
|
- * 学生来源
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("学生来源")
|
|
|
- @ApiModelProperty("学生来源")
|
|
|
- private String resourcename;
|
|
|
- /**
|
|
|
- * 住宿类型
|
|
|
- */
|
|
|
- @ContentStyle(dataFormat = 49)
|
|
|
- @ExcelProperty("住宿类型")
|
|
|
- @ApiModelProperty("住宿类型")
|
|
|
- private String quartername;
|
|
|
- /**
|
|
|
* 主键
|
|
|
*/
|
|
|
@ContentStyle(dataFormat = 49)
|