入伍保留学籍导出民族改成中文

This commit is contained in:
2026-04-03 16:07:18 +08:00
parent 79302deb85
commit 05a7b006ca
2 changed files with 17 additions and 14 deletions

View File

@@ -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;
/**
* 家庭地址
*/