wanshenmean
2025-04-10 54a7df532e4fd82a1462edd4475403ed9b2be0cc
代码管理/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);
    }
}