| | |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_ISystemRepository; |
| | | using WIDESEA_Model; |
| | | using WIDESEA_Model.Models; |
| | | using WIDESEA_Model.Models.System.Reponse; |
| | | using WIDESEA_Model.Models.System.Request; |
| | | |
| | | namespace WIDESEA_ISystemService |
| | | { |
| | | public interface ISys_JobService |
| | | { |
| | | //å¯å¨æå¡ |
| | | WebResponseContent StartServe(); |
| | | /// <summary> |
| | | /// 忥æ¡ç ä¸»æ°æ® |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent SyncLabMaster(); |
| | | |
| | | //å
³éæå¡ |
| | | WebResponseContent CloseServe(); |
| | | /// <summary> |
| | | /// æ ¹æ®æ¡ç è·åæ¡ç å
¥åºä¸»æ°æ® |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent GetLabMaster(string barcode); |
| | | |
| | | /// <summary> |
| | | /// 忿䏿¶æ¥å£ï¼å
¥åºåä¼ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent CallPutAway(PutAwayRequest putAway); |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 使ååºåä¼ æ¥å£ |
| | | /// </summary> |
| | | /// <param name="putAwayReturn"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent CallPutAwayReturn(PutAwayReturnRequest putAwayReturn); |
| | | /// <summary> |
| | | /// æ¯äºè¿ªWMSåºåºåæä»¤è·å |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent SelectOutStoreOrder(); |
| | | |
| | | WebResponseContent CallPickAndPost(PickAndPostRequest pickAndPost); |
| | | } |
| | | } |