项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IBasicService/IInvokeMESService.cs
@@ -12,12 +12,15 @@ { public interface IInvokeMESService : IDependency { Task FeedbackInbound(FeedbackInboundRequestModel model); Task<ResponseModel> FeedbackInbound(FeedbackInboundRequestModel model); Task FeedbackOutbound(FeedbackOutboundRequestModel model); Task<string> GetToken(String username, string password); Task<ResponseModel> NewMaterielToMes(MaterielToMesDTO model); Task<WebResponseContent> BatchOrderFeedbackToMes(List<string> orderNos, int inout); } }