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_Server/obj/project.assets.json | 140 ++++++++++++++++++++++++++++++++++++----------
1 files changed, 108 insertions(+), 32 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 ea943ed..bfa7282 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"
@@ -875,11 +875,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": {
@@ -1640,7 +1639,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",
@@ -3268,7 +3267,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"
@@ -3280,7 +3279,7 @@
"lib/net6.0/WIDESEAWCS_Communicator.dll": {}
}
},
- "WIDESEAWCS_Core/1.0.4": {
+ "WIDESEAWCS_Core/1.0.7": {
"type": "package",
"dependencies": {
"AutoMapper": "13.0.1",
@@ -3311,12 +3310,12 @@
"lib/net6.0/WIDESEAWCS_Core.dll": {}
}
},
- "WIDESEAWCS_QuartzJob/1.0.0": {
+ "WIDESEAWCS_QuartzJob/2.1.2": {
"type": "package",
"dependencies": {
- "Quartz": "3.11.0",
- "WIDESEAWCS_Communicator": "1.0.0",
- "WIDESEAWCS_Core": "1.0.0"
+ "Quartz": "3.13.1",
+ "WIDESEAWCS_Communicator": "2.2.1",
+ "WIDESEAWCS_Core": "1.0.6"
},
"compile": {
"lib/net6.0/WIDESEAWCS_QuartzJob.dll": {}
@@ -3401,6 +3400,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",
@@ -3459,13 +3485,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_SystemRepository/1.0.0": {
@@ -3526,7 +3580,9 @@
"type": "project",
"framework": ".NETCoreApp,Version=v6.0",
"dependencies": {
- "WIDESEAWCS_QuartzJob": "1.0.0",
+ "WIDESEAWCS_Communicator": "2.2.2",
+ "WIDESEAWCS_QuartzJob": "2.1.2",
+ "WIDESEAWCS_ShuttleCarServices": "1.0.0",
"WIDESEAWCS_TaskInfoService": "1.0.0"
},
"compile": {
@@ -4931,10 +4987,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",
@@ -4947,7 +5003,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"
]
@@ -6142,10 +6198,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",
@@ -6162,7 +6218,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"
]
@@ -10035,36 +10091,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/1.0.0": {
- "sha512": "+9tqVLclJW0W4nIepwmC44azflmdKoekfH/TE2hx5NCLizl54cMZf0YLh0r71N2yJxkPBkRaSbK+gmesKZs3YQ==",
+ "WIDESEAWCS_QuartzJob/2.1.2": {
+ "sha512": "4MzaRsKMe7YGgTdDr2SkAL6Me8ZZhBs7upH4JCsU3nklGbWnciguaXBBY8to+3STY0Sm0XvFmiOOCzVXPfL1Yw==",
"type": "package",
- "path": "wideseawcs_quartzjob/1.0.0",
+ "path": "wideseawcs_quartzjob/2.1.2",
"files": [
".nupkg.metadata",
"lib/net6.0/WIDESEAWCS_QuartzJob.dll",
- "wideseawcs_quartzjob.1.0.0.nupkg.sha512",
+ "wideseawcs_quartzjob.2.1.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