From 9b4433fddf5b401edb0aace8a404ac733b122702 Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期四, 03 四月 2025 14:35:02 +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..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,133 +3,45 @@ "classifys": { "classify": [ { - "classCode": "010301", + "classCode": "1025", "fullclsfNamePath": "", - "library": "EqpLib", + "library": "10", + "sections": { + "section": [ + { + "name": "鍒嗙被", + "value": "1025" + } + ] + }, "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": "鍗婂渾澶磋灪閽�" + },{ + "key": "drawingno", + "text": "鍥惧彿", + "value": "test2023-11-20-24" + }] } ] } } ] }, - "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