From 3a8545610608eaece0702a1fca82d09956fdd66d Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期四, 14 十二月 2023 17:08:19 +0800 Subject: [PATCH] 集成统一接口管理模块控制接口完善 --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/attrmap/xxx.json | 44 ++++++++++++++++---------------------------- 1 files changed, 16 insertions(+), 28 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/attrmap/xxx.json b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/attrmap/xxx.json index 2df8208..9cc4b97 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/attrmap/xxx.json +++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/attrmap/xxx.json @@ -3,34 +3,14 @@ "classifys": { "classify": [ { - "classCode": "020201", + "classCode": "1025", "fullclsfNamePath": "", - "library": "wupin", + "library": "10", "sections": { "section": [ { - "name": "鍥哄畾鐮佹2", - "value": "" - }, - { - "name": "鍒嗙被鐮佹鐖�", - "value": "001" - }, - { - "name": "鍒嗙被鐮佹瀛�", - "value": "0012" - }, - { - "name": "鍙彉鐮佹", - "value": "" - }, - { - "name": "test", - "value": "7E1C92A2-9B6F-4DB3-48C7-F42D1304E36B" - }, - { - "name": "娴佹按鐮佹", - "value": "" + "name": "鍒嗙被", + "value": "1025" } ] }, @@ -42,18 +22,26 @@ "status": "Released", "operate": "create", "creator": "weidy", - "prop": [] + "prop": [{ + "key": "name", + "text": "鍚嶇О", + "value": "鍗婂渾澶磋灪閽�" + },{ + "key": "drawingno", + "text": "鍥惧彿", + "value": "test2023-11-20-24" + }] } ] } } ] }, - "systemId": "MPM", + "systemId": "ERP", "user": { "ip": "192.168.0.1", - "trueName": "llz", - "userName": "llz" + "trueName": "weidy", + "userName": "weidy" } } } -- Gitblit v1.9.3