| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_DTO.Allocate; |
| | | using WIDESEA_DTO.Basic; |
| | | using WIDESEA_DTO.Inbound; |
| | | using WIDESEA_DTO.Outbound; |
| | |
| | | { |
| | | Task<ResponseModel> FeedbackInbound(FeedbackInboundRequestModel model); |
| | | |
| | | Task FeedbackOutbound(FeedbackOutboundRequestModel model); |
| | | Task<ResponseModel> FeedbackOutbound(FeedbackOutboundRequestModel model); |
| | | |
| | | Task<ResponseModel> FeedbackAllocate(AllocateDto model); |
| | | Task<string> GetToken(String username, string password); |
| | | |
| | | Task<ResponseModel> NewMaterielToMes(MaterielToMesDTO model); |
| | | |
| | | |
| | | Task<WebResponseContent> BatchOrderFeedbackToMes(List<string> orderNos, int inout); |
| | | } |