wangxinhui
2025-12-19 5cf8be1f30878aeb2af568f471949d0b9190036a
项目代码/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);