增加超时设置,更新依赖注入和查询逻辑
在 `HttpHelper.cs` 中,将 `HttpClient` 的超时时间从 60 秒增加到 120 秒,以便于处理更长时间的请求。
更新 `FolderProfile1.pubxml.user` 和 `FolderProfile5.pubxml.user` 的发布历史记录,添加新的时间戳。
在 `WIDESEA_IStoragIntegrationRepository.AssemblyInfo.cs` 和 `WIDESEA_StoragIntegrationRepository.AssemblyInfo.cs` 中,更新程序集的 `AssemblyInformationalVersion`。
在 `Dt_TaskService.cs` 中,添加对 `IDt_ChangeoversRepository` 的依赖注入,并更新 `outBoundMateriel` 的查询逻辑,增强代码可读性。
注释掉原有的 `outBoundMateriel` 查询逻辑,替换为新的查询方式,以获取状态为 "1" 的数据。
增加库存信息查询逻辑,确保考虑设备状态和物料代码的条件,提升查询准确性和效率。