|
|
|
|
package com.dsideal.Res.Model;
|
|
|
|
|
|
|
|
|
|
import com.jfinal.plugin.activerecord.Model;
|
|
|
|
|
import com.jfinal.plugin.activerecord.IBean;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Generated by JFinal, do not modify this file.
|
|
|
|
|
*/
|
|
|
|
|
@SuppressWarnings("serial")
|
|
|
|
|
public abstract class BaseImportStudentByExcel<M extends BaseImportStudentByExcel<M>> extends Model<M> implements IBean {
|
|
|
|
|
|
|
|
|
|
public void setId(java.lang.Integer id) {
|
|
|
|
|
set("id", id);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public java.lang.Integer getId() {
|
|
|
|
|
return getInt("id");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 批次号
|
|
|
|
|
*/
|
|
|
|
|
public void setBatchId(java.lang.String batchId) {
|
|
|
|
|
set("batch_id", batchId);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 批次号
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getBatchId() {
|
|
|
|
|
return getStr("batch_id");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 学段
|
|
|
|
|
*/
|
|
|
|
|
public void setStageId(java.lang.Integer stageId) {
|
|
|
|
|
set("stage_id", stageId);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 学段
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.Integer getStageId() {
|
|
|
|
|
return getInt("stage_id");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 班级ID
|
|
|
|
|
*/
|
|
|
|
|
public void setClassId(java.lang.String classId) {
|
|
|
|
|
set("class_id", classId);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 班级ID
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getClassId() {
|
|
|
|
|
return getStr("class_id");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 班级名称
|
|
|
|
|
*/
|
|
|
|
|
public void setClassName(java.lang.String className) {
|
|
|
|
|
set("class_name", className);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 班级名称
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getClassName() {
|
|
|
|
|
return getStr("class_name");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setPersonId(java.lang.String personId) {
|
|
|
|
|
set("person_id", personId);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public java.lang.String getPersonId() {
|
|
|
|
|
return getStr("person_id");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 人员姓名
|
|
|
|
|
*/
|
|
|
|
|
public void setPersonName(java.lang.String personName) {
|
|
|
|
|
set("person_name", personName);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 人员姓名
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getPersonName() {
|
|
|
|
|
return getStr("person_name");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 性别,1:男,2:女
|
|
|
|
|
*/
|
|
|
|
|
public void setXbId(java.lang.String xbId) {
|
|
|
|
|
set("xb_id", xbId);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 性别,1:男,2:女
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getXbId() {
|
|
|
|
|
return getStr("xb_id");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 民族
|
|
|
|
|
*/
|
|
|
|
|
public void setMzId(java.lang.String mzId) {
|
|
|
|
|
set("mz_id", mzId);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 民族
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getMzId() {
|
|
|
|
|
return getStr("mz_id");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 政治面貌
|
|
|
|
|
*/
|
|
|
|
|
public void setZzmmId(java.lang.String zzmmId) {
|
|
|
|
|
set("zzmm_id", zzmmId);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 政治面貌
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getZzmmId() {
|
|
|
|
|
return getStr("zzmm_id");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 身份证号
|
|
|
|
|
*/
|
|
|
|
|
public void setIdcardCode(java.lang.String idcardCode) {
|
|
|
|
|
set("idcard_code", idcardCode);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 身份证号
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getIdcardCode() {
|
|
|
|
|
return getStr("idcard_code");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 加密后的身份证号
|
|
|
|
|
*/
|
|
|
|
|
public void setIdcardCodeAes(java.lang.String idcardCodeAes) {
|
|
|
|
|
set("idcard_code_aes", idcardCodeAes);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 加密后的身份证号
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getIdcardCodeAes() {
|
|
|
|
|
return getStr("idcard_code_aes");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 学生来源
|
|
|
|
|
*/
|
|
|
|
|
public void setSource(java.lang.Integer source) {
|
|
|
|
|
set("source", source);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 学生来源
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.Integer getSource() {
|
|
|
|
|
return getInt("source");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 哪个单位下的数据
|
|
|
|
|
*/
|
|
|
|
|
public void setBureauId(java.lang.String bureauId) {
|
|
|
|
|
set("bureau_id", bureauId);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 哪个单位下的数据
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getBureauId() {
|
|
|
|
|
return getStr("bureau_id");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 时间戳
|
|
|
|
|
*/
|
|
|
|
|
public void setUpdateTs(java.util.Date updateTs) {
|
|
|
|
|
set("update_ts", updateTs);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 时间戳
|
|
|
|
|
*/
|
|
|
|
|
public java.util.Date getUpdateTs() {
|
|
|
|
|
return getDate("update_ts");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|