From 810fe2bcf1888eacd926f3caa604f033483d20c9 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期三, 30 十月 2024 14:57:33 +0800 Subject: [PATCH] 优化WMS基础管理模块、任务管理添加任务历史信息 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/project.assets.json | 88 +++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 82 insertions(+), 6 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/project.assets.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/project.assets.json" index d4d42a2..d86091f 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/project.assets.json" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/project.assets.json" @@ -3311,7 +3311,7 @@ "lib/net6.0/WIDESEAWCS_Core.dll": {} } }, - "WIDESEAWCS_QuartzJob/2.0.0": { + "WIDESEAWCS_QuartzJob/2.0.2": { "type": "package", "dependencies": { "Quartz": "3.11.0", @@ -3401,6 +3401,33 @@ "bin/placeholder/WIDESEAWCS_IBasicInfoService.dll": {} } }, + "WIDESEAWCS_IShuttleCarRepository/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v6.0", + "dependencies": { + "WIDESEAWCS_DTO": "1.0.0" + }, + "compile": { + "bin/placeholder/WIDESEAWCS_IShuttleCarRepository.dll": {} + }, + "runtime": { + "bin/placeholder/WIDESEAWCS_IShuttleCarRepository.dll": {} + } + }, + "WIDESEAWCS_IShuttleCarServices/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v6.0", + "dependencies": { + "WIDESEAWCS_Model": "1.0.0", + "WIDESEAWCS_ShuttleCarRepository": "1.0.0" + }, + "compile": { + "bin/placeholder/WIDESEAWCS_IShuttleCarServices.dll": {} + }, + "runtime": { + "bin/placeholder/WIDESEAWCS_IShuttleCarServices.dll": {} + } + }, "WIDESEAWCS_ISystemRepository/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", @@ -3468,6 +3495,34 @@ "bin/placeholder/WIDESEAWCS_Model.dll": {} } }, + "WIDESEAWCS_ShuttleCarRepository/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v6.0", + "dependencies": { + "WIDESEAWCS_DTO": "1.0.0", + "WIDESEAWCS_IShuttleCarRepository": "1.0.0" + }, + "compile": { + "bin/placeholder/WIDESEAWCS_ShuttleCarRepository.dll": {} + }, + "runtime": { + "bin/placeholder/WIDESEAWCS_ShuttleCarRepository.dll": {} + } + }, + "WIDESEAWCS_ShuttleCarServices/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v6.0", + "dependencies": { + "WIDESEAWCS_BasicInfoService": "1.0.0", + "WIDESEAWCS_IShuttleCarServices": "1.0.0" + }, + "compile": { + "bin/placeholder/WIDESEAWCS_ShuttleCarServices.dll": {} + }, + "runtime": { + "bin/placeholder/WIDESEAWCS_ShuttleCarServices.dll": {} + } + }, "WIDESEAWCS_SystemRepository/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", @@ -3526,7 +3581,8 @@ "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { - "WIDESEAWCS_QuartzJob": "2.0.0", + "WIDESEAWCS_QuartzJob": "2.0.2", + "WIDESEAWCS_ShuttleCarServices": "1.0.0", "WIDESEAWCS_TaskInfoService": "1.0.0" }, "compile": { @@ -10057,14 +10113,14 @@ "wideseawcs_core.nuspec" ] }, - "WIDESEAWCS_QuartzJob/2.0.0": { - "sha512": "JEdKJbZEVfbNvLPLILy95pUkTcky8T270XOPp41Ce5rTS04b1Ex9kvIqz+NbZ15osUQwAYeQKcY7aic/waWrRA==", + "WIDESEAWCS_QuartzJob/2.0.2": { + "sha512": "hdmFSo+XPGY+9D5HRNcBOSN70SXaam07ksN41z09I+uZhwHUbFG/FXoorR9cvFiUQuotooglHzlf8nxRFPvgAw==", "type": "package", - "path": "wideseawcs_quartzjob/2.0.0", + "path": "wideseawcs_quartzjob/2.0.2", "files": [ ".nupkg.metadata", "lib/net6.0/WIDESEAWCS_QuartzJob.dll", - "wideseawcs_quartzjob.2.0.0.nupkg.sha512", + "wideseawcs_quartzjob.2.0.2.nupkg.sha512", "wideseawcs_quartzjob.nuspec" ] }, @@ -10098,6 +10154,16 @@ "path": "../WIDESEAWCS_IBasicInfoService/WIDESEAWCS_IBasicInfoService.csproj", "msbuildProject": "../WIDESEAWCS_IBasicInfoService/WIDESEAWCS_IBasicInfoService.csproj" }, + "WIDESEAWCS_IShuttleCarRepository/1.0.0": { + "type": "project", + "path": "../WIDESEAWCS_IShuttleCarRepository/WIDESEAWCS_IShuttleCarRepository.csproj", + "msbuildProject": "../WIDESEAWCS_IShuttleCarRepository/WIDESEAWCS_IShuttleCarRepository.csproj" + }, + "WIDESEAWCS_IShuttleCarServices/1.0.0": { + "type": "project", + "path": "../WIDESEAWCS_IShuttleCar/WIDESEAWCS_IShuttleCarServices.csproj", + "msbuildProject": "../WIDESEAWCS_IShuttleCar/WIDESEAWCS_IShuttleCarServices.csproj" + }, "WIDESEAWCS_ISystemRepository/1.0.0": { "type": "project", "path": "../WIDESEAWCS_ISystemRepository/WIDESEAWCS_ISystemRepository.csproj", @@ -10123,6 +10189,16 @@ "path": "../WIDESEAWCS_Model/WIDESEAWCS_Model.csproj", "msbuildProject": "../WIDESEAWCS_Model/WIDESEAWCS_Model.csproj" }, + "WIDESEAWCS_ShuttleCarRepository/1.0.0": { + "type": "project", + "path": "../WIDESEAWCS_ShuttleCarRepository/WIDESEAWCS_ShuttleCarRepository.csproj", + "msbuildProject": "../WIDESEAWCS_ShuttleCarRepository/WIDESEAWCS_ShuttleCarRepository.csproj" + }, + "WIDESEAWCS_ShuttleCarServices/1.0.0": { + "type": "project", + "path": "../WIDESEAWCS_ShuttleCar/WIDESEAWCS_ShuttleCarServices.csproj", + "msbuildProject": "../WIDESEAWCS_ShuttleCar/WIDESEAWCS_ShuttleCarServices.csproj" + }, "WIDESEAWCS_SystemRepository/1.0.0": { "type": "project", "path": "../WIDESEAWCS_SystemRepository/WIDESEAWCS_SystemRepository.csproj", -- Gitblit v1.9.3