| | |
| | | */ |
| | | @XStreamAsAttribute |
| | | private String id; |
| | | |
| | | /*** |
| | | * ä¸»é® |
| | | * è§åç æ®µç¼å· |
| | | */ |
| | | @XStreamAsAttribute |
| | | private String sectionCode; |
| | | /*** |
| | | * åºå· |
| | | */ |
| | | @XStreamAsAttribute |
| | | private String num; |
| | |
| | | */ |
| | | @XStreamAsAttribute |
| | | private String secType; |
| | | /*** |
| | | * ç æ®µç±»åæ¾ç¤ºå¼ |
| | | */ |
| | | @XStreamAsAttribute |
| | | private String secTypeText; |
| | | |
| | | /** |
| | | * æå±ç¼ç è§å |
| | |
| | | this.sectionValue = sectionValue; |
| | | } |
| | | |
| | | public String getSectionCode() { |
| | | return sectionCode; |
| | | } |
| | | |
| | | public void setSectionCode(String sectionCode) { |
| | | this.sectionCode = sectionCode; |
| | | } |
| | | |
| | | public String getSecTypeText() { |
| | | return secTypeText; |
| | | } |
| | | |
| | | public void setSecTypeText(String secTypeText) { |
| | | this.secTypeText = secTypeText; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeSectionVO{" + |
| | | "id='" + id + '\'' + |
| | | ", sectionCode='" + sectionCode + '\'' + |
| | | ", num='" + num + '\'' + |
| | | ", name='" + name + '\'' + |
| | | ", description='" + description + '\'' + |
| | | ", secType='" + secType + '\'' + |
| | | ", secTypeText='" + secTypeText + '\'' + |
| | | ", pkCodeRule='" + pkCodeRule + '\'' + |
| | | ", codeSecLengthType='" + codeSecLengthType + '\'' + |
| | | ", codeSecLength='" + codeSecLength + '\'' + |
| | | ", parentClassifySecOid='" + parentClassifySecOid + '\'' + |
| | | ", sectionValue=" + sectionValue + |
| | | ", codeDateFormatStr='" + codeDateFormatStr + '\'' + |
| | | '}'; |
| | | } |
| | |
| | | public CodeSectionValueVO() { |
| | | } |
| | | |
| | | public CodeSectionValueVO(String id, String num, String value,String name ,String description) { |
| | | public CodeSectionValueVO(String id, String num, String value,String name ,String pid,String description) { |
| | | this.id = id; |
| | | this.num = num; |
| | | this.value = value; |
| | | this.description = description; |
| | | this.name=name; |
| | | this.pid=pid; |
| | | } |
| | | |
| | | /*** |
| | |
| | | @XStreamAsAttribute |
| | | private String id; |
| | | /*** |
| | | * ç å¼ç¼å· |
| | | * ç å¼åºå· |
| | | */ |
| | | @XStreamAsAttribute |
| | | private String num; |
| | | |
| | | /*** |
| | | * ç 弿¾ç¤ºå¼ |
| | | */ |
| | | @XStreamAsAttribute |
| | | private String name; |
| | | |
| | |
| | | */ |
| | | @XStreamAsAttribute |
| | | private String value; |
| | | |
| | | /*** |
| | | * ç¶ç 段oid |
| | | */ |
| | | @XStreamAsAttribute |
| | | private String pid; |
| | | /** |
| | | * æè¿° |
| | | */ |
| | |
| | | this.name = name; |
| | | } |
| | | |
| | | public String getPid() { |
| | | return pid; |
| | | } |
| | | |
| | | public void setPid(String pid) { |
| | | this.pid = pid; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeSectionValueVO{" + |
| | |
| | | ", num='" + num + '\'' + |
| | | ", name='" + name + '\'' + |
| | | ", value='" + value + '\'' + |
| | | ", pid='" + pid + '\'' + |
| | | ", description='" + description + '\'' + |
| | | '}'; |
| | | } |
| | |
| | | */ |
| | | @XStreamAsAttribute |
| | | private String id; |
| | | |
| | | /*** |
| | | * è§åç¼ç |
| | | */ |
| | | @XStreamAsAttribute |
| | | private String ruleCode; |
| | | /** |
| | | * è§åç¼å· |
| | | */ |
| | |
| | | this.codeSection = codeSection; |
| | | } |
| | | |
| | | public String getRuleCode() { |
| | | return ruleCode; |
| | | } |
| | | |
| | | public void setRuleCode(String ruleCode) { |
| | | this.ruleCode = ruleCode; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeRuleVO{" + |
| | | return "ResultCodeRuleVO{" + |
| | | "id='" + id + '\'' + |
| | | ", ruleCode='" + ruleCode + '\'' + |
| | | ", num='" + num + '\'' + |
| | | ", name='" + name + '\'' + |
| | | ", description='" + description + '\'' + |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "data":{ |
| | | "systemId": "MPM", |
| | | "user": { |
| | | "userName": "weidy", |
| | | "trueName": "é大å", |
| | | "ip": "127.0.0.1" |
| | | }, |
| | | "library": { |
| | | "id": "wupin", |
| | | "classifyid":[ |
| | | "020201", |
| | | "020202" |
| | | ] |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <data systemId="MPM"> |
| | | <user userName="weidy" trueName="" ip="127.0.0.1"/> |
| | | <library id="wupin"> |
| | | <classifyid>020201</classifyid> |
| | | <classifyid>020202</classifyid> |
| | | </library> |
| | | </data> |
| | | |
| | | <?xml version="1.0" encoding="UTF-8" ?> |
| | | <data> |
| | | <errorid>0</errorid> |
| | | <msg>æå!</msg> |
| | | <library id="wupin" name=""> |
| | | <classify id="B6C55202-A224-9098-6A82-E3FC5DEEF790" name="å£ç" pid="0C600A6A-6398-FC30-D13E-121201FDA908" classCode="020202" description="å£ç" fullPathName="" lcStatus="Enabled" isLeaf="false"> |
| | | <codeRule id="1673234841140858880" ruleCode="csfjl" num="" name="csfjl" description=""> |
| | | <codeSection id="1673235191453323264" sectionCode="gdmd" num="1" name="åºå®ç 段" description="aaaa" secType="codefixedsec" secTypeText="åºå®ç 段" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="10" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue> |
| | | <sectionValue id="1673235273523269632" num="2" name="" value="002" pid="" description=""/> |
| | | <sectionValue id="1673235247598276608" num="1" name="" value="001" pid="" description=""/> |
| | | </sectionValue> |
| | | </codeSection> |
| | | <codeSection id="1673235394948370432" sectionCode="flmdf" num="2" name="åç±»ç æ®µç¶" description="" secType="codeclassifysec" secTypeText="åç±»ç æ®µ" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="10" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue> |
| | | <sectionValue id="1673235471532167168" num="1" name="äº" value="001" pid="" description=""/> |
| | | <sectionValue id="1673235449524654080" num="1" name="ä¸" value="001" pid="" description=""/> |
| | | </sectionValue> |
| | | </codeSection> |
| | | <codeSection id="1673235616541839360" sectionCode="flmdz" num="3" name="åç±»ç æ®µå" description="sss" secType="codeclassifysec" secTypeText="åç±»ç æ®µ" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="10" parentClassifySecOid="1673235394948370432" codeDateFormatStr=""> |
| | | <sectionValue> |
| | | <sectionValue id="1673235791276544000" num="1" name="å°äº" value="0012" pid="1673235471532167168" description=""/> |
| | | <sectionValue id="1673235759584382976" num="1" name="å°ä¸" value="0011" pid="1673235449524654080" description=""/> |
| | | </sectionValue> |
| | | </codeSection> |
| | | <codeSection id="1673235886290112512" sectionCode="kbmd" num="4" name="å¯åç æ®µ" description="sss" secType="codevariablesec" secTypeText="å¯åç æ®µ" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="10" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue/> |
| | | </codeSection> |
| | | <codeSection id="1676048203809689600" sectionCode="yy" num="5" name="å¼ç¨ç 段" description="å¼ç¨ç 段" secType="coderefersec" secTypeText="å¼ç¨ç 段" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue/> |
| | | </codeSection> |
| | | <codeSection id="1676052431290634240" sectionCode="ge" num="6" name="屿§ç 段" description="fes" secType="codeattrsec" secTypeText="屿§ç 段" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue/> |
| | | </codeSection> |
| | | <codeSection id="1676837573571514368" sectionCode="cengji" num="7" name="å±çº§ç 段" description="å±çº§ç 段" secType="codelevelsec" secTypeText="å±çº§ç 段" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue> |
| | | <sectionValue id="0C600A6A-6398-FC30-D13E-121201FDA908" num="" name="æºä½æä»¶" value="0202" pid="" description="æºä½æä»¶"/> |
| | | </sectionValue> |
| | | </codeSection> |
| | | <codeSection id="1676837771429416960" sectionCode="cengj" num="8" name="å±çº§ç 段2" description="å±çº§ç 段2" secType="codelevelsec" secTypeText="å±çº§ç 段" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue> |
| | | <sectionValue id="B6C55202-A224-9098-6A82-E3FC5DEEF790" num="" name="å£ç" value="020202" pid="" description="å£ç"/> |
| | | </sectionValue> |
| | | </codeSection> |
| | | <codeSection id="1676838137894146048" sectionCode="shux" num="9" name="屿§ç 段" description="" secType="codeattrsec" secTypeText="屿§ç 段" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue/> |
| | | </codeSection> |
| | | <codeSection id="1676838388730302464" sectionCode="riqi" num="10" name="æ¥æç æ®µ" description="æ¥æç æ®µ" secType="codedatesec" secTypeText="æ¥æç æ®µ" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="" parentClassifySecOid="" codeDateFormatStr="YYYY-MM-DD"> |
| | | <sectionValue/> |
| | | </codeSection> |
| | | </codeRule> |
| | | </classify> |
| | | <classify id="46B5DB5E-F783-DFE9-B48A-C4A367D02AC0" name="é" pid="0C600A6A-6398-FC30-D13E-121201FDA908" classCode="020201" description="é" fullPathName="" lcStatus="Enabled" isLeaf="false"> |
| | | <codeRule id="1673234841140858880" ruleCode="csfjl" num="" name="csfjl" description=""> |
| | | <codeSection id="1673235191453323264" sectionCode="gdmd" num="1" name="åºå®ç 段" description="aaaa" secType="codefixedsec" secTypeText="åºå®ç 段" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="10" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue> |
| | | <sectionValue id="1673235273523269632" num="2" name="" value="002" pid="" description=""/> |
| | | <sectionValue id="1673235247598276608" num="1" name="" value="001" pid="" description=""/> |
| | | </sectionValue> |
| | | </codeSection> |
| | | <codeSection id="1673235394948370432" sectionCode="flmdf" num="2" name="åç±»ç æ®µç¶" description="" secType="codeclassifysec" secTypeText="åç±»ç æ®µ" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="10" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue> |
| | | <sectionValue id="1673235471532167168" num="1" name="äº" value="001" pid="" description=""/> |
| | | <sectionValue id="1673235449524654080" num="1" name="ä¸" value="001" pid="" description=""/> |
| | | </sectionValue> |
| | | </codeSection> |
| | | <codeSection id="1673235616541839360" sectionCode="flmdz" num="3" name="åç±»ç æ®µå" description="sss" secType="codeclassifysec" secTypeText="åç±»ç æ®µ" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="10" parentClassifySecOid="1673235394948370432" codeDateFormatStr=""> |
| | | <sectionValue> |
| | | <sectionValue id="1673235791276544000" num="1" name="å°äº" value="0012" pid="1673235471532167168" description=""/> |
| | | <sectionValue id="1673235759584382976" num="1" name="å°ä¸" value="0011" pid="1673235449524654080" description=""/> |
| | | </sectionValue> |
| | | </codeSection> |
| | | <codeSection id="1673235886290112512" sectionCode="kbmd" num="4" name="å¯åç æ®µ" description="sss" secType="codevariablesec" secTypeText="å¯åç æ®µ" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="10" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue/> |
| | | </codeSection> |
| | | <codeSection id="1676048203809689600" sectionCode="yy" num="5" name="å¼ç¨ç 段" description="å¼ç¨ç 段" secType="coderefersec" secTypeText="å¼ç¨ç 段" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue/> |
| | | </codeSection> |
| | | <codeSection id="1676052431290634240" sectionCode="ge" num="6" name="屿§ç 段" description="fes" secType="codeattrsec" secTypeText="屿§ç 段" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue/> |
| | | </codeSection> |
| | | <codeSection id="1676837573571514368" sectionCode="cengji" num="7" name="å±çº§ç 段" description="å±çº§ç 段" secType="codelevelsec" secTypeText="å±çº§ç 段" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue> |
| | | <sectionValue id="0C600A6A-6398-FC30-D13E-121201FDA908" num="" name="æºä½æä»¶" value="0202" pid="" description="æºä½æä»¶"/> |
| | | </sectionValue> |
| | | </codeSection> |
| | | <codeSection id="1676837771429416960" sectionCode="cengj" num="8" name="å±çº§ç 段2" description="å±çº§ç 段2" secType="codelevelsec" secTypeText="å±çº§ç 段" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue> |
| | | <sectionValue id="46B5DB5E-F783-DFE9-B48A-C4A367D02AC0" num="" name="é" value="020201" pid="" description="é"/> |
| | | </sectionValue> |
| | | </codeSection> |
| | | <codeSection id="1676838137894146048" sectionCode="shux" num="9" name="屿§ç 段" description="" secType="codeattrsec" secTypeText="屿§ç 段" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="" parentClassifySecOid="" codeDateFormatStr=""> |
| | | <sectionValue/> |
| | | </codeSection> |
| | | <codeSection id="1676838388730302464" sectionCode="riqi" num="10" name="æ¥æç æ®µ" description="æ¥æç æ®µ" secType="codedatesec" secTypeText="æ¥æç æ®µ" pkCodeRule="1673234841140858880" codeSecLengthType="code_sec_length_variable" codeSecLength="" parentClassifySecOid="" codeDateFormatStr="YYYY-MM-DD"> |
| | | <sectionValue/> |
| | | </codeSection> |
| | | </codeRule> |
| | | </classify> |
| | | </library> |
| | | </data> |
| | |
| | | { |
| | | "resultData": { |
| | | "data": { |
| | | "msg": "æå!", |
| | | "library": { |
| | | "classify": [ |
| | |
| | | "description": "å£ç", |
| | | "pid": "0C600A6A-6398-FC30-D13E-121201FDA908", |
| | | "codeRule": { |
| | | "num": "001-copy", |
| | | "description": "ç©åç¼ç è§å", |
| | | "ruleCode": "csfjl", |
| | | "num": "", |
| | | "name": "csfjl", |
| | | "description": "", |
| | | "codeSection": [ |
| | | { |
| | | "num": "1", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "aaaa", |
| | | "sectionCode": "gdmd", |
| | | "secType": "codefixedsec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "åºå®ç 段", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "0", |
| | | "num": "2", |
| | | "name": "", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235273523269632", |
| | | "value": "002" |
| | | }, |
| | | { |
| | | "num": "1", |
| | | "name": "", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235247598276608", |
| | | "value": "001" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "åºå®ç 段", |
| | | "id": "1673235191453323264", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "2", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "", |
| | | "sectionCode": "flmdf", |
| | | "secType": "codeclassifysec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "åç±»ç æ®µ", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "1", |
| | | "name": "äº", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235471532167168", |
| | | "value": "001" |
| | | }, |
| | | { |
| | | "num": "1", |
| | | "name": "ä¸", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235449524654080", |
| | | "value": "001" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "åç±»ç æ®µç¶", |
| | | "id": "1673235394948370432", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "3", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "sss", |
| | | "sectionCode": "flmdz", |
| | | "secType": "codeclassifysec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "1673235394948370432", |
| | | "secTypeText": "åç±»ç æ®µ", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "1", |
| | | "name": "å°äº", |
| | | "description": "", |
| | | "pid": "1673235471532167168", |
| | | "id": "1673235791276544000", |
| | | "value": "0012" |
| | | }, |
| | | { |
| | | "num": "1", |
| | | "name": "å°ä¸", |
| | | "description": "", |
| | | "pid": "1673235449524654080", |
| | | "id": "1673235759584382976", |
| | | "value": "0011" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "åç±»ç æ®µå", |
| | | "id": "1673235616541839360", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "4", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "sss", |
| | | "sectionCode": "kbmd", |
| | | "secType": "codevariablesec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å¯åç æ®µ", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "å¯åç æ®µ", |
| | | "id": "1673235886290112512", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "5", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "å¼ç¨ç 段", |
| | | "sectionCode": "yy", |
| | | "secType": "coderefersec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å¼ç¨ç 段", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "å¼ç¨ç 段", |
| | | "id": "1676048203809689600", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "6", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "fes", |
| | | "sectionCode": "ge", |
| | | "secType": "codeattrsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "屿§ç 段", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "屿§ç 段", |
| | | "id": "1676052431290634240", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "7", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "å±çº§ç 段", |
| | | "sectionCode": "cengji", |
| | | "secType": "codelevelsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å±çº§ç 段", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "", |
| | | "name": "æºä½æä»¶", |
| | | "description": "æºä½æä»¶", |
| | | "pid": "", |
| | | "id": "0C600A6A-6398-FC30-D13E-121201FDA908", |
| | | "value": "0202" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "å±çº§ç 段", |
| | | "id": "1676837573571514368", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "8", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "å±çº§ç 段2", |
| | | "sectionCode": "cengj", |
| | | "secType": "codelevelsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å±çº§ç 段", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "", |
| | | "name": "å£ç", |
| | | "description": "å£ç", |
| | | "pid": "", |
| | | "id": "B6C55202-A224-9098-6A82-E3FC5DEEF790", |
| | | "value": "020202" |
| | | } |
| | | ], |
| | | "num": "01", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "name": "å±çº§ç 段", |
| | | "secType": "codelevelsec", |
| | | "id": "1674682431208296448", |
| | | "pkCodeRule": "9FE2AF3E-2940-BD80-D46F-E3853314673D" |
| | | "codeDateFormatStr": "", |
| | | "name": "å±çº§ç 段2", |
| | | "id": "1676837771429416960", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "9", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "", |
| | | "sectionCode": "shux", |
| | | "secType": "codeattrsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "屿§ç 段", |
| | | "sectionValue": [], |
| | | "num": "02", |
| | | "name": "æµæ°´ç 段", |
| | | "description": "æµæ°´ç 段", |
| | | "secType": "codeserialsec", |
| | | "id": "801B6412-E617-214A-08A5-9EDF5821AA66", |
| | | "pkCodeRule": "9FE2AF3E-2940-BD80-D46F-E3853314673D", |
| | | "codeSecLength": "4" |
| | | "codeDateFormatStr": "", |
| | | "name": "屿§ç 段", |
| | | "id": "1676838137894146048", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "10", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "æ¥æç æ®µ", |
| | | "sectionCode": "riqi", |
| | | "secType": "codedatesec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "æ¥æç æ®µ", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "YYYY-MM-DD", |
| | | "name": "æ¥æç æ®µ", |
| | | "id": "1676838388730302464", |
| | | "pkCodeRule": "1673234841140858880" |
| | | } |
| | | ], |
| | | "id": "9FE2AF3E-2940-BD80-D46F-E3853314673D" |
| | | "id": "1673234841140858880" |
| | | }, |
| | | "id": "B6C55202-A224-9098-6A82-E3FC5DEEF790", |
| | | "fullPathName": "", |
| | | "leaf": false |
| | | }, |
| | | { |
| | |
| | | "description": "é", |
| | | "pid": "0C600A6A-6398-FC30-D13E-121201FDA908", |
| | | "codeRule": { |
| | | "num": "001-copy", |
| | | "description": "ç©åç¼ç è§å", |
| | | "ruleCode": "csfjl", |
| | | "num": "", |
| | | "name": "csfjl", |
| | | "description": "", |
| | | "codeSection": [ |
| | | { |
| | | "num": "1", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "aaaa", |
| | | "sectionCode": "gdmd", |
| | | "secType": "codefixedsec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "åºå®ç 段", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "0", |
| | | "num": "2", |
| | | "name": "", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235273523269632", |
| | | "value": "002" |
| | | }, |
| | | { |
| | | "num": "1", |
| | | "name": "", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235247598276608", |
| | | "value": "001" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "åºå®ç 段", |
| | | "id": "1673235191453323264", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "2", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "", |
| | | "sectionCode": "flmdf", |
| | | "secType": "codeclassifysec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "åç±»ç æ®µ", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "1", |
| | | "name": "äº", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235471532167168", |
| | | "value": "001" |
| | | }, |
| | | { |
| | | "num": "1", |
| | | "name": "ä¸", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235449524654080", |
| | | "value": "001" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "åç±»ç æ®µç¶", |
| | | "id": "1673235394948370432", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "3", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "sss", |
| | | "sectionCode": "flmdz", |
| | | "secType": "codeclassifysec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "1673235394948370432", |
| | | "secTypeText": "åç±»ç æ®µ", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "1", |
| | | "name": "å°äº", |
| | | "description": "", |
| | | "pid": "1673235471532167168", |
| | | "id": "1673235791276544000", |
| | | "value": "0012" |
| | | }, |
| | | { |
| | | "num": "1", |
| | | "name": "å°ä¸", |
| | | "description": "", |
| | | "pid": "1673235449524654080", |
| | | "id": "1673235759584382976", |
| | | "value": "0011" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "åç±»ç æ®µå", |
| | | "id": "1673235616541839360", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "4", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "sss", |
| | | "sectionCode": "kbmd", |
| | | "secType": "codevariablesec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å¯åç æ®µ", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "å¯åç æ®µ", |
| | | "id": "1673235886290112512", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "5", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "å¼ç¨ç 段", |
| | | "sectionCode": "yy", |
| | | "secType": "coderefersec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å¼ç¨ç 段", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "å¼ç¨ç 段", |
| | | "id": "1676048203809689600", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "6", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "fes", |
| | | "sectionCode": "ge", |
| | | "secType": "codeattrsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "屿§ç 段", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "屿§ç 段", |
| | | "id": "1676052431290634240", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "7", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "å±çº§ç 段", |
| | | "sectionCode": "cengji", |
| | | "secType": "codelevelsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å±çº§ç 段", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "", |
| | | "name": "æºä½æä»¶", |
| | | "description": "æºä½æä»¶", |
| | | "pid": "", |
| | | "id": "0C600A6A-6398-FC30-D13E-121201FDA908", |
| | | "value": "0202" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "å±çº§ç 段", |
| | | "id": "1676837573571514368", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "8", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "å±çº§ç 段2", |
| | | "sectionCode": "cengj", |
| | | "secType": "codelevelsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å±çº§ç 段", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "", |
| | | "name": "é", |
| | | "description": "é", |
| | | "pid": "", |
| | | "id": "46B5DB5E-F783-DFE9-B48A-C4A367D02AC0", |
| | | "value": "020201" |
| | | } |
| | | ], |
| | | "num": "01", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "name": "å±çº§ç 段", |
| | | "secType": "codelevelsec", |
| | | "id": "1674682431208296448", |
| | | "pkCodeRule": "9FE2AF3E-2940-BD80-D46F-E3853314673D" |
| | | "codeDateFormatStr": "", |
| | | "name": "å±çº§ç 段2", |
| | | "id": "1676837771429416960", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "9", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "", |
| | | "sectionCode": "shux", |
| | | "secType": "codeattrsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "屿§ç 段", |
| | | "sectionValue": [], |
| | | "num": "02", |
| | | "name": "æµæ°´ç 段", |
| | | "description": "æµæ°´ç 段", |
| | | "secType": "codeserialsec", |
| | | "id": "801B6412-E617-214A-08A5-9EDF5821AA66", |
| | | "pkCodeRule": "9FE2AF3E-2940-BD80-D46F-E3853314673D", |
| | | "codeSecLength": "4" |
| | | "codeDateFormatStr": "", |
| | | "name": "屿§ç 段", |
| | | "id": "1676838137894146048", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "10", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "æ¥æç æ®µ", |
| | | "sectionCode": "riqi", |
| | | "secType": "codedatesec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "æ¥æç æ®µ", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "YYYY-MM-DD", |
| | | "name": "æ¥æç æ®µ", |
| | | "id": "1676838388730302464", |
| | | "pkCodeRule": "1673234841140858880" |
| | | } |
| | | ], |
| | | "id": "9FE2AF3E-2940-BD80-D46F-E3853314673D" |
| | | "id": "1673234841140858880" |
| | | }, |
| | | "id": "46B5DB5E-F783-DFE9-B48A-C4A367D02AC0", |
| | | "fullPathName": "", |
| | | "leaf": false |
| | | } |
| | | ], |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "data": { |
| | | "msg": "æå!", |
| | | "library": { |
| | | "classify": [ |
| | | { |
| | | "classCode": "020202", |
| | | "lcStatus": "Enabled", |
| | | "name": "å£ç", |
| | | "description": "å£ç", |
| | | "pid": "0C600A6A-6398-FC30-D13E-121201FDA908", |
| | | "codeRule": { |
| | | "ruleCode": "csfjl", |
| | | "num": "", |
| | | "name": "csfjl", |
| | | "description": "", |
| | | "codeSection": [ |
| | | { |
| | | "num": "1", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "aaaa", |
| | | "sectionCode": "gdmd", |
| | | "secType": "codefixedsec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "åºå®ç 段", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "2", |
| | | "name": "", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235273523269632", |
| | | "value": "002" |
| | | }, |
| | | { |
| | | "num": "1", |
| | | "name": "", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235247598276608", |
| | | "value": "001" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "åºå®ç 段", |
| | | "id": "1673235191453323264", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "2", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "", |
| | | "sectionCode": "flmdf", |
| | | "secType": "codeclassifysec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "åç±»ç æ®µ", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "1", |
| | | "name": "äº", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235471532167168", |
| | | "value": "001" |
| | | }, |
| | | { |
| | | "num": "1", |
| | | "name": "ä¸", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235449524654080", |
| | | "value": "001" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "åç±»ç æ®µç¶", |
| | | "id": "1673235394948370432", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "3", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "sss", |
| | | "sectionCode": "flmdz", |
| | | "secType": "codeclassifysec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "1673235394948370432", |
| | | "secTypeText": "åç±»ç æ®µ", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "1", |
| | | "name": "å°äº", |
| | | "description": "", |
| | | "pid": "1673235471532167168", |
| | | "id": "1673235791276544000", |
| | | "value": "0012" |
| | | }, |
| | | { |
| | | "num": "1", |
| | | "name": "å°ä¸", |
| | | "description": "", |
| | | "pid": "1673235449524654080", |
| | | "id": "1673235759584382976", |
| | | "value": "0011" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "åç±»ç æ®µå", |
| | | "id": "1673235616541839360", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "4", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "sss", |
| | | "sectionCode": "kbmd", |
| | | "secType": "codevariablesec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å¯åç æ®µ", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "å¯åç æ®µ", |
| | | "id": "1673235886290112512", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "5", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "å¼ç¨ç 段", |
| | | "sectionCode": "yy", |
| | | "secType": "coderefersec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å¼ç¨ç 段", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "å¼ç¨ç 段", |
| | | "id": "1676048203809689600", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "6", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "fes", |
| | | "sectionCode": "ge", |
| | | "secType": "codeattrsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "屿§ç 段", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "屿§ç 段", |
| | | "id": "1676052431290634240", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "7", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "å±çº§ç 段", |
| | | "sectionCode": "cengji", |
| | | "secType": "codelevelsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å±çº§ç 段", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "", |
| | | "name": "æºä½æä»¶", |
| | | "description": "æºä½æä»¶", |
| | | "pid": "", |
| | | "id": "0C600A6A-6398-FC30-D13E-121201FDA908", |
| | | "value": "0202" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "å±çº§ç 段", |
| | | "id": "1676837573571514368", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "8", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "å±çº§ç 段2", |
| | | "sectionCode": "cengj", |
| | | "secType": "codelevelsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å±çº§ç 段", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "", |
| | | "name": "å£ç", |
| | | "description": "å£ç", |
| | | "pid": "", |
| | | "id": "B6C55202-A224-9098-6A82-E3FC5DEEF790", |
| | | "value": "020202" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "å±çº§ç 段2", |
| | | "id": "1676837771429416960", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "9", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "", |
| | | "sectionCode": "shux", |
| | | "secType": "codeattrsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "屿§ç 段", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "屿§ç 段", |
| | | "id": "1676838137894146048", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "10", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "æ¥æç æ®µ", |
| | | "sectionCode": "riqi", |
| | | "secType": "codedatesec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "æ¥æç æ®µ", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "YYYY-MM-DD", |
| | | "name": "æ¥æç æ®µ", |
| | | "id": "1676838388730302464", |
| | | "pkCodeRule": "1673234841140858880" |
| | | } |
| | | ], |
| | | "id": "1673234841140858880" |
| | | }, |
| | | "id": "B6C55202-A224-9098-6A82-E3FC5DEEF790", |
| | | "fullPathName": "", |
| | | "leaf": false |
| | | }, |
| | | { |
| | | "classCode": "020201", |
| | | "lcStatus": "Enabled", |
| | | "name": "é", |
| | | "description": "é", |
| | | "pid": "0C600A6A-6398-FC30-D13E-121201FDA908", |
| | | "codeRule": { |
| | | "ruleCode": "csfjl", |
| | | "num": "", |
| | | "name": "csfjl", |
| | | "description": "", |
| | | "codeSection": [ |
| | | { |
| | | "num": "1", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "aaaa", |
| | | "sectionCode": "gdmd", |
| | | "secType": "codefixedsec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "åºå®ç 段", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "2", |
| | | "name": "", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235273523269632", |
| | | "value": "002" |
| | | }, |
| | | { |
| | | "num": "1", |
| | | "name": "", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235247598276608", |
| | | "value": "001" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "åºå®ç 段", |
| | | "id": "1673235191453323264", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "2", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "", |
| | | "sectionCode": "flmdf", |
| | | "secType": "codeclassifysec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "åç±»ç æ®µ", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "1", |
| | | "name": "äº", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235471532167168", |
| | | "value": "001" |
| | | }, |
| | | { |
| | | "num": "1", |
| | | "name": "ä¸", |
| | | "description": "", |
| | | "pid": "", |
| | | "id": "1673235449524654080", |
| | | "value": "001" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "åç±»ç æ®µç¶", |
| | | "id": "1673235394948370432", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "3", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "sss", |
| | | "sectionCode": "flmdz", |
| | | "secType": "codeclassifysec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "1673235394948370432", |
| | | "secTypeText": "åç±»ç æ®µ", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "1", |
| | | "name": "å°äº", |
| | | "description": "", |
| | | "pid": "1673235471532167168", |
| | | "id": "1673235791276544000", |
| | | "value": "0012" |
| | | }, |
| | | { |
| | | "num": "1", |
| | | "name": "å°ä¸", |
| | | "description": "", |
| | | "pid": "1673235449524654080", |
| | | "id": "1673235759584382976", |
| | | "value": "0011" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "åç±»ç æ®µå", |
| | | "id": "1673235616541839360", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "4", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "sss", |
| | | "sectionCode": "kbmd", |
| | | "secType": "codevariablesec", |
| | | "codeSecLength": "10", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å¯åç æ®µ", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "å¯åç æ®µ", |
| | | "id": "1673235886290112512", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "5", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "å¼ç¨ç 段", |
| | | "sectionCode": "yy", |
| | | "secType": "coderefersec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å¼ç¨ç 段", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "å¼ç¨ç 段", |
| | | "id": "1676048203809689600", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "6", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "fes", |
| | | "sectionCode": "ge", |
| | | "secType": "codeattrsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "屿§ç 段", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "屿§ç 段", |
| | | "id": "1676052431290634240", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "7", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "å±çº§ç 段", |
| | | "sectionCode": "cengji", |
| | | "secType": "codelevelsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å±çº§ç 段", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "", |
| | | "name": "æºä½æä»¶", |
| | | "description": "æºä½æä»¶", |
| | | "pid": "", |
| | | "id": "0C600A6A-6398-FC30-D13E-121201FDA908", |
| | | "value": "0202" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "å±çº§ç 段", |
| | | "id": "1676837573571514368", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "8", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "å±çº§ç 段2", |
| | | "sectionCode": "cengj", |
| | | "secType": "codelevelsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "å±çº§ç 段", |
| | | "sectionValue": [ |
| | | { |
| | | "num": "", |
| | | "name": "é", |
| | | "description": "é", |
| | | "pid": "", |
| | | "id": "46B5DB5E-F783-DFE9-B48A-C4A367D02AC0", |
| | | "value": "020201" |
| | | } |
| | | ], |
| | | "codeDateFormatStr": "", |
| | | "name": "å±çº§ç 段2", |
| | | "id": "1676837771429416960", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "9", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "", |
| | | "sectionCode": "shux", |
| | | "secType": "codeattrsec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "屿§ç 段", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "", |
| | | "name": "屿§ç 段", |
| | | "id": "1676838137894146048", |
| | | "pkCodeRule": "1673234841140858880" |
| | | }, |
| | | { |
| | | "num": "10", |
| | | "codeSecLengthType": "code_sec_length_variable", |
| | | "description": "æ¥æç æ®µ", |
| | | "sectionCode": "riqi", |
| | | "secType": "codedatesec", |
| | | "codeSecLength": "", |
| | | "parentClassifySecOid": "", |
| | | "secTypeText": "æ¥æç æ®µ", |
| | | "sectionValue": [], |
| | | "codeDateFormatStr": "YYYY-MM-DD", |
| | | "name": "æ¥æç æ®µ", |
| | | "id": "1676838388730302464", |
| | | "pkCodeRule": "1673234841140858880" |
| | | } |
| | | ], |
| | | "id": "1673234841140858880" |
| | | }, |
| | | "id": "46B5DB5E-F783-DFE9-B48A-C4A367D02AC0", |
| | | "fullPathName": "", |
| | | "leaf": false |
| | | } |
| | | ], |
| | | "name": "", |
| | | "id": "wupin" |
| | | }, |
| | | "errorid": "0" |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "backPath": "", |
| | | "mapFields": "", |
| | | "method": "GET", |
| | | "muti": false, |
| | | "onlyLeaf": false, |
| | | "paramForFormKey": "", |
| | | "referType": "coderule", |
| | | "remoteSort": false, |
| | | "tableConfig": { |
| | | "cols": [ |
| | | { |
| | | "field": "id", |
| | | "fieldType": "text", |
| | | "fieldTypeText": "ææ¬æ¡", |
| | | "isQuery": "true", |
| | | "sort": "true", |
| | | "sortField": "id", |
| | | "title": "ç¼å·", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "field": "name", |
| | | "fieldType": "text", |
| | | "fieldTypeText": "ææ¬æ¡", |
| | | "isQuery": "true", |
| | | "sort": "true", |
| | | "sortField": "name", |
| | | "title": "åç§°", |
| | | "width": 180 |
| | | }, |
| | | { |
| | | "field": "name", |
| | | "fieldType": "text", |
| | | "fieldTypeText": "ææ¬æ¡", |
| | | "isQuery": "false", |
| | | "sort": "false", |
| | | "sortField": "name", |
| | | "title": "åç§°", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "field": "lastmodifier", |
| | | "fieldType": "text", |
| | | "fieldTypeText": "ææ¬æ¡", |
| | | "isQuery": "false", |
| | | "sort": "false", |
| | | "sortField": "lastmodifier", |
| | | "title": "æåæ¶é´äºº", |
| | | "width": 150 |
| | | } |
| | | ], |
| | | "page": { |
| | | "limit": 15, |
| | | "page": 1 |
| | | }, |
| | | "queryColumns": [ |
| | | { |
| | | "$ref": "$.tableConfig.cols[0]" |
| | | }, |
| | | { |
| | | "$ref": "$.tableConfig.cols[1]" |
| | | } |
| | | ] |
| | | }, |
| | | "textField": "name", |
| | | "type": "default", |
| | | "url": "", |
| | | "valueField": "oid", |
| | | "where": { |
| | | "creator_equal": "", |
| | | "tenant_id_equal": "", |
| | | "createtime_equal": "" |
| | | } |
| | | } |
| | |
| | | QueryWrapper<CodeClassifyValue> wrapper = new QueryWrapper<>(); |
| | | wrapper.eq("codeClassifySecOid",classifySecOid); |
| | | if(StringUtils.isNotBlank(parentClassifyValueOid)){ |
| | | wrapper.eq("parentClassifyValueOid",parentClassifyValueOid); |
| | | wrapper.in("parentClassifyValueOid",VciBaseUtil.str2List(parentClassifyValueOid)); |
| | | } |
| | | wrapper.orderByAsc("ordernum"); |
| | | |
| | |
| | | CodeRuleVO resultClassifyRuleVO1=new CodeRuleVO(); |
| | | List<CodeBasicSecVO> codeBasicSecVOS= codeRuleVO.getSecVOList(); |
| | | List<CodeSectionVO> codeSectionVOList=new CopyOnWriteArrayList<>(); |
| | | Map<String,List<String>> secIdTOListValueOidMap=new HashMap<>(); |
| | | if(!CollectionUtils.isEmpty(codeBasicSecVOS)){ |
| | | codeBasicSecVOS.stream().forEach(codeBasicSecVO -> { |
| | | List<CodeSectionValueVO> codeSectionValueVOList=new ArrayList<>(); |
| | | String secType= codeBasicSecVO.getSecType(); |
| | | if(secType.equals("codevariablesec")){//å¯åç æ®µ |
| | | CodeSectionValueVO sectionValueVO=new CodeSectionValueVO("","","","",""); |
| | | codeSectionValueVOList.add(sectionValueVO); |
| | | //空çï¼åç«¯ä¼ |
| | | }else if(secType.equals("codefixedsec")){//åºå®ç 段 |
| | | List<CodeFixedValueVO> fixedValueVOList=codeBasicSecVO.getFixedValueVOList(); |
| | | fixedValueVOList.stream().forEach(codeFixedValueVO -> { |
| | | CodeSectionValueVO sectionValueVO=new CodeSectionValueVO(codeFixedValueVO.getOid(),codeFixedValueVO.getOrderNum()+"",codeFixedValueVO.getId(),codeFixedValueVO.getName(),codeFixedValueVO.getDescription()); |
| | | String id=StringUtils.isBlank(codeFixedValueVO.getOid())?"":codeFixedValueVO.getOid(); |
| | | String value=StringUtils.isBlank(codeFixedValueVO.getId())?"":codeFixedValueVO.getId(); |
| | | String num=StringUtils.isBlank(codeFixedValueVO.getOrderNum()+"")?"":codeFixedValueVO.getOrderNum()+""; |
| | | String name=StringUtils.isBlank(codeFixedValueVO.getName())?"":codeFixedValueVO.getName(); |
| | | String description=StringUtils.isBlank(codeFixedValueVO.getDescription())?"":codeFixedValueVO.getDescription(); |
| | | CodeSectionValueVO sectionValueVO=new CodeSectionValueVO(id,num,value,name,"",description); |
| | | codeSectionValueVOList.add(sectionValueVO); |
| | | }); |
| | | }else if(secType.equals("codeclassifysec")){//åç±»ç æ®µ |
| | | String secOid=codeBasicSecVO.getOid(); |
| | | String parentClassifySecOid= codeBasicSecVO.getParentClassifySecOid(); |
| | | List<CodeClassifyValueVO> codeClassifyValueVOS= this.codeClassifyValueService.listCodeClassifyValueBySecOid(secOid,parentClassifySecOid); |
| | | if(CollectionUtils.isEmpty(codeClassifyValueVOS)){ |
| | | String parentClassifyValueOid=""; |
| | | if(secIdTOListValueOidMap.containsKey(parentClassifySecOid)){ |
| | | List<String> parentClassifyValueList= secIdTOListValueOidMap.get(parentClassifySecOid); |
| | | parentClassifyValueOid=VciBaseUtil.array2String(parentClassifyValueList.toArray(new String[]{})); |
| | | } |
| | | List<CodeClassifyValueVO> codeClassifyValueVOS= this.codeClassifyValueService.listCodeClassifyValueBySecOid(secOid,parentClassifyValueOid); |
| | | if(!CollectionUtils.isEmpty(codeClassifyValueVOS)){ |
| | | List<String>valueOidList=new ArrayList<>(); |
| | | |
| | | codeClassifyValueVOS.stream().forEach(codeClassifyValueVO -> { |
| | | CodeSectionValueVO sectionValueVO=new CodeSectionValueVO(codeClassifyValueVO.getOid(),codeClassifyValueVO.getOrderNum()+"",codeClassifyValueVO.getId(),codeClassifyValueVO.getName(),codeClassifyValueVO.getDescription()); |
| | | String id=StringUtils.isBlank(codeClassifyValueVO.getOid())?"":codeClassifyValueVO.getOid(); |
| | | String value=StringUtils.isBlank(codeClassifyValueVO.getId())?"":codeClassifyValueVO.getId(); |
| | | String num=StringUtils.isBlank(codeClassifyValueVO.getOrderNum()+"")?"":codeClassifyValueVO.getOrderNum()+""; |
| | | String name=StringUtils.isBlank(codeClassifyValueVO.getName())?"":codeClassifyValueVO.getName(); |
| | | String pid=StringUtils.isBlank(codeClassifyValueVO.getParentClassifyValueOid())?"":codeClassifyValueVO.getParentClassifyValueOid(); |
| | | String description=StringUtils.isBlank(codeClassifyValueVO.getDescription())?"":codeClassifyValueVO.getDescription(); |
| | | CodeSectionValueVO sectionValueVO=new CodeSectionValueVO(id,num,value,name,pid,description); |
| | | codeSectionValueVOList.add(sectionValueVO); |
| | | valueOidList.add(id); |
| | | }); |
| | | secIdTOListValueOidMap.put(secOid,valueOidList); |
| | | } |
| | | }else if(secType.equals("codedatesec")){//æ¥æç æ®µ |
| | | |
| | | //空çï¼åç«¯ä¼ |
| | | }else if(secType.equals("coderefersec")){//å¼ç¨ç 段 |
| | | codeBasicSecVO.getReferAttributeId(); |
| | | codeBasicSecVO.getReferCodeClassifyOid(); |
| | | codeBasicSecVO.getReferBtmId(); |
| | | codeBasicSecVO.getReferBtmName(); |
| | | //codeBasicSecVO.getReferValueInfo(); |
| | | |
| | | }else if(secType.equals("codelevelsec")) {//å±çº§ç 段 |
| | | int level = codeBasicSecVO.getCodeLevelValue(); |
| | |
| | | }else{//æå°å± |
| | | levelCodeClassifyVO=codeClassifyDO; |
| | | } |
| | | CodeSectionValueVO sectionValueVO=new CodeSectionValueVO(levelCodeClassifyVO.getOid(),"0",levelCodeClassifyVO.getId(),codeBasicSecVO.getName(),codeBasicSecVO.getDescription()); |
| | | String id=StringUtils.isBlank(levelCodeClassifyVO.getOid())?"":levelCodeClassifyVO.getOid(); |
| | | String num=""; |
| | | String value=StringUtils.isBlank(levelCodeClassifyVO.getId())?"":levelCodeClassifyVO.getId(); |
| | | String name=StringUtils.isBlank(levelCodeClassifyVO.getName())?"":levelCodeClassifyVO.getName(); |
| | | String description=StringUtils.isBlank(levelCodeClassifyVO.getDescription())?"":levelCodeClassifyVO.getDescription(); |
| | | CodeSectionValueVO sectionValueVO=new CodeSectionValueVO(id,num,value,name,"",description); |
| | | codeSectionValueVOList.add(sectionValueVO); |
| | | }else if(secType.equals("codeattrsec")){//屿§ç 段 |
| | | |
| | | codeBasicSecVO.getReferAttributeId(); |
| | | codeBasicSecVO.getReferCodeClassifyOid(); |
| | | codeBasicSecVO.getReferBtmId(); |
| | | codeBasicSecVO.getReferBtmName(); |
| | | }else if(secType.equals("codeserialsec")){//æµæ°´ç 段 |
| | | |
| | | } |
| | | //æå»ºè§åç æ®µ |
| | | CodeSectionVO codeSectionVO=new CodeSectionVO(); |
| | | codeSectionVO.setId(codeBasicSecVO.getOid());//ä¸»é® |
| | | codeSectionVO.setName(codeBasicSecVO.getName());//ç æ®µåç§° |
| | | codeSectionVO.setCodeSecLength(codeBasicSecVO.getCodeSecLength());//ç æ®µé¿åº¦ |
| | | codeSectionVO.setNum(codeBasicSecVO.getId());//ç æ®µç¼å· |
| | | codeSectionVO.setCodeDateFormatStr(codeBasicSecVO.getCodeDateFormatStr());//æ¥æç±»å |
| | | codeSectionVO.setCodeSecLengthType(codeBasicSecVO.getCodeSecLengthType());//ç æ®µé¿åº¦ç±»å |
| | | codeSectionVO.setPkCodeRule(codeRuleVO.getOid()); |
| | | codeSectionVO.setSecType(codeBasicSecVO.getSecType());//ç æ®µç±»å |
| | | codeSectionVO.setDescription(codeBasicSecVO.getDescription()); |
| | | codeSectionVO.setParentClassifySecOid(codeBasicSecVO.getParentClassifySecOid()); |
| | | codeSectionVO.setSectionValue(codeSectionValueVOList); |
| | | codeSectionVO.setId(StringUtils.isBlank(codeBasicSecVO.getOid())?"":codeBasicSecVO.getOid());//ä¸»é® |
| | | codeSectionVO.setName(StringUtils.isBlank(codeBasicSecVO.getName())?"":codeBasicSecVO.getName());//ç æ®µåç§° |
| | | codeSectionVO.setCodeSecLength(StringUtils.isBlank(codeBasicSecVO.getCodeSecLength())?"":codeBasicSecVO.getCodeSecLength());//ç æ®µé¿åº¦ |
| | | codeSectionVO.setNum(StringUtils.isBlank(codeBasicSecVO.getOrderNum()+"")?"":codeBasicSecVO.getOrderNum()+"");//ç æ®µåºå· |
| | | codeSectionVO.setCodeDateFormatStr(StringUtils.isBlank(codeBasicSecVO.getCodeDateFormatStr())?"":codeBasicSecVO.getCodeDateFormatStr());//æ¥æç±»å |
| | | codeSectionVO.setCodeSecLengthType(StringUtils.isBlank(codeBasicSecVO.getCodeSecLengthType())?"":codeBasicSecVO.getCodeSecLengthType());//ç æ®µé¿åº¦ç±»å |
| | | codeSectionVO.setPkCodeRule(StringUtils.isBlank(codeRuleVO.getOid())?"":codeRuleVO.getOid());//è§åä¸»é® |
| | | codeSectionVO.setSecType(StringUtils.isBlank(codeBasicSecVO.getSecType())?"":codeBasicSecVO.getSecType());//ç æ®µç±»å |
| | | codeSectionVO.setDescription(StringUtils.isBlank(codeBasicSecVO.getDescription())?"":codeBasicSecVO.getDescription());//æè¿° |
| | | codeSectionVO.setParentClassifySecOid(StringUtils.isBlank(codeBasicSecVO.getParentClassifySecOid())?"":codeBasicSecVO.getParentClassifySecOid());//åç±»ç æ®µä¸çº§ |
| | | codeSectionVO.setSecTypeText(StringUtils.isBlank(codeBasicSecVO.getSecTypeText())?"":codeBasicSecVO.getSecTypeText()); |
| | | //if(!CollectionUtils.isEmpty(codeSectionValueVOList)) { |
| | | codeSectionVO.setSectionValue(codeSectionValueVOList); |
| | | //} |
| | | codeSectionVO.setSectionCode(codeBasicSecVO.getId());//ç æ®µç¼å· |
| | | codeSectionVOList.add(codeSectionVO); |
| | | }); |
| | | } |
| | | //æå»ºè§åä¿¡æ¯ |
| | | resultCodeRuleVO.setId(codeRuleVO.getOid()); |
| | | resultCodeRuleVO.setNum(codeRuleVO.getId()); |
| | | resultCodeRuleVO.setDescription(codeRuleVO.getDescription()); |
| | | resultCodeRuleVO.setId(StringUtils.isBlank(codeRuleVO.getOid())?"":codeRuleVO.getOid());//ä¸»é® |
| | | resultCodeRuleVO.setNum("");//åºå· |
| | | resultCodeRuleVO.setName(StringUtils.isBlank(codeRuleVO.getName())?"":codeRuleVO.getName());//å称设置 |
| | | resultCodeRuleVO.setRuleCode(StringUtils.isBlank(codeRuleVO.getId())?"":codeRuleVO.getId());//è§åç¼å· |
| | | resultCodeRuleVO.setDescription(StringUtils.isBlank(codeRuleVO.getDescription())?"":codeRuleVO.getDescription());//æè¿° |
| | | resultCodeRuleVO.setCodeSection(codeSectionVOList); |
| | | } |
| | | //æå»ºåç±»ä¿¡æ¯ |
| | | com.vci.ubcs.code.vo.webserviceModel.coderule.ResultClassifyVO classifyVO=new com.vci.ubcs.code.vo.webserviceModel.coderule.ResultClassifyVO(); |
| | | classifyVO.setId(codeClassifyDO.getOid()); |
| | | classifyVO.setLcStatus(codeClassifyDO.getLcStatus()); |
| | | classifyVO.setClassCode(codeClassifyDO.getId()); |
| | | classifyVO.setDescription(codeClassifyDO.getDescription()); |
| | | classifyVO.setName(codeClassifyDO.getName()); |
| | | classifyVO.setPid(codeClassifyDO.getParentcodeclassifyoid()); |
| | | classifyVO.setFullPathName(codeClassifyDO.getPath()); |
| | | classifyVO.setId(StringUtils.isBlank(codeClassifyDO.getOid())?"":codeClassifyDO.getOid()); |
| | | classifyVO.setLcStatus(StringUtils.isBlank(codeClassifyDO.getLcStatus())?"":codeClassifyDO.getLcStatus()); |
| | | classifyVO.setClassCode(StringUtils.isBlank(codeClassifyDO.getId())?"":codeClassifyDO.getId()); |
| | | classifyVO.setDescription(StringUtils.isBlank(codeClassifyDO.getDescription())?"":codeClassifyDO.getDescription()); |
| | | classifyVO.setName(StringUtils.isBlank(codeClassifyDO.getName())?"":codeClassifyDO.getName()); |
| | | classifyVO.setPid(StringUtils.isBlank(codeClassifyDO.getParentcodeclassifyoid())?"":codeClassifyDO.getParentcodeclassifyoid()); |
| | | classifyVO.setFullPathName(StringUtils.isBlank(codeClassifyDO.getPath())?"":codeClassifyDO.getPath()); |
| | | classifyVO.setCodeRule(resultCodeRuleVO); |
| | | classifyVOList.add(classifyVO); |
| | | }); |