1
dengjunjie
2026-03-04 761260f2ac0aa211625c8904cc86fc2400a8adfc
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -966,5 +966,15 @@
        {
            throw new NotImplementedException();
        }
        public WebResponseContent ContainerRequest(WMSContainerFlow wMSContainerFlow)
        {
            throw new NotImplementedException();
        }
        public WebResponseContent IQCResult(IQCResultDTO iQC)
        {
            throw new NotImplementedException();
        }
    }
}