From 41a5531dc31a642623f0a7a766fbe9c256ba9247 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 11 二月 2025 13:53:29 +0800
Subject: [PATCH] 优化WMS前端
---
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/project.assets.json | 149 ++++++++++++++++++++++++++++++++++++++-----------
1 files changed, 116 insertions(+), 33 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/project.assets.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/project.assets.json"
index 2b10dc4..7e6e3b8 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/project.assets.json"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/project.assets.json"
@@ -873,11 +873,10 @@
"lib/netstandard2.0/Oscar.Data.SqlClient.dll": {}
}
},
- "Quartz/3.11.0": {
+ "Quartz/3.13.1": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Logging.Abstractions": "2.1.1",
- "System.Configuration.ConfigurationManager": "6.0.1"
+ "Microsoft.Extensions.Logging.Abstractions": "2.1.1"
},
"compile": {
"lib/net6.0/Quartz.dll": {
@@ -1638,7 +1637,7 @@
"lib/netstandard1.0/System.ComponentModel.Primitives.dll": {}
}
},
- "System.Configuration.ConfigurationManager/6.0.1": {
+ "System.Configuration.ConfigurationManager/6.0.0": {
"type": "package",
"dependencies": {
"System.Security.Cryptography.ProtectedData": "6.0.0",
@@ -3266,7 +3265,7 @@
"lib/netstandard1.3/System.Xml.XPath.XDocument.dll": {}
}
},
- "WIDESEAWCS_Communicator/1.0.0": {
+ "WIDESEAWCS_Communicator/2.2.2": {
"type": "package",
"dependencies": {
"HslCommunication": "11.6.4"
@@ -3278,7 +3277,7 @@
"lib/net6.0/WIDESEAWCS_Communicator.dll": {}
}
},
- "WIDESEAWCS_Core/1.0.4": {
+ "WIDESEAWCS_Core/1.0.7": {
"type": "package",
"dependencies": {
"AutoMapper": "13.0.1",
@@ -3309,12 +3308,12 @@
"lib/net6.0/WIDESEAWCS_Core.dll": {}
}
},
- "WIDESEAWCS_QuartzJob/2.0.0": {
+ "WIDESEAWCS_QuartzJob/2.1.2": {
"type": "package",
"dependencies": {
- "Quartz": "3.11.0",
- "WIDESEAWCS_Communicator": "1.0.0",
- "WIDESEAWCS_Core": "1.0.4"
+ "Quartz": "3.13.1",
+ "WIDESEAWCS_Communicator": "2.2.1",
+ "WIDESEAWCS_Core": "1.0.6"
},
"compile": {
"lib/net6.0/WIDESEAWCS_QuartzJob.dll": {}
@@ -3399,6 +3398,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_ITaskInfoRepository/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v6.0",
@@ -3431,13 +3457,41 @@
"dependencies": {
"System.Text.RegularExpressions": "4.3.1",
"WIDESEAWCS_Common": "1.0.0",
- "WIDESEAWCS_Core": "1.0.4"
+ "WIDESEAWCS_Core": "1.0.7"
},
"compile": {
"bin/placeholder/WIDESEAWCS_Model.dll": {}
},
"runtime": {
"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_TaskInfoRepository/1.0.0": {
@@ -4863,10 +4917,10 @@
"oscar.data.sqlclient.nuspec"
]
},
- "Quartz/3.11.0": {
- "sha512": "dx8K/3C7P+o+tNI7LosOwoCWjT8aM/AojO+3IPlp4ArvgVcqf36pYu3Rqorcxc4kfklfHcFRrS9hQAIgp6TkGg==",
+ "Quartz/3.13.1": {
+ "sha512": "0S4/gYb/FRQfek65OPAmszbdEmtc4Fq/jSeA5XFnvMIjYL9Zr8g9jWoKneEFzAFJGlESjFULtaUFzValHvqu4A==",
"type": "package",
- "path": "quartz/3.11.0",
+ "path": "quartz/3.13.1",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -4879,7 +4933,7 @@
"lib/netstandard2.0/Quartz.dll",
"lib/netstandard2.0/Quartz.xml",
"quartz-logo-small.png",
- "quartz.3.11.0.nupkg.sha512",
+ "quartz.3.13.1.nupkg.sha512",
"quartz.nuspec",
"quick-start.md"
]
@@ -6074,10 +6128,10 @@
"system.componentmodel.primitives.nuspec"
]
},
- "System.Configuration.ConfigurationManager/6.0.1": {
- "sha512": "jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
+ "System.Configuration.ConfigurationManager/6.0.0": {
+ "sha512": "7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==",
"type": "package",
- "path": "system.configuration.configurationmanager/6.0.1",
+ "path": "system.configuration.configurationmanager/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -6094,7 +6148,7 @@
"lib/netstandard2.0/System.Configuration.ConfigurationManager.xml",
"runtimes/win/lib/net461/System.Configuration.ConfigurationManager.dll",
"runtimes/win/lib/net461/System.Configuration.ConfigurationManager.xml",
- "system.configuration.configurationmanager.6.0.1.nupkg.sha512",
+ "system.configuration.configurationmanager.6.0.0.nupkg.sha512",
"system.configuration.configurationmanager.nuspec",
"useSharedDesignerContext.txt"
]
@@ -9967,36 +10021,36 @@
"system.xml.xpath.xdocument.nuspec"
]
},
- "WIDESEAWCS_Communicator/1.0.0": {
- "sha512": "jgwg/kvHErkcsa800iZ2f+cP5bWrjwUNfPMhyR+DWhGFWl25GUv7ScTpzxhff++XDd8rhV45WP8X7hbLV4cyvg==",
+ "WIDESEAWCS_Communicator/2.2.2": {
+ "sha512": "QQwYM8pvqOPXXKlRmolozX6S9ilDFOb8ANUjvO+aaSaeuk5L0WdfAJaG5F0IaATuHzx2ZZjvtBRdOUG/kF66Uw==",
"type": "package",
- "path": "wideseawcs_communicator/1.0.0",
+ "path": "wideseawcs_communicator/2.2.2",
"files": [
".nupkg.metadata",
"lib/net6.0/WIDESEAWCS_Communicator.dll",
- "wideseawcs_communicator.1.0.0.nupkg.sha512",
+ "wideseawcs_communicator.2.2.2.nupkg.sha512",
"wideseawcs_communicator.nuspec"
]
},
- "WIDESEAWCS_Core/1.0.4": {
- "sha512": "Dqirw1ltzlX+KdgZYZpeHmZDAGu7N11MFOaKTFy60VwPxSk0ust8PEhjlHspKFkllxwIrktXo2mY93eYld1ANQ==",
+ "WIDESEAWCS_Core/1.0.7": {
+ "sha512": "HT/w9xN4ebGLiHAwoWP/Nbi1HtlRH8dJT2ZWbSOgpTYUB8FW7qWyWDDGhRR4qvWISWQq3BkKPYALqSLr6w+nWA==",
"type": "package",
- "path": "wideseawcs_core/1.0.4",
+ "path": "wideseawcs_core/1.0.7",
"files": [
".nupkg.metadata",
"lib/net6.0/WIDESEAWCS_Core.dll",
- "wideseawcs_core.1.0.4.nupkg.sha512",
+ "wideseawcs_core.1.0.7.nupkg.sha512",
"wideseawcs_core.nuspec"
]
},
- "WIDESEAWCS_QuartzJob/2.0.0": {
- "sha512": "JEdKJbZEVfbNvLPLILy95pUkTcky8T270XOPp41Ce5rTS04b1Ex9kvIqz+NbZ15osUQwAYeQKcY7aic/waWrRA==",
+ "WIDESEAWCS_QuartzJob/2.1.2": {
+ "sha512": "4MzaRsKMe7YGgTdDr2SkAL6Me8ZZhBs7upH4JCsU3nklGbWnciguaXBBY8to+3STY0Sm0XvFmiOOCzVXPfL1Yw==",
"type": "package",
- "path": "wideseawcs_quartzjob/2.0.0",
+ "path": "wideseawcs_quartzjob/2.1.2",
"files": [
".nupkg.metadata",
"lib/net6.0/WIDESEAWCS_QuartzJob.dll",
- "wideseawcs_quartzjob.2.0.0.nupkg.sha512",
+ "wideseawcs_quartzjob.2.1.2.nupkg.sha512",
"wideseawcs_quartzjob.nuspec"
]
},
@@ -10030,6 +10084,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_ITaskInfoRepository/1.0.0": {
"type": "project",
"path": "../WIDESEAWCS_ITaskInfoRepository/WIDESEAWCS_ITaskInfoRepository.csproj",
@@ -10045,6 +10109,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_TaskInfoRepository/1.0.0": {
"type": "project",
"path": "../WIDESEAWCS_TaskInfoRepository/WIDESEAWCS_TaskInfoRepository.csproj",
@@ -10058,7 +10132,9 @@
},
"projectFileDependencyGroups": {
"net6.0": [
- "WIDESEAWCS_QuartzJob >= 2.0.0",
+ "WIDESEAWCS_Communicator >= 2.2.2",
+ "WIDESEAWCS_QuartzJob >= 2.1.2",
+ "WIDESEAWCS_ShuttleCarServices >= 1.0.0",
"WIDESEAWCS_TaskInfoService >= 1.0.0"
]
},
@@ -10096,6 +10172,9 @@
"net6.0": {
"targetAlias": "net6.0",
"projectReferences": {
+ "E:\\椤圭洰闆哱\ChuanSuoCheKu\\椤圭洰浠g爜\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ShuttleCar\\WIDESEAWCS_ShuttleCarServices.csproj": {
+ "projectPath": "E:\\椤圭洰闆哱\ChuanSuoCheKu\\椤圭洰浠g爜\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ShuttleCar\\WIDESEAWCS_ShuttleCarServices.csproj"
+ },
"E:\\椤圭洰闆哱\ChuanSuoCheKu\\椤圭洰浠g爜\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": {
"projectPath": "E:\\椤圭洰闆哱\ChuanSuoCheKu\\椤圭洰浠g爜\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj"
}
@@ -10112,9 +10191,13 @@
"net6.0": {
"targetAlias": "net6.0",
"dependencies": {
+ "WIDESEAWCS_Communicator": {
+ "target": "Package",
+ "version": "[2.2.2, )"
+ },
"WIDESEAWCS_QuartzJob": {
"target": "Package",
- "version": "[2.0.0, )"
+ "version": "[2.1.2, )"
}
},
"imports": [
--
Gitblit v1.9.3