From 9b51b2a07769ee049937e16dd45d8c36c87dcc3c Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期五, 08 十二月 2023 17:13:01 +0800 Subject: [PATCH] 主数据 枚举配置模板配置 参照配置表格显示问题处理 --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/attrmap/xxx.json | 138 ++++++++------------------------------------- 1 files changed, 25 insertions(+), 113 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 d9d24f7..a83e07e 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,133 +3,45 @@ "classifys": { "classify": [ { - "classCode": "010301", + "classCode": "050101", "fullclsfNamePath": "", - "library": "EqpLib", + "library": "wupin", + "sections": { + "section": [ + { + "name": "鍥哄畾鐮佹", + "value": "A" + }, + { + "name": "寮曠敤鐮佹", + "value": "001" + } + ] + }, "objects": { "object": [ { "code": "", - "creator": "weidy", - "id": "20", + "id": "111111112222222233333333", + "status": "Released", "operate": "create", - "prop": [ - { - "key": "fpNo", - "text": "璁惧鍨嬪彿", - "value": "11sdsa22" - }, - { - "key": "fpName", - "text": "璁惧鍚嶇О", - "value": "椤堕《椤堕《12" - }, - { - "key": "manufacturer", - "text": "鐢熶骇鍘傚", - "value": "鍛滃憸鍛滃憸2" - }, - { - "key": "belongSystem", - "text": "鎵�灞炵郴缁�", - "value": "鍛滃憸鍛滃憸2" - }, - { - "key": "responsibilityInfo", - "text": "璐d换浜轰俊鎭�", - "value": "鏂囧憙鍛冨憙2" - }, - { - "key": "fpWeight", - "text": "閲嶉噺锛圞G锛�", - "value": "12" - }, - { - "key": "gravityX", - "text": "閲嶅績X", - "value": "22" - }, - { - "key": "gravityY", - "text": "閲嶅績Y", - "value": "32" - }, - { - "key": "gravityZ", - "text": "閲嶅績Z", - "value": "42" - }, - { - "key": "inertiaX", - "text": "杞姩鎯噺X", - "value": "52" - }, - { - "key": "inertiaY", - "text": "杞姩鎯噺Y", - "value": "62" - }, - { - "key": "inertiaZ", - "text": "杞姩鎯噺Z", - "value": "72" - }, - { - "key": "inertiaXY", - "text": "杞姩鎯噺XY", - "value": "82" - }, - { - "key": "inertiaYZ", - "text": "杞姩鎯噺YZ", - "value": "92" - }, - { - "key": "inertiaXZ", - "text": "杞姩鎯噺XZ", - "value": "102" - }, - { - "key": "operatingTemperatureLimit", - "text": "宸ヤ綔娓╁害闄愬埗", - "value": "162" - }, - { - "key": "equipmentPower", - "text": "璁惧鍔熺巼锛堜緵鐢靛姛鐜囥�佽緪灏勫姛鐜囷級", - "value": "172" - }, - { - "key": "electricModel", - "text": "鐢佃繛鎺ュ櫒鍨嬪彿", - "value": "182" - }, - { - "key": "fpAgreement", - "text": "鎴愬搧鍗忚涔�", - "value": "192" - } - ], - "status": "Released" - } - ] - }, - "sections": { - "section": [ - { - "name": "灞傜骇鐮佹", - "value": "010301" + "creator": "weidy", + "prop": [{ + "key": "name", + "text": "鍚嶇О", + "value": "鍗婂渾澶磋灪閽�" + }] } ] } } ] }, - "systemId": "RLM", + "systemId": "ERP", "user": { - "ip": "0:0:0:0:0:0:0:1", + "ip": "192.168.0.1", "trueName": "weidy", "userName": "weidy" } } -} \ No newline at end of file +} -- Gitblit v1.9.3