项目代码/WCSServices/WIDESEAWCS_ITaskInfoRepository/ITaskRepository.cs @@ -27,6 +27,6 @@ { public interface ITaskRepository : IRepository<Dt_Task> { int GetTaskNum(string sequenceName); } }