代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoRepository/ITaskRepository.cs @@ -27,6 +27,6 @@ { public interface ITaskRepository : IRepository<Dt_Task> { int GetTaskNum(string sequenceName); } }