From dd53f4d569ed4e48bba9b0912353d54112876342 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周五, 29 11月 2024 14:48:38 +0800 Subject: [PATCH] 222 --- SDA/iWareSda/Devices/4-Station/StationService/IStationService.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/SDA/iWareSda/Devices/4-Station/StationService/IStationService.cs b/SDA/iWareSda/Devices/4-Station/StationService/IStationService.cs index af267f7..864796b 100644 --- a/SDA/iWareSda/Devices/4-Station/StationService/IStationService.cs +++ b/SDA/iWareSda/Devices/4-Station/StationService/IStationService.cs @@ -160,7 +160,7 @@ SdaResEntity SetPalletizingTaskFinishAck(int deviceId, bool value, string stationCode); [OperationContract] - SdaResEntity WriteSurroundTaskInfo(int deviceId, string stationCode, int taskID, short length, short width, short cartonhigh, short cartonwidth, short placex, short placey); + SdaResEntity WriteSurroundTaskInfo(int deviceId, string stationCode, short taskID, short length, short width, short cartonhigh, short cartonwidth, short placex, short placey); [OperationContract] SdaResEntity SetSurroundTaskFinishAck(int deviceId, bool value, string stationCode); -- Gitblit v1.9.3