hutongqing
2024-08-26 569e91c63636345391f741df049c9374a141a434
WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskExecuteDetailService.cs
@@ -33,5 +33,7 @@
        WebResponseContent GetDetailInfo(int taskNum);
        WebResponseContent GetDetailDatas(int taskNum);
        void AddTaskExecuteDetail(List<int> taskNums, string description = "");
    }
}