优化生成裁决书接口 #116
@@ -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 = "身份证号")
|
||||
|
||||
Reference in New Issue
Block a user