From cc1ce57e34ce3f5f5a8a6879333d7ff1fe97a7d6 Mon Sep 17 00:00:00 2001 From: ludc <pUXmgxCf6A> Date: 星期三, 17 五月 2023 21:57:49 +0800 Subject: [PATCH] 以及发布webservice接口功能搭建,将通通用接口移植过来 --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/data/result.json | 135 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 135 insertions(+), 0 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/data/result.json b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/data/result.json index e69de29..d9d24f7 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/data/result.json +++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/data/result.json @@ -0,0 +1,135 @@ +{ + "data": { + "classifys": { + "classify": [ + { + "classCode": "010301", + "fullclsfNamePath": "", + "library": "EqpLib", + "objects": { + "object": [ + { + "code": "", + "creator": "weidy", + "id": "20", + "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" + } + ] + } + } + ] + }, + "systemId": "RLM", + "user": { + "ip": "0:0:0:0:0:0:0:1", + "trueName": "weidy", + "userName": "weidy" + } + } +} \ No newline at end of file -- Gitblit v1.9.3