import
parent
fbdaf64a59
commit
a439eb098a
|
|
@ -1,5 +1,6 @@
|
|||
package org.qinan.safetyeval.app.support;
|
||||
|
||||
import com.alibaba.excel.annotation.ExcelIgnore;
|
||||
import com.alibaba.excel.annotation.ExcelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
|
|
@ -72,14 +73,18 @@ public class OrgPersonnelImportRow {
|
|||
private String abilityDeclaration;
|
||||
|
||||
/** EasyExcel 解析时记录的物理行号(从1开始,含表头),由导入器填充。 */
|
||||
@ExcelIgnore
|
||||
private Integer rowIndex;
|
||||
|
||||
/** 校验通过后回填的部门ID(非Excel列)。 */
|
||||
@ExcelIgnore
|
||||
private Long deptId;
|
||||
|
||||
/** 校验通过后回填的岗位ID(非Excel列)。 */
|
||||
@ExcelIgnore
|
||||
private Long postId;
|
||||
|
||||
/** 校验通过后回填的学科基础专业对照表ID(非Excel列)。 */
|
||||
@ExcelIgnore
|
||||
private Long basicDisciplineMajorId;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue