From 733e63cb362f17aea4a1020654fa348a0d0c1f06 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期一, 24 二月 2025 00:08:59 +0800 Subject: [PATCH] 优化入库逻辑,优化直接出库逻辑,优化移库任务逻辑 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.deps.json | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.deps.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.deps.json" index deb351f..e62516c 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.deps.json" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/bin/Debug/net6.0/WIDESEAWCS_TaskInfoRepository.deps.json" @@ -1884,7 +1884,7 @@ "System.Xml.XPath": "4.0.1" } }, - "WIDESEAWCS_Core/1.0.7": { + "WIDESEAWCS_Core/1.0.10": { "dependencies": { "AutoMapper": "13.0.1", "Autofac": "8.0.0", @@ -1909,8 +1909,8 @@ }, "runtime": { "lib/net6.0/WIDESEAWCS_Core.dll": { - "assemblyVersion": "1.0.7.0", - "fileVersion": "1.0.7.0" + "assemblyVersion": "1.0.10.0", + "fileVersion": "1.0.10.0" } } }, @@ -1939,7 +1939,7 @@ "dependencies": { "System.Text.RegularExpressions": "4.3.1", "WIDESEAWCS_Common": "1.0.0", - "WIDESEAWCS_Core": "1.0.7" + "WIDESEAWCS_Core": "1.0.10" }, "runtime": { "WIDESEAWCS_Model.dll": {} @@ -3150,12 +3150,12 @@ "path": "system.xml.xpath.xdocument/4.0.1", "hashPath": "system.xml.xpath.xdocument.4.0.1.nupkg.sha512" }, - "WIDESEAWCS_Core/1.0.7": { + "WIDESEAWCS_Core/1.0.10": { "type": "package", "serviceable": true, - "sha512": "sha512-HT/w9xN4ebGLiHAwoWP/Nbi1HtlRH8dJT2ZWbSOgpTYUB8FW7qWyWDDGhRR4qvWISWQq3BkKPYALqSLr6w+nWA==", - "path": "wideseawcs_core/1.0.7", - "hashPath": "wideseawcs_core.1.0.7.nupkg.sha512" + "sha512": "sha512-g9pyHhsPLNxWQsCARSya8B2Yn/aZy55jaeplIorXOA+GbyzgB3VvGyDeaUzuiR0cZb6AFhJj9IP9RB/ep7tyog==", + "path": "wideseawcs_core/1.0.10", + "hashPath": "wideseawcs_core.1.0.10.nupkg.sha512" }, "WIDESEAWCS_Common/1.0.0": { "type": "project", -- Gitblit v1.9.3