/*
*所有关于Dt_TaskWCSinfo类的业务代码接口应在此处编写
*/
using WIDESEA_Core.BaseProvider;
using WIDESEA_Entity.DomainModels;
using WIDESEA_Core.Utilities;
using System.Linq.Expressions;
using WIDESEA_Common.CutomerModel;
using System.Collections.Generic;
namespace WIDESEA_Services.IServices
{
public partial interface IDt_TaskWCSinfoService
{
///
/// 根据WMS下发的任务,添加WCS任务
///
///
///
public WebResponseContent AddTaskByWms(List taskInfo);
}
}