入伍保留学籍导出民族改成中文
This commit is contained in:
@@ -19,19 +19,18 @@ public class RtEnlistmentReserveExportDto {
|
||||
@Excel(name = "申请编号")
|
||||
private String applyNo;
|
||||
|
||||
|
||||
/**
|
||||
* 辅导员姓名
|
||||
*/
|
||||
@Excel(name = "辅导员姓名")
|
||||
private String teacherName;
|
||||
|
||||
/**
|
||||
* 姓名
|
||||
*/
|
||||
@Excel(name = "学生姓名")
|
||||
private String studentName;
|
||||
|
||||
/**
|
||||
* 学号
|
||||
*/
|
||||
@Excel(name = "学号")
|
||||
private String studentNo;
|
||||
|
||||
/**
|
||||
* 性别(0-男
|
||||
*/
|
||||
@@ -50,12 +49,6 @@ public class RtEnlistmentReserveExportDto {
|
||||
@Excel(name = "年级")
|
||||
private String grade;
|
||||
|
||||
/**
|
||||
* 学号
|
||||
*/
|
||||
@Excel(name = "学号")
|
||||
private String studentNo;
|
||||
|
||||
/**
|
||||
* 班级
|
||||
*/
|
||||
@@ -68,6 +61,12 @@ public class RtEnlistmentReserveExportDto {
|
||||
@Excel(name = "专业名称")
|
||||
private String major;
|
||||
|
||||
/**
|
||||
* 辅导员姓名
|
||||
*/
|
||||
@Excel(name = "辅导员姓名")
|
||||
private String teacherName;
|
||||
|
||||
/**
|
||||
* 家庭地址
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user