| | |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | FunRetEntity WriteStation_AllowIn(); |
| | | /// <summary> |
| | | /// 验证模式 |
| | | /// </summary> |
| | | /// <param name="flag"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | FunRetEntity ValidateMode(int flag); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 扫码记录清除 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | FunRetEntity WriteStation_PartClear(); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 下线放行方向 |
| | | /// </summary> |
| | | /// <param name="iscomplete"></param> |
| | | /// <returns></returns> |
| | | [OperationContract] |
| | | FunRetEntity WriteQiTaoInfo(bool iscomplete); |
| | | |
| | | } |
| | | } |