wangxinhui
2025-12-05 b466b3135cd7f3b08f570efda0ffb691daff5270
项目代码/WCSServices/WIDESEAWCS_ITaskInfoService/ITaskExecuteDetailService.cs
@@ -28,7 +28,7 @@
{
    public interface ITaskExecuteDetailService : IService<Dt_TaskExecuteDetail>
    {
        void AddTaskExecuteDetail(int taskId, string description = "");
        void AddTaskExecuteDetail(Dt_Task task, string description = "");
        WebResponseContent GetDetailInfo(int taskNum);