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.

475 lines
9.4 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_ytzm
*
* @author hs
* @date 2024-06-14
*/
public class DaYtzm extends BaseEntity {
private static final long serialVersionUID = 1L;
/**
* id
*/
private Long id;
/**
* 业务类型(字典)
*/
@Excel(name = "业务类型", dictType = "yw_type")
private String ywType;
/**
* 目录id
*/
@Excel(name = "目录id")
private Long muId;
/** 档案目录路径 */
@Excel(name = "档案目录路径")
private String muPath;
/**
* 年份
*/
@Excel(name = "年份")
private String year;
public String getMuPath() {
return muPath;
}
public void setMuPath(String muPath) {
this.muPath = muPath;
}
/**
* 序号
*/
@Excel(name = "序号")
private String xh;
/**
* 姓名女
*/
@Excel(name = "姓名女")
private String wName;
/**
* 工作单位女
*/
@Excel(name = "工作单位女")
private String wUnit;
/**
* 身份证号女
*/
@Excel(name = "身份证号女")
private String wCardId;
/**
* 姓名男
*/
@Excel(name = "姓名男")
private String mName;
/**
* 工作单位男
*/
@Excel(name = "工作单位男")
private String mUnit;
/**
* 身份证号男
*/
@Excel(name = "身份证号男")
private String mCardId;
/**
* 生育证号
*/
@Excel(name = "生育证号")
private String syzh;
/**
* 出生日期
*/
@Excel(name = "出生日期")
private String birthday;
/**
* 医院地址
*/
@Excel(name = "医院地址")
private String hospital;
/**
* 婴儿性别
*/
@Excel(name = "婴儿性别")
private String babySex;
/**
* 意见
*/
@Excel(name = "意见")
private String suggest;
/**
* 派出所位置
*/
@Excel(name = "派出所位置")
private String pcsAddress;
/**
* 填表日
* 填表日期1
*/
@Excel(name = "填表日期1")
private String tbDate1;
/**
* 填表日
* 填表日期2
*/
@Excel(name = "填表日期2")
private String tbDate2;
/**
* 识别图片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 setYear(String year) {
this.year = year;
}
public String getYear() {
return year;
}
public void setXh(String xh) {
this.xh = xh;
}
public String getXh() {
return xh;
}
public void setwName(String wName) {
this.wName = wName;
}
public String getwName() {
return wName;
}
public void setwUnit(String wUnit) {
this.wUnit = wUnit;
}
public String getwUnit() {
return wUnit;
}
public void setwCardId(String wCardId) {
this.wCardId = wCardId;
}
public String getwCardId() {
return wCardId;
}
public void setmName(String mName) {
this.mName = mName;
}
public String getmName() {
return mName;
}
public void setmUnit(String mUnit) {
this.mUnit = mUnit;
}
public String getmUnit() {
return mUnit;
}
public void setmCardId(String mCardId) {
this.mCardId = mCardId;
}
public String getmCardId() {
return mCardId;
}
public void setSyzh(String syzh) {
this.syzh = syzh;
}
public String getSyzh() {
return syzh;
}
public String getBirthday() {
return birthday;
}
public void setBirthday(String birthday) {
this.birthday = birthday;
}
public String getTbDate1() {
return tbDate1;
}
public void setTbDate1(String tbDate1) {
this.tbDate1 = tbDate1;
}
public String getTbDate2() {
return tbDate2;
}
public void setTbDate2(String tbDate2) {
this.tbDate2 = tbDate2;
}
public void setHospital(String hospital) {
this.hospital = hospital;
}
public String getHospital() {
return hospital;
}
public void setBabySex(String babySex) {
this.babySex = babySex;
}
public String getBabySex() {
return babySex;
}
public void setSuggest(String suggest) {
this.suggest = suggest;
}
public String getSuggest() {
return suggest;
}
public void setPcsAddress(String pcsAddress) {
this.pcsAddress = pcsAddress;
}
public String getPcsAddress() {
return pcsAddress;
}
public void setPicIds(String picIds) {
this.picIds = picIds;
}
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;
}
@Override
public String toString() {
return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
.append("id", getId())
.append("ywType", getYwType())
.append("muId", getMuId())
.append("muPath", getMuPath())
.append("year", getYear())
.append("xh", getXh())
.append("wName", getwName())
.append("wUnit", getwUnit())
.append("wCardId", getwCardId())
.append("mName", getmName())
.append("mUnit", getmUnit())
.append("mCardId", getmCardId())
.append("syzh", getSyzh())
.append("birthday", getBirthday())
.append("hospital", getHospital())
.append("babySex", getBabySex())
.append("suggest", getSuggest())
.append("pcsAddress", getPcsAddress())
.append("tbDate1", getTbDate1())
.append("tbDate2", getTbDate2())
.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();
}
}