优化生成裁决书功能

This commit is contained in:
qitz
2023-10-17 22:21:38 +08:00
parent 5b46ee97b1
commit 3530aacf64
@@ -41,15 +41,15 @@ public class CaseAffiliate extends BaseEntity {
/** /**
* 被申请人出生年月日 * 被申请人出生年月日
*/ */
private Date responBirth; private String responBirth;
public Date getResponBirth() { // public Date getResponBirth() {
return responBirth; // return responBirth;
} // }
//
public void setResponBirth(Date responBirth) { // public void setResponBirth(Date responBirth) {
this.responBirth = responBirth; // this.responBirth = responBirth;
} // }
public String getCompLegalPerson() { public String getCompLegalPerson() {
return compLegalPerson; return compLegalPerson;
@@ -75,13 +75,13 @@ public class CaseAffiliate extends BaseEntity {
this.responSex = responSex; this.responSex = responSex;
} }
// public String getResponBirth() { public String getResponBirth() {
// return responBirth; return responBirth;
// } }
//
// public void setResponBirth(String responBirth) { public void setResponBirth(String responBirth) {
// this.responBirth = responBirth; this.responBirth = responBirth;
// } }
/** 身份证号 */ /** 身份证号 */
@Excel(name = "身份证号") @Excel(name = "身份证号")