From 18828b299d8208cfba1e70b08ba86b4e9c5b91f5 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期二, 25 十一月 2025 14:51:09 +0800
Subject: [PATCH] 优化入库效率
---
代码管理/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.deps.json | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.deps.json" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.deps.json"
index 64a8344..a75352f 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.deps.json"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/bin/Debug/net6.0/WIDESEAWCS_IBasicInfoRepository.deps.json"
@@ -1919,7 +1919,10 @@
"WIDESEAWCS_Core": "1.0.26"
},
"runtime": {
- "WIDESEAWCS_Common.dll": {}
+ "WIDESEAWCS_Common.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
}
},
"WIDESEAWCS_DTO/1.0.0": {
@@ -1927,7 +1930,10 @@
"WIDESEAWCS_Model": "1.0.0"
},
"runtime": {
- "WIDESEAWCS_DTO.dll": {}
+ "WIDESEAWCS_DTO.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
}
},
"WIDESEAWCS_Model/1.0.0": {
@@ -1937,7 +1943,10 @@
"WIDESEAWCS_Core": "1.0.26"
},
"runtime": {
- "WIDESEAWCS_Model.dll": {}
+ "WIDESEAWCS_Model.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
}
}
}
--
Gitblit v1.9.3