导出字段修改

master
hansha 2 years ago
parent c1abde1fad
commit 2e06e39c2a

@ -22,7 +22,7 @@ public class DaBirthDj extends BaseEntity
private Long id; private Long id;
/** 业务类型(字典) */ /** 业务类型(字典) */
@Excel(name = "业务类型(字典)") @Excel(name = "业务类型",dictType = "yw_type")
private String ywType; private String ywType;
/** 目录id */ /** 目录id */
@ -107,7 +107,7 @@ public class DaBirthDj extends BaseEntity
private String jsUnit; private String jsUnit;
/** 出生登记类型(字典) */ /** 出生登记类型(字典) */
@Excel(name = "出生登记类型(字典)") // @Excel(name = "出生登记类型(字典)")
private String djType; private String djType;
/** 识别图片id */ /** 识别图片id */
@ -127,11 +127,11 @@ public class DaBirthDj extends BaseEntity
private String allPics; private String allPics;
/** 是否纠错(字典0否1是) */ /** 是否纠错(字典0否1是) */
@Excel(name = "是否纠错(字典0否1是)") @Excel(name = "是否纠错",dictType = "error_correct")
private String errorCorrect; private String errorCorrect;
/** 审核状态(字典) */ /** 审核状态(字典) */
@Excel(name = "审核状态(字典)") @Excel(name = "审核状态",dictType = "audit_status")
private String auditStatus; private String auditStatus;
/** 审核人 */ /** 审核人 */

@ -25,7 +25,7 @@ public class DaCzrkdj extends BaseEntity {
/** /**
* () * ()
*/ */
@Excel(name = "业务类型(字典)") @Excel(name = "业务类型",dictType = "yw_type")
private String ywType; private String ywType;
/** /**
@ -267,13 +267,13 @@ public class DaCzrkdj extends BaseEntity {
/** /**
* (01) * (01)
*/ */
@Excel(name = "是否纠错(字典0否1是)") @Excel(name = "是否纠错",dictType = "error_correct")
private String errorCorrect; private String errorCorrect;
/** /**
* () * ()
*/ */
@Excel(name = "审核状态(字典)") @Excel(name = "审核状态",dictType = "audit_status")
private String auditStatus; private String auditStatus;
/** /**

@ -19,7 +19,7 @@ public class DaQyz extends BaseEntity
private Long id; private Long id;
/** 业务类型(字典) */ /** 业务类型(字典) */
@Excel(name = "业务类型(字典)") @Excel(name = "业务类型",dictType = "yw_type")
private String ywType; private String ywType;
/** 目录id */ /** 目录id */
@ -123,11 +123,11 @@ public class DaQyz extends BaseEntity
private String allPics; private String allPics;
/** 是否纠错(字典0否1是) */ /** 是否纠错(字典0否1是) */
@Excel(name = "是否纠错(字典0否1是)") @Excel(name = "是否纠错",dictType = "error_correct")
private String errorCorrect; private String errorCorrect;
/** 审核状态(字典) */ /** 审核状态(字典) */
@Excel(name = "审核状态(字典)") @Excel(name = "审核状态",dictType = "audit_status")
private String auditStatus; private String auditStatus;
/** 审核人 */ /** 审核人 */

@ -14,382 +14,408 @@ import java.util.Date;
* @author hs * @author hs
* @date 2024-06-14 * @date 2024-06-14
*/ */
public class DaYtzm extends BaseEntity public class DaYtzm extends BaseEntity {
{
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/** id */ /**
* id
*/
private Long id; private Long id;
/** 业务类型(字典) */ /**
@Excel(name = "业务类型(字典)") * ()
*/
@Excel(name = "业务类型", dictType = "yw_type")
private String ywType; private String ywType;
/** 目录id */ /**
* id
*/
@Excel(name = "目录id") @Excel(name = "目录id")
private Long muId; private Long muId;
/** 年份 */ /**
*
*/
@Excel(name = "年份") @Excel(name = "年份")
private String year; private String year;
/** 序号 */ /**
*
*/
@Excel(name = "序号") @Excel(name = "序号")
private String xh; private String xh;
/** 姓名女 */ /**
*
*/
@Excel(name = "姓名女") @Excel(name = "姓名女")
private String wName; private String wName;
/** 工作单位女 */ /**
*
*/
@Excel(name = "工作单位女") @Excel(name = "工作单位女")
private String wUnit; private String wUnit;
/** 身份证号女 */ /**
*
*/
@Excel(name = "身份证号女") @Excel(name = "身份证号女")
private String wCardId; private String wCardId;
/** 姓名男 */ /**
*
*/
@Excel(name = "姓名男") @Excel(name = "姓名男")
private String mName; private String mName;
/** 工作单位男 */ /**
*
*/
@Excel(name = "工作单位男") @Excel(name = "工作单位男")
private String mUnit; private String mUnit;
/** 身份证号男 */ /**
*
*/
@Excel(name = "身份证号男") @Excel(name = "身份证号男")
private String mCardId; private String mCardId;
/** 生育证号 */ /**
*
*/
@Excel(name = "生育证号") @Excel(name = "生育证号")
private String syzh; private String syzh;
/** 出生日期 */ /**
*
*/
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "出生日期", width = 30, dateFormat = "yyyy-MM-dd") @Excel(name = "出生日期", width = 30, dateFormat = "yyyy-MM-dd")
private Date birthday; private Date birthday;
/** 医院地址 */ /**
*
*/
@Excel(name = "医院地址") @Excel(name = "医院地址")
private String hospital; private String hospital;
/** 婴儿性别 */ /**
*
*/
@Excel(name = "婴儿性别") @Excel(name = "婴儿性别")
private String babySex; private String babySex;
/** 意见 */ /**
*
*/
@Excel(name = "意见") @Excel(name = "意见")
private String suggest; private String suggest;
/** 派出所位置 */ /**
*
*/
@Excel(name = "派出所位置") @Excel(name = "派出所位置")
private String pcsAddress; private String pcsAddress;
/** /**
1 */ *
* 1
*/
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "填表日期1", width = 30, dateFormat = "yyyy-MM-dd") @Excel(name = "填表日期1", width = 30, dateFormat = "yyyy-MM-dd")
private Date tbDate1; private Date tbDate1;
/** /**
2 */ *
@JsonFormat(pattern = "yyyy-MM-dd") * 2
@Excel(name = "填表日期2", width = 30, dateFormat = "yyyy-MM-dd") */
private Date tbDate2; @JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "填表日期2", width = 30, dateFormat = "yyyy-MM-dd")
/** 识别图片id */ private Date tbDate2;
@Excel(name = "识别图片id")
private String picIds; /**
* id
/** 识别图片 */ */
@Excel(name = "识别图片") @Excel(name = "识别图片id")
private String pictures; private String picIds;
/** 相关图片id */ /**
@Excel(name = "相关图片id") *
private String allPicIds; */
@Excel(name = "识别图片")
/** 相关图片 */ private String pictures;
@Excel(name = "相关图片")
private String allPics; /**
* id
/** 是否纠错(字典0否1是) */ */
@Excel(name = "是否纠错(字典0否1是)") @Excel(name = "相关图片id")
private String errorCorrect; private String allPicIds;
/** 审核状态(字典) */ /**
@Excel(name = "审核状态(字典)") *
private String auditStatus; */
@Excel(name = "相关图片")
/** 审核人 */ private String allPics;
@Excel(name = "审核人")
private String auditName; /**
* (01)
/** 审核结果 */ */
@Excel(name = "审核结果") @Excel(name = "是否纠错",dictType = "error_correct")
private String auditResult; private String errorCorrect;
/** 审核原由 */ /**
@Excel(name = "审核原由") * ()
private String auditReason; */
@Excel(name = "审核状态",dictType = "audit_status")
public void setId(Long id) private String auditStatus;
{
/**
*
*/
@Excel(name = "审核人")
private String auditName;
/**
*
*/
@Excel(name = "审核结果")
private String auditResult;
/**
*
*/
@Excel(name = "审核原由")
private String auditReason;
public void setId(Long id) {
this.id = id; this.id = id;
} }
public Long getId() public Long getId() {
{
return id; return id;
} }
public void setYwType(String ywType)
{ public void setYwType(String ywType) {
this.ywType = ywType; this.ywType = ywType;
} }
public String getYwType() public String getYwType() {
{
return ywType; return ywType;
} }
public void setMuId(Long muId)
{ public void setMuId(Long muId) {
this.muId = muId; this.muId = muId;
} }
public Long getMuId() public Long getMuId() {
{
return muId; return muId;
} }
public void setYear(String year)
{ public void setYear(String year) {
this.year = year; this.year = year;
} }
public String getYear() public String getYear() {
{
return year; return year;
} }
public void setXh(String xh)
{ public void setXh(String xh) {
this.xh = xh; this.xh = xh;
} }
public String getXh() public String getXh() {
{
return xh; return xh;
} }
public void setwName(String wName)
{ public void setwName(String wName) {
this.wName = wName; this.wName = wName;
} }
public String getwName() public String getwName() {
{
return wName; return wName;
} }
public void setwUnit(String wUnit)
{ public void setwUnit(String wUnit) {
this.wUnit = wUnit; this.wUnit = wUnit;
} }
public String getwUnit() public String getwUnit() {
{
return wUnit; return wUnit;
} }
public void setwCardId(String wCardId)
{ public void setwCardId(String wCardId) {
this.wCardId = wCardId; this.wCardId = wCardId;
} }
public String getwCardId() public String getwCardId() {
{
return wCardId; return wCardId;
} }
public void setmName(String mName)
{ public void setmName(String mName) {
this.mName = mName; this.mName = mName;
} }
public String getmName() public String getmName() {
{
return mName; return mName;
} }
public void setmUnit(String mUnit)
{ public void setmUnit(String mUnit) {
this.mUnit = mUnit; this.mUnit = mUnit;
} }
public String getmUnit() public String getmUnit() {
{
return mUnit; return mUnit;
} }
public void setmCardId(String mCardId)
{ public void setmCardId(String mCardId) {
this.mCardId = mCardId; this.mCardId = mCardId;
} }
public String getmCardId() public String getmCardId() {
{
return mCardId; return mCardId;
} }
public void setSyzh(String syzh)
{ public void setSyzh(String syzh) {
this.syzh = syzh; this.syzh = syzh;
} }
public String getSyzh() public String getSyzh() {
{
return syzh; return syzh;
} }
public void setBirthday(Date birthday)
{ public void setBirthday(Date birthday) {
this.birthday = birthday; this.birthday = birthday;
} }
public Date getBirthday() public Date getBirthday() {
{
return birthday; return birthday;
} }
public void setHospital(String hospital)
{ public void setHospital(String hospital) {
this.hospital = hospital; this.hospital = hospital;
} }
public String getHospital() public String getHospital() {
{
return hospital; return hospital;
} }
public void setBabySex(String babySex)
{ public void setBabySex(String babySex) {
this.babySex = babySex; this.babySex = babySex;
} }
public String getBabySex() public String getBabySex() {
{
return babySex; return babySex;
} }
public void setSuggest(String suggest)
{ public void setSuggest(String suggest) {
this.suggest = suggest; this.suggest = suggest;
} }
public String getSuggest() public String getSuggest() {
{
return suggest; return suggest;
} }
public void setPcsAddress(String pcsAddress)
{ public void setPcsAddress(String pcsAddress) {
this.pcsAddress = pcsAddress; this.pcsAddress = pcsAddress;
} }
public String getPcsAddress() public String getPcsAddress() {
{
return pcsAddress; return pcsAddress;
} }
public void setTbDate1(Date tbDate1)
{ public void setTbDate1(Date tbDate1) {
this.tbDate1 = tbDate1; this.tbDate1 = tbDate1;
} }
public Date getTbDate1() public Date getTbDate1() {
{
return tbDate1; return tbDate1;
} }
public void setTbDate2(Date tbDate2)
{ public void setTbDate2(Date tbDate2) {
this.tbDate2 = tbDate2; this.tbDate2 = tbDate2;
} }
public Date getTbDate2() public Date getTbDate2() {
{
return tbDate2; return tbDate2;
} }
public void setPicIds(String picIds)
{ public void setPicIds(String picIds) {
this.picIds = picIds; this.picIds = picIds;
} }
public String getPicIds() public String getPicIds() {
{
return picIds; return picIds;
} }
public void setPictures(String pictures)
{ public void setPictures(String pictures) {
this.pictures = pictures; this.pictures = pictures;
} }
public String getPictures() public String getPictures() {
{
return pictures; return pictures;
} }
public void setAllPicIds(String allPicIds)
{ public void setAllPicIds(String allPicIds) {
this.allPicIds = allPicIds; this.allPicIds = allPicIds;
} }
public String getAllPicIds() public String getAllPicIds() {
{
return allPicIds; return allPicIds;
} }
public void setAllPics(String allPics)
{ public void setAllPics(String allPics) {
this.allPics = allPics; this.allPics = allPics;
} }
public String getAllPics() public String getAllPics() {
{
return allPics; return allPics;
} }
public void setErrorCorrect(String errorCorrect)
{ public void setErrorCorrect(String errorCorrect) {
this.errorCorrect = errorCorrect; this.errorCorrect = errorCorrect;
} }
public String getErrorCorrect() public String getErrorCorrect() {
{
return errorCorrect; return errorCorrect;
} }
public void setAuditStatus(String auditStatus)
{ public void setAuditStatus(String auditStatus) {
this.auditStatus = auditStatus; this.auditStatus = auditStatus;
} }
public String getAuditStatus() public String getAuditStatus() {
{
return auditStatus; return auditStatus;
} }
public void setAuditName(String auditName)
{ public void setAuditName(String auditName) {
this.auditName = auditName; this.auditName = auditName;
} }
public String getAuditName() public String getAuditName() {
{
return auditName; return auditName;
} }
public void setAuditResult(String auditResult)
{ public void setAuditResult(String auditResult) {
this.auditResult = auditResult; this.auditResult = auditResult;
} }
public String getAuditResult() public String getAuditResult() {
{
return auditResult; return auditResult;
} }
public void setAuditReason(String auditReason)
{ public void setAuditReason(String auditReason) {
this.auditReason = auditReason; this.auditReason = auditReason;
} }
public String getAuditReason() public String getAuditReason() {
{
return auditReason; return auditReason;
} }
@Override @Override
public String toString() { public String toString() {
return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
.append("id", getId()) .append("id", getId())
.append("ywType", getYwType()) .append("ywType", getYwType())
.append("muId", getMuId()) .append("muId", getMuId())

@ -1,11 +1,12 @@
package com.da.dangan.domain; package com.da.dangan.domain;
import java.util.Date; import com.da.common.annotation.Excel;
import com.da.common.core.domain.BaseEntity;
import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonFormat;
import org.apache.commons.lang3.builder.ToStringBuilder; import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle; import org.apache.commons.lang3.builder.ToStringStyle;
import com.da.common.annotation.Excel;
import com.da.common.core.domain.BaseEntity; import java.util.Date;
/** /**
* da_zfnyhkcg * da_zfnyhkcg
@ -21,7 +22,7 @@ public class DaZfnyhkcg extends BaseEntity
private Long id; private Long id;
/** 业务类型(字典) */ /** 业务类型(字典) */
@Excel(name = "业务类型(字典)") @Excel(name = "业务类型",dictType = "yw_type")
private String ywType; private String ywType;
/** 目录id */ /** 目录id */
@ -134,11 +135,11 @@ public class DaZfnyhkcg extends BaseEntity
private String allPics; private String allPics;
/** 是否纠错(字典0否1是) */ /** 是否纠错(字典0否1是) */
@Excel(name = "是否纠错(字典0否1是)") @Excel(name = "是否纠错",dictType = "error_correct")
private String errorCorrect; private String errorCorrect;
/** 审核状态(字典) */ /** 审核状态(字典) */
@Excel(name = "审核状态(字典)") @Excel(name = "审核状态",dictType = "audit_status")
private String auditStatus; private String auditStatus;
/** 审核人 */ /** 审核人 */

@ -22,7 +22,7 @@ public class DaZqz extends BaseEntity
private Long id; private Long id;
/** 业务类型(字典) */ /** 业务类型(字典) */
@Excel(name = "业务类型(字典)") @Excel(name = "业务类型",dictType = "yw_type")
private String ywType; private String ywType;
/** 目录id */ /** 目录id */
@ -175,11 +175,11 @@ public class DaZqz extends BaseEntity
private String allPics; private String allPics;
/** 是否纠错(字典0否1是) */ /** 是否纠错(字典0否1是) */
@Excel(name = "是否纠错(字典0否1是)") @Excel(name = "是否纠错",dictType = "error_correct")
private String errorCorrect; private String errorCorrect;
/** 审核状态(字典) */ /** 审核状态(字典) */
@Excel(name = "审核状态(字典)") @Excel(name = "审核状态",dictType = "audit_status")
private String auditStatus; private String auditStatus;
/** 审核人 */ /** 审核人 */

Loading…
Cancel
Save