You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

576 lines
11 KiB

package com.da.dangan.domain;
import com.da.common.annotation.Excel;
import com.da.common.core.domain.BaseEntity;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
/**
* 转非农业人口批复存根对象 da_zfnyhkcg
*
* @author hs
* @date 2024-06-14
*/
public class DaZfnyhkcg extends BaseEntity {
private static final long serialVersionUID = 1L;
/**
* id
*/
private Long id;
/** 任务id */
@Excel(name = "任务id")
private Long taskId;
/**
* 业务类型(字典)
*/
@Excel(name = "业务类型", dictType = "yw_type")
private String ywType;
/**
* 目录id
*/
@Excel(name = "目录id")
private Long muId;
public String getMuPath() {
return muPath;
}
public void setMuPath(String muPath) {
this.muPath = muPath;
}
/**
* 档案目录路径
*/
@Excel(name = "档案目录路径")
private String muPath;
/**
* 编号
*/
@Excel(name = "编号")
private String num;
/**
* 申请人姓名
*/
@Excel(name = "申请人姓名")
private String name;
/**
* 住址
*/
@Excel(name = "住址")
private String address;
/**
* 与申请人关系1
*/
@Excel(name = "与申请人关系1")
private String relation1;
/**
* 姓名1
*/
@Excel(name = "姓名1")
private String name1;
/**
* 性别1
*/
@Excel(name = "性别1")
private String sex1;
/**
* 与申请人关系2
*/
@Excel(name = "与申请人关系2")
private String relation2;
/**
* 姓名2
*/
@Excel(name = "姓名2")
private String name2;
/**
* 性别2
*/
@Excel(name = "性别2")
private String sex2;
/**
* 与申请人关系3
*/
@Excel(name = "与申请人关系3")
private String relation3;
/**
* 姓名3
*/
@Excel(name = "姓名3")
private String name3;
/**
* 性别3
*/
@Excel(name = "性别3")
private String sex3;
/**
* 与申请人关系4
*/
@Excel(name = "与申请人关系4")
private String relation4;
/**
* 姓名4
*/
@Excel(name = "姓名4")
private String name4;
/**
* 性别4
*/
@Excel(name = "性别4")
private String sex4;
/**
* 与申请人关系5
*/
@Excel(name = "与申请人关系5")
private String relation5;
/**
* 姓名5
*/
@Excel(name = "姓名5")
private String name5;
/**
* 性别5
*/
@Excel(name = "性别5")
private String sex5;
/**
* 机关 1
*/
@Excel(name = "机关 1")
private String jg1;
/**
* 机关 2
*/
@Excel(name = "机关 2")
private String jg2;
/**
* 承办人
*/
@Excel(name = "承办人")
private String cbr;
/**
* 承办日期
*/
@Excel(name = "承办日期")
private String cbDate;
/**
* 识别图片id
*/
@Excel(name = "识别图片id")
private String picIds;
/**
* 识别图片
*/
@Excel(name = "识别图片")
private String pictures;
/**
* 相关图片id
*/
@Excel(name = "相关图片id")
private String allPicIds;
/**
* 相关图片
*/
@Excel(name = "相关图片")
private String allPics;
/**
* 是否纠错(字典0否1是)
*/
@Excel(name = "是否纠错", dictType = "error_correct")
private String errorCorrect;
/**
* 审核状态(字典)
*/
@Excel(name = "审核状态", dictType = "audit_status")
private String auditStatus;
/**
* 审核人
*/
@Excel(name = "审核人")
private String auditName;
/**
* 审核结果
*/
@Excel(name = "审核结果")
private String auditResult;
/**
* 审核原由
*/
@Excel(name = "审核原由")
private String auditReason;
/**
* 当前用户id
*/
private Long userId;
public Long getUserId() {
return userId;
}
public void setUserId(Long userId) {
this.userId = userId;
}
public void setId(Long id) {
this.id = id;
}
public Long getId() {
return id;
}
public void setYwType(String ywType) {
this.ywType = ywType;
}
public String getYwType() {
return ywType;
}
public void setMuId(Long muId) {
this.muId = muId;
}
public Long getMuId() {
return muId;
}
public void setNum(String num) {
this.num = num;
}
public String getNum() {
return num;
}
public void setName(String name) {
this.name = name;
}
public String getName() {
return name;
}
public void setAddress(String address) {
this.address = address;
}
public String getAddress() {
return address;
}
public void setRelation1(String relation1) {
this.relation1 = relation1;
}
public String getRelation1() {
return relation1;
}
public void setName1(String name1) {
this.name1 = name1;
}
public String getName1() {
return name1;
}
public void setSex1(String sex1) {
this.sex1 = sex1;
}
public String getSex1() {
return sex1;
}
public void setRelation2(String relation2) {
this.relation2 = relation2;
}
public String getRelation2() {
return relation2;
}
public void setName2(String name2) {
this.name2 = name2;
}
public String getName2() {
return name2;
}
public void setSex2(String sex2) {
this.sex2 = sex2;
}
public String getSex2() {
return sex2;
}
public void setRelation3(String relation3) {
this.relation3 = relation3;
}
public String getRelation3() {
return relation3;
}
public void setName3(String name3) {
this.name3 = name3;
}
public String getName3() {
return name3;
}
public void setSex3(String sex3) {
this.sex3 = sex3;
}
public String getSex3() {
return sex3;
}
public void setRelation4(String relation4) {
this.relation4 = relation4;
}
public String getRelation4() {
return relation4;
}
public void setName4(String name4) {
this.name4 = name4;
}
public String getName4() {
return name4;
}
public void setSex4(String sex4) {
this.sex4 = sex4;
}
public String getSex4() {
return sex4;
}
public void setRelation5(String relation5) {
this.relation5 = relation5;
}
public String getRelation5() {
return relation5;
}
public void setName5(String name5) {
this.name5 = name5;
}
public String getName5() {
return name5;
}
public void setSex5(String sex5) {
this.sex5 = sex5;
}
public String getSex5() {
return sex5;
}
public void setJg1(String jg1) {
this.jg1 = jg1;
}
public String getJg1() {
return jg1;
}
public void setJg2(String jg2) {
this.jg2 = jg2;
}
public String getJg2() {
return jg2;
}
public void setCbr(String cbr) {
this.cbr = cbr;
}
public String getCbr() {
return cbr;
}
public void setPicIds(String picIds) {
this.picIds = picIds;
}
public String getCbDate() {
return cbDate;
}
public void setCbDate(String cbDate) {
this.cbDate = cbDate;
}
public String getPicIds() {
return picIds;
}
public void setPictures(String pictures) {
this.pictures = pictures;
}
public String getPictures() {
return pictures;
}
public void setAllPicIds(String allPicIds) {
this.allPicIds = allPicIds;
}
public String getAllPicIds() {
return allPicIds;
}
public void setAllPics(String allPics) {
this.allPics = allPics;
}
public String getAllPics() {
return allPics;
}
public void setErrorCorrect(String errorCorrect) {
this.errorCorrect = errorCorrect;
}
public String getErrorCorrect() {
return errorCorrect;
}
public void setAuditStatus(String auditStatus) {
this.auditStatus = auditStatus;
}
public String getAuditStatus() {
return auditStatus;
}
public void setAuditName(String auditName) {
this.auditName = auditName;
}
public String getAuditName() {
return auditName;
}
public void setAuditResult(String auditResult) {
this.auditResult = auditResult;
}
public String getAuditResult() {
return auditResult;
}
public void setAuditReason(String auditReason) {
this.auditReason = auditReason;
}
public String getAuditReason() {
return auditReason;
}
public Long getTaskId() {
return taskId;
}
public void setTaskId(Long taskId) {
this.taskId = taskId;
}
@Override
public String toString() {
return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
.append("id", getId())
.append("taskId", getTaskId())
.append("ywType", getYwType())
.append("muId", getMuId())
.append("muPath", getMuPath())
.append("num", getNum())
.append("name", getName())
.append("address", getAddress())
.append("relation1", getRelation1())
.append("name1", getName1())
.append("sex1", getSex1())
.append("relation2", getRelation2())
.append("name2", getName2())
.append("sex2", getSex2())
.append("relation3", getRelation3())
.append("name3", getName3())
.append("sex3", getSex3())
.append("relation4", getRelation4())
.append("name4", getName4())
.append("sex4", getSex4())
.append("relation5", getRelation5())
.append("name5", getName5())
.append("sex5", getSex5())
.append("jg1", getJg1())
.append("jg2", getJg2())
.append("cbr", getCbr())
.append("cbDate", getCbDate())
.append("picIds", getPicIds())
.append("pictures", getPictures())
.append("allPicIds", getAllPicIds())
.append("allPics", getAllPics())
.append("errorCorrect", getErrorCorrect())
.append("auditStatus", getAuditStatus())
.append("auditName", getAuditName())
.append("auditResult", getAuditResult())
.append("auditReason", getAuditReason())
.append("remark", getRemark())
.append("createBy", getCreateBy())
.append("createTime", getCreateTime())
.append("updateBy", getUpdateBy())
.append("updateTime", getUpdateTime())
.toString();
}
}