| | |
| | | /// <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> |
| | | /// 切换模式 |
| | | /// </summary> |
| | | /// <param name="deviceId"></param> |
| | | /// <param name="value"></param> |
| | | /// <param name="stationCode"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | SdaResEntity ChangeMode(int deviceId, int value, string stationCode); |
| | | |
| | | /// <summary> |
| | | /// 写入入库任务信息 |