From 9165575de9c423477c8228ef5e8663d16104b225 Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期五, 28 二月 2025 14:31:51 +0800 Subject: [PATCH] 扭矩 --- 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceInfo.tsv | 22 +++++++++++++++++++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceInfo.tsv" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceInfo.tsv" index 4987875..1c6d83f 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceInfo.tsv" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceInfo.tsv" @@ -1,9 +1,9 @@ 锘縖 { "Id": 1, - "DeviceCode": "NJ001", - "DeviceName": "鎵煩鎵虫墜", - "DeviceType": "OtherDevice", + "DeviceCode": "SC01", + "DeviceName": "1鍙峰爢鍨涙満", + "DeviceType": "CommonStackerCrane", "DeviceStatus": "1", "DeviceIp": "127.0.0.1", "DevicePort": 102, @@ -14,5 +14,21 @@ "CreateDate": "2024-08-23T11:32:25.507", "Modifier": null, "ModifyDate": null + }, + { + "Id": 3, + "DeviceCode": "1002", + "DeviceName": "杈撻�佺嚎", + "DeviceType": "CommonConveyorLine", + "DeviceStatus": "1", + "DeviceIp": "127.0.0.1", + "DevicePort": 103, + "DevicePlcType": "SiemensS7", + "DeviceRemark": "1", + "ProtocolList": null, + "Creater": "1", + "CreateDate": "2024-08-23T11:32:25.507", + "Modifier": null, + "ModifyDate": null } ] \ No newline at end of file -- Gitblit v1.9.3