1
huangxiaoqiang
2025-10-24 0c824220cc22b8d1bc51ff68f6e8ba3a748beefb
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskExecuteDetailService.cs
@@ -29,6 +29,7 @@
    public interface ITaskExecuteDetailService : IService<Dt_TaskExecuteDetail>
    {
        void AddTaskExecuteDetail(int taskId, string description = "");
        void AddTaskExecuteDetailS(int taskNum, string description = "");
        WebResponseContent GetDetailInfo(int taskNum);