| | |
| | | /// <param name="value"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity InboundFinishConfirm(int deviceId, string stationCode); |
| | | SdaResEntity InboundFinishConfirm(int deviceId, bool value, string stationCode); |
| | | |
| | | /// <summary> |
| | | /// 出库完成已确认 |
| | |
| | | /// <param name="value"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity OutboundFinishConfirm(int deviceId, string stationCode); |
| | | SdaResEntity OutboundFinishConfirm(int deviceId, bool value, string stationCode); |
| | | |
| | | /// <summary> |
| | | /// 写入入库任务信息 |