优化生成裁决书接口 #116

Merged
qtz merged 4 commits from qtz3 into dev 2023-10-18 02:47:31 +00:00
Showing only changes of commit 3530aacf64 - Show all commits
@@ -41,15 +41,15 @@ public class CaseAffiliate extends BaseEntity {
/**
* 被申请人出生年月日
*/
private Date responBirth;
private String responBirth;
public Date getResponBirth() {
return responBirth;
}
public void setResponBirth(Date responBirth) {
this.responBirth = responBirth;
}
// public Date getResponBirth() {
// return responBirth;
// }
//
// public void setResponBirth(Date responBirth) {
// this.responBirth = responBirth;
// }
public String getCompLegalPerson() {
return compLegalPerson;
@@ -75,13 +75,13 @@ public class CaseAffiliate extends BaseEntity {
this.responSex = responSex;
}
// public String getResponBirth() {
// return responBirth;
// }
//
// public void setResponBirth(String responBirth) {
// this.responBirth = responBirth;
// }
public String getResponBirth() {
return responBirth;
}
public void setResponBirth(String responBirth) {
this.responBirth = responBirth;
}
/** 身份证号 */
@Excel(name = "身份证号")