Commit 4ce711fb authored by 蔡镇泽's avatar 蔡镇泽

失能人员信息列表省市区、机构

parent e1e274bb
......@@ -10,6 +10,7 @@
a.DISTRICT_CITY city,
a.DISTRICT_AREA area,
a.REAL_NAME name,
a.birthday birthday,
a.CERTI_CODE certiCode,
a.TREATMENT_TYPE treatmentTyte,
a.OPER_NAME operName,
......
package com.hungraim.ism.pojo.vo.disable;
import javax.xml.crypto.Data;
/**
* 失能人员信息列表VO
*/
......@@ -23,6 +25,7 @@ public class DisableVO {
//联系人姓名
private String operName;
//年龄
private Data birthday;
//性别
private String gender;
//失能人员身份证号码
......@@ -183,4 +186,12 @@ public class DisableVO {
public void setDataFrom(String dataFrom) {
this.dataFrom = dataFrom;
}
public Data getBirthday() {
return birthday;
}
public void setBirthday(Data birthday) {
this.birthday = birthday;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment