1
wanshenmean
2025-04-10 bc3909242c8580251cbb0adeb3e840d1a9ecd0b6
代码管理/NEWCode/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskCZService.cs
@@ -34,5 +34,13 @@
    public interface ITaskCZService : IService<DtCZTask>
    {
        public Task<WebResponseContent> AddTaskCZAsync(CZTaskDto dto);
        /// <summary>
        /// 瀹屾垚浠诲姟
        /// </summary>
        /// <param name="dto"></param>
        /// <returns></returns>
        public Task<WebResponseContent> FinishTask(CZTaskFinshDto dto);
    }
}