namespace DS.WMS.Core.TaskInteraction.Interface { /// /// PA任务 /// public interface IPreAlertTaskService : ITaskService { } }