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