From 4a2835ddadb796c69f180097b95f971dbab4687d Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 13 九月 2023 09:09:14 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/person/PersonMasterData.java | 722 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 722 insertions(+), 0 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/person/PersonMasterData.java b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/person/PersonMasterData.java new file mode 100644 index 0000000..7c200d0 --- /dev/null +++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/person/PersonMasterData.java @@ -0,0 +1,722 @@ +package com.vci.ubcs.code.vo.webserviceModel.person; + +public class PersonMasterData { + /*** + * 鏁版嵁鍦ㄦ绯荤粺涓敮涓�鏍囪瘑 + */ + private String id; + + /*** + * 鍛樺伐缂栫爜锛堜紒涓氱紪鐮侊級 + */ + private String lm_code; + + /** + * 闆嗗洟鍛樺伐缂栧彿 + */ + private String group_code; + /*** + * 鍛樺伐濮撳悕 + */ + private String name; + /** + * 涓绘暟鎹紪鐮� + */ + private String mdm_code; + /*** + *0:姝e父锛�1鏁版嵁琚垹闄わ紝榛樿涓�0; + */ + private int dr; + /*** + * 琛屾斂鍖哄煙鍖� + */ + private String admin_division; + /*** + * 琛屾斂鍖哄煙鍖栧彿鐮� + */ + private String admin_division_code; + /** + * 鍑虹敓鏃ユ湡(yyyy-MM-dd) + */ + private String birthday; + /** + * 鍑虹敓鍦� + */ + private String birthplace; + /*** + * 绫嶈疮 + */ + private String cittizenship; + + /** + * 鍥藉/鍦板尯 + */ + private String country; + /*** + * 閮ㄩ棬 + */ + private String dept_type; + /*** + * 閮ㄩ棬鍚嶇О + */ + private String deptName; + /*** + * 瀛﹀巻 + */ + private String education; + + /*** + * 浠昏亴鍗曚綅缂栫爜 + */ + private String employer_code; + /*** + * 鐢ㄥ伐褰㈠紡 + */ + private String employment_form; + + + /** + * 韬唤璇佺紪鍙� + */ + private String id_number; + /*** + * 璇佷欢绫诲瀷 + */ + private String id_type; + /*** + * 鏄惁涓昏亴 + */ + private String is_keyposion; + /** + * 濠氬Щ鐘跺喌 + */ + private String marital_status; + /** + * 鎵嬫満鍙风爜 + */ + private String mobile_phone; + + /*** + * 鍚嶆棌 + */ + private String nationality; + /** + * 鍔炲叕鐢佃瘽 + */ + private String office_telephone; + + /*** + *澶栫綉閭 + */ + private String outer_email; + + /*** + *涓婄骇闂ㄧ紪鐮� + */ + private String parent_dept_code; + /*** + *涓婄骇闂ㄥ悕绉� + */ + private String parent_dept_name; + + /*** + *鏀挎不闈㈣矊 + */ + private String politiccountenance; + /*** + * 宀椾綅 + */ + private String position; + + /*** + * 鑱岀О + */ + private String work_title; + /*** + * 浜哄憳绫诲埆 + */ + private String worker_category; + + /*** + * 鑱屽姟 + */ + private String worker_duty; + + /*** + * 宸ヤ綔閭 + */ + private String worker_email; + + /*** + * 鑱岀骇 + */ + private String worker_level; + + /*** + * 浜哄憳瀵嗙骇 + */ + private String worker_security_level; + + /*** + * 娴佺▼鐘舵�� + */ + private int mdm_workflow; + /*** + * 淇敼鑰� + */ + private String modifier; + /*** + * 淇敼鏃堕棿 + */ + private String modifytime; + /*** + * 鍒涘缓鑰� + */ + private String creator; + /*** + * 鍒涘缓鏃堕棿 + */ + private String createtime; + + + /** + * 鏁版嵁鐘舵�� + */ + private int mdm_datastatus; + private String link_fieldvalue; + private String flow_middatastatus; + private String employer; + private int mdm_duplicate; + private EnumerableData gender_entity; + private EnumerableData employment_type_entity; + private String gerder; + private String employment_type; + private String employment_type_nane; + private String mdm_cleanstatus; + private String mdm_parentcode; + private String mdm_yersion; + private String dr_mdm_code; + private String pk_mdm; + + private String gender_name; + private String ts; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getLm_code() { + return lm_code; + } + + public void setLm_code(String lm_code) { + this.lm_code = lm_code; + } + + public String getGroup_code() { + return group_code; + } + + public void setGroup_code(String group_code) { + this.group_code = group_code; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getMdm_code() { + return mdm_code; + } + + public void setMdm_code(String mdm_code) { + this.mdm_code = mdm_code; + } + + public int getDr() { + return dr; + } + + public void setDr(int dr) { + this.dr = dr; + } + + public String getAdmin_division() { + return admin_division; + } + + public void setAdmin_division(String admin_division) { + this.admin_division = admin_division; + } + + public String getAdmin_division_code() { + return admin_division_code; + } + + public void setAdmin_division_code(String admin_division_code) { + this.admin_division_code = admin_division_code; + } + + public String getBirthday() { + return birthday; + } + + public void setBirthday(String birthday) { + this.birthday = birthday; + } + + public String getBirthplace() { + return birthplace; + } + + public void setBirthplace(String birthplace) { + this.birthplace = birthplace; + } + + public String getCittizenship() { + return cittizenship; + } + + public void setCittizenship(String cittizenship) { + this.cittizenship = cittizenship; + } + + public String getCountry() { + return country; + } + + public void setCountry(String country) { + this.country = country; + } + + public String getDept_type() { + return dept_type; + } + + public void setDept_type(String dept_type) { + this.dept_type = dept_type; + } + + public String getDeptName() { + return deptName; + } + + public void setDeptName(String deptName) { + this.deptName = deptName; + } + + public String getEducation() { + return education; + } + + public void setEducation(String education) { + this.education = education; + } + + public String getEmployer_code() { + return employer_code; + } + + public void setEmployer_code(String employer_code) { + this.employer_code = employer_code; + } + + public String getEmployment_form() { + return employment_form; + } + + public void setEmployment_form(String employment_form) { + this.employment_form = employment_form; + } + + public String getId_number() { + return id_number; + } + + public void setId_number(String id_number) { + this.id_number = id_number; + } + + public String getId_type() { + return id_type; + } + + public void setId_type(String id_type) { + this.id_type = id_type; + } + + public String getIs_keyposion() { + return is_keyposion; + } + + public void setIs_keyposion(String is_keyposion) { + this.is_keyposion = is_keyposion; + } + + public String getMarital_status() { + return marital_status; + } + + public void setMarital_status(String marital_status) { + this.marital_status = marital_status; + } + + public String getMobile_phone() { + return mobile_phone; + } + + public void setMobile_phone(String mobile_phone) { + this.mobile_phone = mobile_phone; + } + + public String getNationality() { + return nationality; + } + + public void setNationality(String nationality) { + this.nationality = nationality; + } + + public String getOffice_telephone() { + return office_telephone; + } + + public void setOffice_telephone(String office_telephone) { + this.office_telephone = office_telephone; + } + + public String getOuter_email() { + return outer_email; + } + + public void setOuter_email(String outer_email) { + this.outer_email = outer_email; + } + + public String getParent_dept_code() { + return parent_dept_code; + } + + public void setParent_dept_code(String parent_dept_code) { + this.parent_dept_code = parent_dept_code; + } + + public String getParent_dept_name() { + return parent_dept_name; + } + + public void setParent_dept_name(String parent_dept_name) { + this.parent_dept_name = parent_dept_name; + } + + public String getPoliticcountenance() { + return politiccountenance; + } + + public void setPoliticcountenance(String politiccountenance) { + this.politiccountenance = politiccountenance; + } + + public String getPosition() { + return position; + } + + public void setPosition(String position) { + this.position = position; + } + + public String getWork_title() { + return work_title; + } + + public void setWork_title(String work_title) { + this.work_title = work_title; + } + + public String getWorker_category() { + return worker_category; + } + + public void setWorker_category(String worker_category) { + this.worker_category = worker_category; + } + + public String getWorker_duty() { + return worker_duty; + } + + public void setWorker_duty(String worker_duty) { + this.worker_duty = worker_duty; + } + + public String getWorker_email() { + return worker_email; + } + + public void setWorker_email(String worker_email) { + this.worker_email = worker_email; + } + + public String getWorker_level() { + return worker_level; + } + + public void setWorker_level(String worker_level) { + this.worker_level = worker_level; + } + + public String getWorker_security_level() { + return worker_security_level; + } + + public void setWorker_security_level(String worker_security_level) { + this.worker_security_level = worker_security_level; + } + + public int getMdm_workflow() { + return mdm_workflow; + } + + public void setMdm_workflow(int mdm_workflow) { + this.mdm_workflow = mdm_workflow; + } + + public String getModifier() { + return modifier; + } + + public void setModifier(String modifier) { + this.modifier = modifier; + } + + public String getModifytime() { + return modifytime; + } + + public void setModifytime(String modifytime) { + this.modifytime = modifytime; + } + + public String getCreator() { + return creator; + } + + public void setCreator(String creator) { + this.creator = creator; + } + + public String getCreatetime() { + return createtime; + } + + public void setCreatetime(String createtime) { + this.createtime = createtime; + } + + public int getMdm_datastatus() { + return mdm_datastatus; + } + + public void setMdm_datastatus(int mdm_datastatus) { + this.mdm_datastatus = mdm_datastatus; + } + + public String getLink_fieldvalue() { + return link_fieldvalue; + } + + public void setLink_fieldvalue(String link_fieldvalue) { + this.link_fieldvalue = link_fieldvalue; + } + + public String getFlow_middatastatus() { + return flow_middatastatus; + } + + public void setFlow_middatastatus(String flow_middatastatus) { + this.flow_middatastatus = flow_middatastatus; + } + + public String getEmployer() { + return employer; + } + + public void setEmployer(String employer) { + this.employer = employer; + } + + public int getMdm_duplicate() { + return mdm_duplicate; + } + + public void setMdm_duplicate(int mdm_duplicate) { + this.mdm_duplicate = mdm_duplicate; + } + + public EnumerableData getGender_entity() { + return gender_entity; + } + + public void setGender_entity(EnumerableData gender_entity) { + this.gender_entity = gender_entity; + } + + public EnumerableData getEmployment_type_entity() { + return employment_type_entity; + } + + public void setEmployment_type_entity(EnumerableData employment_type_entity) { + this.employment_type_entity = employment_type_entity; + } + + public String getGerder() { + return gerder; + } + + public void setGerder(String gerder) { + this.gerder = gerder; + } + + public String getEmployment_type() { + return employment_type; + } + + public void setEmployment_type(String employment_type) { + this.employment_type = employment_type; + } + + public String getEmployment_type_nane() { + return employment_type_nane; + } + + public void setEmployment_type_nane(String employment_type_nane) { + this.employment_type_nane = employment_type_nane; + } + + public String getMdm_cleanstatus() { + return mdm_cleanstatus; + } + + public void setMdm_cleanstatus(String mdm_cleanstatus) { + this.mdm_cleanstatus = mdm_cleanstatus; + } + + public String getMdm_parentcode() { + return mdm_parentcode; + } + + public void setMdm_parentcode(String mdm_parentcode) { + this.mdm_parentcode = mdm_parentcode; + } + + public String getMdm_yersion() { + return mdm_yersion; + } + + public void setMdm_yersion(String mdm_yersion) { + this.mdm_yersion = mdm_yersion; + } + + public String getDr_mdm_code() { + return dr_mdm_code; + } + + public void setDr_mdm_code(String dr_mdm_code) { + this.dr_mdm_code = dr_mdm_code; + } + + public String getPk_mdm() { + return pk_mdm; + } + + public void setPk_mdm(String pk_mdm) { + this.pk_mdm = pk_mdm; + } + + public String getGender_name() { + return gender_name; + } + + public void setGender_name(String gender_name) { + this.gender_name = gender_name; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + @Override + public String toString() { + return "PersonMasterData{" + + "id='" + id + '\'' + + ", lm_code='" + lm_code + '\'' + + ", group_code='" + group_code + '\'' + + ", name='" + name + '\'' + + ", mdm_code='" + mdm_code + '\'' + + ", dr=" + dr + + ", admin_division='" + admin_division + '\'' + + ", admin_division_code='" + admin_division_code + '\'' + + ", birthday='" + birthday + '\'' + + ", birthplace='" + birthplace + '\'' + + ", cittizenship='" + cittizenship + '\'' + + ", country='" + country + '\'' + + ", dept_type='" + dept_type + '\'' + + ", deptName='" + deptName + '\'' + + ", education='" + education + '\'' + + ", employer_code='" + employer_code + '\'' + + ", employment_form='" + employment_form + '\'' + + ", id_number='" + id_number + '\'' + + ", id_type='" + id_type + '\'' + + ", is_keyposion='" + is_keyposion + '\'' + + ", marital_status='" + marital_status + '\'' + + ", mobile_phone='" + mobile_phone + '\'' + + ", nationality='" + nationality + '\'' + + ", office_telephone='" + office_telephone + '\'' + + ", outer_email='" + outer_email + '\'' + + ", parent_dept_code='" + parent_dept_code + '\'' + + ", parent_dept_name='" + parent_dept_name + '\'' + + ", politiccountenance='" + politiccountenance + '\'' + + ", position='" + position + '\'' + + ", work_title='" + work_title + '\'' + + ", worker_category='" + worker_category + '\'' + + ", worker_duty='" + worker_duty + '\'' + + ", worker_email='" + worker_email + '\'' + + ", worker_level='" + worker_level + '\'' + + ", worker_security_level='" + worker_security_level + '\'' + + ", mdm_workflow=" + mdm_workflow + + ", modifier='" + modifier + '\'' + + ", modifytime='" + modifytime + '\'' + + ", creator='" + creator + '\'' + + ", createtime='" + createtime + '\'' + + ", mdm_datastatus=" + mdm_datastatus + + ", link_fieldvalue='" + link_fieldvalue + '\'' + + ", flow_middatastatus='" + flow_middatastatus + '\'' + + ", employer='" + employer + '\'' + + ", mdm_duplicate=" + mdm_duplicate + + ", gender_entity=" + gender_entity + + ", employment_type_entity=" + employment_type_entity + + ", gerder='" + gerder + '\'' + + ", employment_type='" + employment_type + '\'' + + ", employment_type_nane='" + employment_type_nane + '\'' + + ", mdm_cleanstatus='" + mdm_cleanstatus + '\'' + + ", mdm_parentcode='" + mdm_parentcode + '\'' + + ", mdm_yersion='" + mdm_yersion + '\'' + + ", dr_mdm_code='" + dr_mdm_code + '\'' + + ", pk_mdm='" + pk_mdm + '\'' + + ", gender_name='" + gender_name + '\'' + + ", ts='" + ts + '\'' + + '}'; + } +} -- Gitblit v1.9.3