|
@ -91,30 +91,33 @@ public class DemographicInfo implements java.io.Serializable {
|
|
|
private String mothercode;//
|
|
|
private String familyhtype;//
|
|
|
|
|
|
public DemographicInfo() {
|
|
|
}
|
|
|
|
|
|
public DemographicInfo(String persontype, String name, String oldname,
|
|
|
String aliasname, String sex, Timestamp birth, Timestamp doorbirth,
|
|
|
String cardid, String nation, String edudegree, String work,
|
|
|
String party, String doorprop, String farmer, String aviso,
|
|
|
String publicize, String hortation, String checktype,
|
|
|
String single, Integer workid, String dooraddress,
|
|
|
String dooraddressinfo, String nowaddress, String nowaddressinfo,
|
|
|
String doortel, String marrytype, Timestamp marrychangedate,
|
|
|
Integer mateid, String matename, String matecardid,
|
|
|
Timestamp matebrith, Integer fatherid, String fathername,
|
|
|
Integer materid, String matername, Integer girlcount,
|
|
|
Integer boycount, Integer operatorid, String checkunit,
|
|
|
Timestamp checkdate, Integer uoperatorid, String updateunit,
|
|
|
Timestamp updatedate, Timestamp indate, Integer cancel,
|
|
|
String memo, String persontel, Timestamp arrivedate,
|
|
|
Timestamp leavedate, String conclass, String munitid, String state,
|
|
|
String health, String relaparents, String matebwork,
|
|
|
String workaddress, String mateaddtel, Integer nowchilden,
|
|
|
Timestamp schildbirth, Timestamp singlenodate, String isviolate,
|
|
|
String ismatefarmer, String workaddressid, String workname,
|
|
|
Timestamp condate, String contramemo, String matedooradd,
|
|
|
String matedooraddinfo, Timestamp fmarrydate, String unitname,
|
|
|
String addtype, String zjlxdm, String qtzjhm, String fathercode,
|
|
|
String gjdm, Timestamp dbdate, String mothercode, String familyhtype) {
|
|
|
String aliasname, String sex, Timestamp birth, Timestamp doorbirth,
|
|
|
String cardid, String nation, String edudegree, String work,
|
|
|
String party, String doorprop, String farmer, String aviso,
|
|
|
String publicize, String hortation, String checktype,
|
|
|
String single, Integer workid, String dooraddress,
|
|
|
String dooraddressinfo, String nowaddress, String nowaddressinfo,
|
|
|
String doortel, String marrytype, Timestamp marrychangedate,
|
|
|
Integer mateid, String matename, String matecardid,
|
|
|
Timestamp matebrith, Integer fatherid, String fathername,
|
|
|
Integer materid, String matername, Integer girlcount,
|
|
|
Integer boycount, Integer operatorid, String checkunit,
|
|
|
Timestamp checkdate, Integer uoperatorid, String updateunit,
|
|
|
Timestamp updatedate, Timestamp indate, Integer cancel,
|
|
|
String memo, String persontel, Timestamp arrivedate,
|
|
|
Timestamp leavedate, String conclass, String munitid, String state,
|
|
|
String health, String relaparents, String matebwork,
|
|
|
String workaddress, String mateaddtel, Integer nowchilden,
|
|
|
Timestamp schildbirth, Timestamp singlenodate, String isviolate,
|
|
|
String ismatefarmer, String workaddressid, String workname,
|
|
|
Timestamp condate, String contramemo, String matedooradd,
|
|
|
String matedooraddinfo, Timestamp fmarrydate, String unitname,
|
|
|
String addtype, String zjlxdm, String qtzjhm, String fathercode,
|
|
|
String gjdm, Timestamp dbdate, String mothercode, String familyhtype) {
|
|
|
this.persontype = persontype;
|
|
|
this.name = name;
|
|
|
this.oldname = oldname;
|