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/OrgMasterData.java | 477 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 477 insertions(+), 0 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/person/OrgMasterData.java b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/person/OrgMasterData.java new file mode 100644 index 0000000..4ee33f1 --- /dev/null +++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/person/OrgMasterData.java @@ -0,0 +1,477 @@ +package com.vci.ubcs.code.vo.webserviceModel.person; + +public class OrgMasterData { + + /** + * 闅跺睘鍗曚綅浠g爜 + */ + private String company_code; + /** + * 闅跺睘鍗曚綅鍚嶇О/鎵�灞炲叕鍙� + */ + + private String company_name; + /** + * 閮ㄩ棬缂栫爜 + */ + private String department_code; + /** + * 閮ㄩ棬鍚嶇О + */ + private String department_name; + /** + * 閮ㄩ棬绫诲瀷 1=鏅�氶儴闂紝2=鍐崇瓥閮ㄩ棬 + */ + private String department_type; + /** + * 涓婄骇閮ㄩ棬缂栫爜 鎵�灞嬩笂绾ч儴闂紝寮曠敤閮ㄩ棬涓绘暟鎹紝闆嗗洟鍛藉悕鈥滀笂绾ч儴闂ㄤ唬鐮� + */ + private String parent_department_code; + /** + * 涓婄骇閮ㄩ棬鍚嶇О + */ + private String parent_department_name; + /** + * 閮ㄩ棬璐熻矗浜� + */ + private String department_head; + /*** + * 璐熻矗浜虹紪鐮� + */ + private String department_head_code; + /*** + * 鐢佃瘽 + */ + private String telephone_number; + /*** + * 鎺掑簭鍙� + */ + private String sort_order; + /** + *鍚敤鐘舵�� 1=鏈惎鐢紝2=宸插惎鐢紝3e宸插仠鐢� + */ + private int enable_datus; + /** + * 閮ㄩ棬灞傜骇 + */ + private String department_level; + /*** + * 鏄铏氭嫙閮ㄩ棬 + */ + private String is_virtual; + /*** + * 閮ㄩ棬鐘舵��,鏈夋晥銆佷綔搴� + */ + private String department_status; + /*** + * 閮ㄩ棬鏄剧ず鐘舵��,鏄剧ず銆佷笉鏄剧ず + */ + private String diplay_status; + /*** + * 閮ㄩ棬ID璺緞 + */ + private String id_route; + /*** + *閮ㄩ棬鍚嶇О璺緞 + */ + private String name_route; + /*** + *鑺傜偣绫诲瀷,褰撳墠鏂板姞鑺傜偣鐨勭被鍒紝閮ㄩ棬锛屼紒涓�(娉曚汉鍗曚綅)锛岄粯璁� + */ + private String node_type; + /*** + * 閮ㄩ棬鍘熺紪鐮�,璁板綍璇ラ儴闂ㄧ殑鍘熸湁缂栫爜锛屼綔涓烘崲鍙锋椂鐨勫瑙� + */ + private String onginal_code; + /** + * 鍒涘缓鑰� + */ + private String creator; + /*** + * 鍒涘缓鏃堕棿 + */ + private String createtime; + /*** + * 淇敼鑰� + */ + private String modifier; + /** + * 淇敼鏃堕棿 + */ + private String modifytime; + private String mdm_parentcode; + private int mdm_workflow_status; + private String mdm_datastatus; + private String mdm_cleanstatus; + private String link_fieldvalue; + private String floy_middatastatus; + private String originalcode; + private String pk_mdm; + private String mdm_duplicate; + private String mdm_code; + private String mdm_version; + private String original_nane; + private String ts; + /*** + *0:姝e父锛�1鏁版嵁琚垹闄わ紝榛樿涓�0; + */ + private int dr; + private String dr_ndm_code; + + public String getCompany_code() { + return company_code; + } + + public void setCompany_code(String company_code) { + this.company_code = company_code; + } + + public String getCompany_name() { + return company_name; + } + + public void setCompany_name(String company_name) { + this.company_name = company_name; + } + + public String getDepartment_code() { + return department_code; + } + + public void setDepartment_code(String department_code) { + this.department_code = department_code; + } + + public String getDepartment_name() { + return department_name; + } + + public void setDepartment_name(String department_name) { + this.department_name = department_name; + } + + public String getDepartment_type() { + return department_type; + } + + public void setDepartment_type(String department_type) { + this.department_type = department_type; + } + + public String getParent_department_code() { + return parent_department_code; + } + + public void setParent_department_code(String parent_department_code) { + this.parent_department_code = parent_department_code; + } + + public String getParent_department_name() { + return parent_department_name; + } + + public void setParent_department_name(String parent_department_name) { + this.parent_department_name = parent_department_name; + } + + public String getDepartment_head() { + return department_head; + } + + public void setDepartment_head(String department_head) { + this.department_head = department_head; + } + + public String getDepartment_head_code() { + return department_head_code; + } + + public void setDepartment_head_code(String department_head_code) { + this.department_head_code = department_head_code; + } + + public String getTelephone_number() { + return telephone_number; + } + + public void setTelephone_number(String telephone_number) { + this.telephone_number = telephone_number; + } + + public String getSort_order() { + return sort_order; + } + + public void setSort_order(String sort_order) { + this.sort_order = sort_order; + } + + public int getEnable_datus() { + return enable_datus; + } + + public void setEnable_datus(int enable_datus) { + this.enable_datus = enable_datus; + } + + public String getDepartment_level() { + return department_level; + } + + public void setDepartment_level(String department_level) { + this.department_level = department_level; + } + + public String getIs_virtual() { + return is_virtual; + } + + public void setIs_virtual(String is_virtual) { + this.is_virtual = is_virtual; + } + + public String getDepartment_status() { + return department_status; + } + + public void setDepartment_status(String department_status) { + this.department_status = department_status; + } + + public String getDiplay_status() { + return diplay_status; + } + + public void setDiplay_status(String diplay_status) { + this.diplay_status = diplay_status; + } + + public String getId_route() { + return id_route; + } + + public void setId_route(String id_route) { + this.id_route = id_route; + } + + public String getName_route() { + return name_route; + } + + public void setName_route(String name_route) { + this.name_route = name_route; + } + + public String getNode_type() { + return node_type; + } + + public void setNode_type(String node_type) { + this.node_type = node_type; + } + + public String getOnginal_code() { + return onginal_code; + } + + public void setOnginal_code(String onginal_code) { + this.onginal_code = onginal_code; + } + + 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 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 getMdm_parentcode() { + return mdm_parentcode; + } + + public void setMdm_parentcode(String mdm_parentcode) { + this.mdm_parentcode = mdm_parentcode; + } + + public int getMdm_workflow_status() { + return mdm_workflow_status; + } + + public void setMdm_workflow_status(int mdm_workflow_status) { + this.mdm_workflow_status = mdm_workflow_status; + } + + public String getMdm_datastatus() { + return mdm_datastatus; + } + + public void setMdm_datastatus(String mdm_datastatus) { + this.mdm_datastatus = mdm_datastatus; + } + + public String getMdm_cleanstatus() { + return mdm_cleanstatus; + } + + public void setMdm_cleanstatus(String mdm_cleanstatus) { + this.mdm_cleanstatus = mdm_cleanstatus; + } + + public String getLink_fieldvalue() { + return link_fieldvalue; + } + + public void setLink_fieldvalue(String link_fieldvalue) { + this.link_fieldvalue = link_fieldvalue; + } + + public String getFloy_middatastatus() { + return floy_middatastatus; + } + + public void setFloy_middatastatus(String floy_middatastatus) { + this.floy_middatastatus = floy_middatastatus; + } + + public String getOriginalcode() { + return originalcode; + } + + public void setOriginalcode(String originalcode) { + this.originalcode = originalcode; + } + + public String getPk_mdm() { + return pk_mdm; + } + + public void setPk_mdm(String pk_mdn) { + this.pk_mdm = pk_mdn; + } + + public String getMdm_duplicate() { + return mdm_duplicate; + } + + public void setMdm_duplicate(String mdm_duplicate) { + this.mdm_duplicate = mdm_duplicate; + } + + public String getMdm_code() { + return mdm_code; + } + + public void setMdm_code(String mdm_code) { + this.mdm_code = mdm_code; + } + + public String getMdm_version() { + return mdm_version; + } + + public void setMdm_version(String mdm_version) { + this.mdm_version = mdm_version; + } + + public String getOriginal_nane() { + return original_nane; + } + + public void setOriginal_nane(String original_nane) { + this.original_nane = original_nane; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public int getDr() { + return dr; + } + + public void setDr(int dr) { + this.dr = dr; + } + + public String getDr_ndm_code() { + return dr_ndm_code; + } + + public void setDr_ndm_code(String dr_ndm_code) { + this.dr_ndm_code = dr_ndm_code; + } + + @Override + public String toString() { + return "OrgMasterData{" + + "company_code='" + company_code + '\'' + + ", company_name='" + company_name + '\'' + + ", department_code='" + department_code + '\'' + + ", department_name='" + department_name + '\'' + + ", department_type='" + department_type + '\'' + + ", parent_department_code='" + parent_department_code + '\'' + + ", parent_department_name='" + parent_department_name + '\'' + + ", department_head='" + department_head + '\'' + + ", department_head_code='" + department_head_code + '\'' + + ", telephone_number='" + telephone_number + '\'' + + ", sort_order='" + sort_order + '\'' + + ", enable_datus=" + enable_datus + + ", department_level='" + department_level + '\'' + + ", is_virtual='" + is_virtual + '\'' + + ", department_status='" + department_status + '\'' + + ", diplay_status='" + diplay_status + '\'' + + ", id_route='" + id_route + '\'' + + ", name_route='" + name_route + '\'' + + ", node_type='" + node_type + '\'' + + ", onginal_code='" + onginal_code + '\'' + + ", creator='" + creator + '\'' + + ", createtime='" + createtime + '\'' + + ", modifier='" + modifier + '\'' + + ", modifytime='" + modifytime + '\'' + + ", mdm_parentcode='" + mdm_parentcode + '\'' + + ", mdm_workflow_status=" + mdm_workflow_status + + ", mdm_datastatus='" + mdm_datastatus + '\'' + + ", mdm_cleanstatus='" + mdm_cleanstatus + '\'' + + ", link_fieldvalue='" + link_fieldvalue + '\'' + + ", floy_middatastatus='" + floy_middatastatus + '\'' + + ", originalcode='" + originalcode + '\'' + + ", pk_mdm='" + pk_mdm + '\'' + + ", mdm_duplicate='" + mdm_duplicate + '\'' + + ", mdm_code='" + mdm_code + '\'' + + ", mdm_version='" + mdm_version + '\'' + + ", original_nane='" + original_nane + '\'' + + ", ts='" + ts + '\'' + + ", dr=" + dr + + ", dr_ndm_code='" + dr_ndm_code + '\'' + + '}'; + } +} -- Gitblit v1.9.3