From 18ef8c37e6290ba6f47cbd5bbd26e56a682d767e Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期一, 29 九月 2025 16:34:15 +0800
Subject: [PATCH] 1

---
 代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrderDetail.cs                    |   24 
 代码管理/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs                     |   10 
 代码管理/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs                       |  182 +
 代码管理/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/InventoryController.cs           |    8 
 代码管理/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-shm |    0 
 代码管理/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/ApiResponse.cs                                     |   22 
 代码管理/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-shm      |    0 
 代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_AreaInfo.cs                                  |    4 
 代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrder.cs                       |   23 
 代码管理/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/CabinOrderDetailHtyController.cs |   15 
 代码管理/WIDESEA_WMSServer/WIDESEA_WMSServer/GoodsJob.cs                                              |   22 
 代码管理/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IInventoryServices.cs                         |    5 
 代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_ErrorLog.cs                            |   14 
 代码管理/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/InventoryServices.cs                           |   93 +
 代码管理/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db     |    0 
 代码管理/WIDESEA_WMSServer/WIDESEA_WMSServer/OutOrderJob.cs                                           |   21 
 代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder_Hty.cs                      |   68 
 代码管理/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs                                               |   10 
 代码管理/WIDESEA_WMSServer/WIDESEA_WMSServer/InOrderJob.cs                                            |   21 
 代码管理/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj                                 |    5 
 代码管理/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/CabinOrderController.cs          |    4 
 代码管理/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/WIDESEA_ISquareCabinServices.csproj           |    1 
 代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Inventory.cs                           |    2 
 代码管理/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/HierarchyCache.v1.txt                            |    0 
 代码管理/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-wal      |    0 
 代码管理/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderServices.cs                        |   10 
 代码管理/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderDetailHtyServices.cs               |   16 
 代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_MedicineGoods.cs                       |    8 
 代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Customer.cs                            |    4 
 代码管理/WIDESEA_WMSServer/WIDESEA_SquareCabinRepository/CabinOrderDetailHtyRepository.cs             |   18 
 代码管理/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/DeliveryOrderController.cs       |    4 
 项目资料/接口协议/与方舱密集库接口协议--905医院药品库房接口对接文档_V1.1.2-20250728(1).docx                                     |    0 
 代码管理/WIDESEA_WMSServer/WIDESEA_I/ICabinOrderDetailHtyRepository.cs                                |   15 
 代码管理/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/OrderDto.cs                                        |    4 
 代码管理/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IMedicineGoodsServices.cs                     |    2 
 代码管理/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json                                         |    2 
 代码管理/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/MedicineGoodsServices.cs                       |  143 +
 代码管理/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.json                              | 1674 ++++++++++++-------
 代码管理/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/CabinOrderDetailHtyServices.cs                 |   20 
 代码管理/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal |    0 
 代码管理/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/CabinOrderServices.cs                          |  346 +++
 代码管理/WIDESEA_WMSServer/WIDESEA_Core/Seed/DBSeed.cs                                                |    1 
 代码管理/WIDESEA_WMSServer/WIDESEA_WMSServer/Properties/PublishProfiles/FolderProfile3.pubxml         |   17 
 代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder.cs                          |   35 
 代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrderDetail_Hty .cs               |   63 
 代码管理/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db          |    0 
 代码管理/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/TowcsDto.cs                                        |  339 ++++
 代码管理/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.backup.json                       | 1632 ++++++++++++------
 代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrderDetail.cs                 |   34 
 49 files changed, 3,565 insertions(+), 1,376 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db"
index a88e78a..332eae7 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db"
Binary files differ
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-shm" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-shm"
index 060aa43..24668bc 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-shm"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-shm"
Binary files differ
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-wal" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-wal"
index 7692aa5..4b7937b 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-wal"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-wal"
Binary files differ
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db"
index 3ffb560..4d6418f 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db"
Binary files differ
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-shm" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-shm"
index b834e3c..822ed1b 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-shm"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-shm"
Binary files differ
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal"
index 4648c96..25e123e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal"
Binary files differ
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.backup.json" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.backup.json"
index 982db63..f903baf 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.backup.json"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.backup.json"
@@ -3,28 +3,32 @@
   "WorkspaceRootPath": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\",
   "Documents": [
     {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_deliveryorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_deliveryorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_cabinorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_cabinorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_cabinorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_cabinorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
       "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\cabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\cabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\cabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\cabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\inorderjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\inorderjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\dt_areainfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\dt_areainfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\outorderjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\outorderjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\icabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\deliveryorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\deliveryorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\ideliveryorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\ideliveryorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
@@ -35,136 +39,256 @@
       "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_medicinegoods.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_medicinegoods.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\iwarehousetyperepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\iwarehousetyperepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_errorlog.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_errorlog.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\isupplierrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\isupplierrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_inventory.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_inventory.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\imedicinegoodsrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\imedicinegoodsrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_deliveryorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_deliveryorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\iinventoryrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\iinventoryrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_customer.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_customer.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\ideliveryorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\ideliveryorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_dto\\squarecabin\\orderdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|solutionrelative:widesea_dto\\squarecabin\\orderdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\ideliveryorderdetailrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\ideliveryorderdetailrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\cabinordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\cabinordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\icustomerrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\icustomerrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{111BD7AA-9749-4506-9772-79F9EF14754C}|WIDESEA_Core\\WIDESEA_Core.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_core\\hostedservice\\seeddatahostedservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{111BD7AA-9749-4506-9772-79F9EF14754C}|WIDESEA_Core\\WIDESEA_Core.csproj|solutionrelative:widesea_core\\hostedservice\\seeddatahostedservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\basicmodel\\dt_palletstockinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\basicmodel\\dt_palletstockinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\index.html||{40D31677-CBC0-4297-A9EF-89D907823A98}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\index.html||{40D31677-CBC0-4297-A9EF-89D907823A98}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\mes\\tomescontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\mes\\tomescontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\icabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\icabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\supplierservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\supplierservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\warehousetypeservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\warehousetypeservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\inventoryservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\inventoryservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\deliveryorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\deliveryorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\deliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\deliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\customerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\customerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_warehousetype.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_warehousetype.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_dto\\wcs\\dt_needbarcode.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|solutionrelative:widesea_dto\\wcs\\dt_needbarcode.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_dto\\wcs\\dt_deviceinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|solutionrelative:widesea_dto\\wcs\\dt_deviceinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\icabinorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\icabinorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\icabinorderdetailrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\icabinorderdetailrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\warehousetypecontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\warehousetypecontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_cabinorderdetail_hty .cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_cabinorderdetail_hty .cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\iwarehousetypeservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\iwarehousetypeservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_cabinorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_cabinorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\warehousetyperepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\warehousetyperepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\iwarehousetyperepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\iwarehousetyperepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_cabinorder_hty.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_cabinorder_hty.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_supplier.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_supplier.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\suppliercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\suppliercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_medicinegoods.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_medicinegoods.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_inventory.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_inventory.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_errorlog.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_errorlog.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_deliveryorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_deliveryorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_deliveryorder.cs||{8B382828-6202-11D1-8870-0000F87579D2}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_deliveryorder.cs||{8B382828-6202-11D1-8870-0000F87579D2}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_customer.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_customer.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{111BD7AA-9749-4506-9772-79F9EF14754C}|WIDESEA_Core\\WIDESEA_Core.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_core\\seed\\dbseed.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{111BD7AA-9749-4506-9772-79F9EF14754C}|WIDESEA_Core\\WIDESEA_Core.csproj|solutionrelative:widesea_core\\seed\\dbseed.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_warehousetype.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_warehousetype.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_cabinorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_cabinorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\goodsjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\goodsjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\outboundorder\\dt_outorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\outboundorder\\dt_outorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\basic\\dt_areainfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\basic\\dt_areainfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\iinventoryservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\iinventoryservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\inventoryservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\inventoryservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\globalusing.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\globalusing.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\supplierservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\supplierservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_dto\\squarecabin\\towcsdto.cs||{8B382828-6202-11D1-8870-0000F87579D2}",
+      "RelativeMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|solutionrelative:widesea_dto\\squarecabin\\towcsdto.cs||{8B382828-6202-11D1-8870-0000F87579D2}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\inventorycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\inventorycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\dt_roadwayinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\dt_roadwayinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\dt_materielinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\dt_materielinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\medicinegoodscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\medicinegoodscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\deliveryordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\deliveryordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\deliveryorderdetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\deliveryorderdetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\cabinorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\cabinorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\inventoryrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\inventoryrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\deliveryorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\deliveryorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\deliveryorderdetailrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\deliveryorderdetailrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\customerrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\customerrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\customercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\customercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_dto\\squarecabin\\apiresponse.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|solutionrelative:widesea_dto\\squarecabin\\apiresponse.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\imedicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\imedicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\taskcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\taskcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\index.html||{40D31677-CBC0-4297-A9EF-89D907823A98}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\index.html||{40D31677-CBC0-4297-A9EF-89D907823A98}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\cabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\cabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\icabinorderdetailhtyservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icabinorderdetailhtyservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\cabinordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\cabinordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\deliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\deliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\warehousetypeservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\warehousetypeservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\icustomerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icustomerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\icabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\cabinorderdetailhtycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\cabinorderdetailhtycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\icabinorderdetailhtyrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\icabinorderdetailhtyrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\cabinorderdetailhtyservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\cabinorderdetailhtyservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\cabinorderdetailhtyrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\cabinorderdetailhtyrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{B5C7DC02-077C-4255-A369-600D033A4C23}|WIDESEA_IRepository\\WIDESEA_IRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_irepository\\isys_dictionaryrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{B5C7DC02-077C-4255-A369-600D033A4C23}|WIDESEA_IRepository\\WIDESEA_IRepository.csproj|solutionrelative:widesea_irepository\\isys_dictionaryrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\ideliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\ideliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\customerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\customerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\isupplierservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\isupplierservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\supplierrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\supplierrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\outboundorder\\dt_outorder_hty.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\outboundorder\\dt_outorder_hty.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\isupplierrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\isupplierrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{2BB1F129-E90F-40B2-9487-FEA102EE48C4}|WIDESEA_IStorageOutOrderService\\WIDESEA_IStorageOutOrderServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_istorageoutorderservice\\outboundorder\\idt_outorderandstockservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{2BB1F129-E90F-40B2-9487-FEA102EE48C4}|WIDESEA_IStorageOutOrderService\\WIDESEA_IStorageOutOrderServices.csproj|solutionrelative:widesea_istorageoutorderservice\\outboundorder\\idt_outorderandstockservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     }
   ],
   "DocumentGroupContainers": [
@@ -174,8 +298,21 @@
       "DocumentGroups": [
         {
           "DockedWidth": 200,
-          "SelectedChildIndex": 5,
+          "SelectedChildIndex": 6,
           "Children": [
+            {
+              "$type": "Document",
+              "DocumentIndex": 34,
+              "Title": "IInventoryServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IInventoryServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\IInventoryServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IInventoryServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\IInventoryServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABYAAABHAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T13:37:06.732Z",
+              "IsPinned": true
+            },
             {
               "$type": "Bookmark",
               "Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}"
@@ -183,496 +320,865 @@
             {
               "$type": "Document",
               "DocumentIndex": 2,
-              "Title": "Dt_CabinOrder.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
-              "ViewState": "AgIAAAMAAAAAAAAAAAAAABAAAAAlAAAAAAAAAA==",
+              "Title": "OutOrderJob.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\OutOrderJob.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\OutOrderJob.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\OutOrderJob.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\OutOrderJob.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA4AAAAZAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T01:07:36.937Z"
+              "WhenOpened": "2025-09-28T00:59:35.966Z",
+              "EditorCaption": ""
             },
             {
               "$type": "Document",
               "DocumentIndex": 4,
-              "Title": "CabinOrderDetailServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvw4AAAAFAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T02:27:16.207Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 3,
-              "Title": "CabinOrderServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
-              "ViewState": "AgIAAAgAAAAAAAAAAAAYwB8AAAAyAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T01:44:48.165Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 6,
-              "Title": "appsettings.json",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\appsettings.json",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\appsettings.json",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\appsettings.json",
-              "RelativeToolTip": "WIDESEA_WMSServer\\appsettings.json",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA0AAAAkAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
-              "WhenOpened": "2025-09-23T05:57:49.527Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 0,
-              "Title": "Dt_DeliveryOrderDetail.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
-              "ViewState": "AgIAABAAAAAAAAAAAAAgwBcAAABqAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T02:21:58.226Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 1,
-              "Title": "Dt_CabinOrderDetail.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
-              "ViewState": "AgIAACQAAAAAAAAAAAAkwDEAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T01:07:47.389Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 5,
-              "Title": "Dt_AreaInfoController.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\Dt_AreaInfoController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\Dt_AreaInfoController.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\Dt_AreaInfoController.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\Dt_AreaInfoController.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T06:02:42.703Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 7,
-              "Title": "Program.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Program.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Program.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Program.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Program.cs",
-              "ViewState": "AgIAABsAAAAAAAAAAAAAACoAAAAeAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T05:58:54.391Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 8,
-              "Title": "Dt_MedicineGoods.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwwAAAAFAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:07:28.882Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 9,
-              "Title": "Dt_ErrorLog.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T06:39:36.847Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 12,
-              "Title": "Dt_Customer.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
-              "ViewState": "AgIAABAAAAAAAAAAAAAUwCAAAAAcAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T06:39:14.082Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 10,
-              "Title": "Dt_Inventory.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
-              "ViewState": "AgIAABIAAAAAAAAAAAA1wAAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T06:39:38.956Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 14,
-              "Title": "CabinOrderController.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAAJAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T05:55:29.643Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 11,
-              "Title": "Dt_DeliveryOrder.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
-              "ViewState": "AgIAABAAAAAAAAAAAAAUwBYAAABaAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:07:21.234Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 13,
-              "Title": "OrderDto.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
-              "RelativeDocumentMoniker": "WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
-              "RelativeToolTip": "WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
-              "ViewState": "AgIAAA4AAAAAAAAAAAAYwB0AAAAJAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T02:39:44.469Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 15,
-              "Title": "SeedDataHostedService.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Core\\HostedService\\SeedDataHostedService.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Core\\HostedService\\SeedDataHostedService.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Core\\HostedService\\SeedDataHostedService.cs",
-              "RelativeToolTip": "WIDESEA_Core\\HostedService\\SeedDataHostedService.cs",
-              "ViewState": "AgIAAB8AAAAAAAAAAAAQwDAAAAARAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T06:31:59.678Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 16,
-              "Title": "Dt_PalletStockInfo.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\BasicModel\\Dt_PalletStockInfo.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\BasicModel\\Dt_PalletStockInfo.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\BasicModel\\Dt_PalletStockInfo.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\BasicModel\\Dt_PalletStockInfo.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvw4AAAAVAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T06:06:43.412Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 17,
-              "Title": "index.html",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\index.html",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\index.html",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\index.html",
-              "RelativeToolTip": "WIDESEA_WMSServer\\index.html",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvxQAAAAjAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001512|",
-              "WhenOpened": "2025-09-23T06:10:36.074Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 18,
-              "Title": "ToMESController.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\MES\\ToMESController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\MES\\ToMESController.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\MES\\ToMESController.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\MES\\ToMESController.cs",
-              "ViewState": "AgIAABMAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T05:55:55.798Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 21,
-              "Title": "SupplierServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\SupplierServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\SupplierServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\SupplierServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\SupplierServices.cs",
-              "ViewState": "AgIAAAYAAAAAAAAAAADwvxQAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T08:58:55.914Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 19,
-              "Title": "ICabinOrderDetailServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
-              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwwAAAAFAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T01:35:19.598Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 20,
-              "Title": "ICabinOrderServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
-              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAAABMAAAABAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T01:35:22.282Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 22,
-              "Title": "MedicineGoodsServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T03:33:03.098Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 23,
-              "Title": "WarehouseTypeServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvxAAAAAJAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:14:43.472Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 24,
-              "Title": "InventoryServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\InventoryServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\InventoryServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\InventoryServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\InventoryServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T03:33:01.759Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 25,
               "Title": "DeliveryOrderServices.cs",
               "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
               "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
               "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
               "RelativeToolTip": "WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
+              "ViewState": "AgIAAGIAAAAAAAAAAAArwHcAAAAqAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-25T06:57:14.285Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 1,
+              "Title": "InOrderJob.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\InOrderJob.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\InOrderJob.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\InOrderJob.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\InOrderJob.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABEAAAAjAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T08:58:12.162Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 3,
+              "Title": "ICabinOrderServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
+              "ViewState": "AgIAAAsAAAAAAAAAAIA9wCAAAAAbAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T00:57:40.312Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 0,
+              "Title": "CabinOrderServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderServices.cs*",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CabinOrderServices.cs*",
+              "ViewState": "AgIAALMAAAAA/P////8jwMEAAAAUAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T03:28:24.308Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 5,
+              "Title": "IDeliveryOrderServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IDeliveryOrderServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\IDeliveryOrderServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IDeliveryOrderServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\IDeliveryOrderServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAB4AAAAfAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T13:37:05.265Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 6,
+              "Title": "MedicineGoodsServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+              "ViewState": "AgIAAGQAAAAAAAAAAAAvwHkAAAAIAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T06:36:27.263Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 7,
+              "Title": "appsettings.json",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\appsettings.json",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\appsettings.json",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\appsettings.json",
+              "RelativeToolTip": "WIDESEA_WMSServer\\appsettings.json",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA0AAABGAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
+              "WhenOpened": "2025-09-28T05:48:43.064Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 8,
+              "Title": "Program.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Program.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Program.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Program.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Program.cs",
+              "ViewState": "AgIAAGAAAAAAAAAAAAAAADMAAABXAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T13:44:16.06Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 15,
+              "Title": "ICustomerRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICustomerRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\ICustomerRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICustomerRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\ICustomerRepository.cs",
               "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T03:33:01.105Z"
+              "WhenOpened": "2025-09-28T01:37:12.436Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 26,
-              "Title": "DeliveryOrderDetailServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
+              "DocumentIndex": 12,
+              "Title": "IInventoryRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IInventoryRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\IInventoryRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IInventoryRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\IInventoryRepository.cs",
               "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T03:33:00.546Z"
+              "WhenOpened": "2025-09-29T06:05:55.033Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 29,
-              "Title": "dt_needBarcode.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\WCS\\dt_needBarcode.cs",
-              "RelativeDocumentMoniker": "WIDESEA_DTO\\WCS\\dt_needBarcode.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\WCS\\dt_needBarcode.cs",
-              "RelativeToolTip": "WIDESEA_DTO\\WCS\\dt_needBarcode.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T02:38:04.757Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 28,
-              "Title": "Dt_WarehouseType.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAAABMAAAAOAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:06:29.833Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 27,
-              "Title": "CustomerServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CustomerServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CustomerServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CustomerServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CustomerServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T02:28:36.731Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 30,
-              "Title": "Dt_DeviceInfo.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\WCS\\Dt_DeviceInfo.cs",
-              "RelativeDocumentMoniker": "WIDESEA_DTO\\WCS\\Dt_DeviceInfo.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\WCS\\Dt_DeviceInfo.cs",
-              "RelativeToolTip": "WIDESEA_DTO\\WCS\\Dt_DeviceInfo.cs",
-              "ViewState": "AgIAACUAAAAAAAAAAAAAwCQAAABXAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T02:38:01.939Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 31,
-              "Title": "ICabinOrderDetailRepository.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderDetailRepository.cs",
-              "RelativeDocumentMoniker": "WIDESEA_I\\ICabinOrderDetailRepository.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderDetailRepository.cs",
-              "RelativeToolTip": "WIDESEA_I\\ICabinOrderDetailRepository.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwoAAABTAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T01:06:36.891Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 32,
-              "Title": "WarehouseTypeController.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\WarehouseTypeController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\WarehouseTypeController.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\WarehouseTypeController.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\WarehouseTypeController.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA0AAAAFAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:15:54.515Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 33,
-              "Title": "IWarehouseTypeServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IWarehouseTypeServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\IWarehouseTypeServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IWarehouseTypeServices.cs",
-              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\IWarehouseTypeServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvw0AAAAHAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:14:22.818Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 34,
-              "Title": "WarehouseTypeRepository.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\WarehouseTypeRepository.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\WarehouseTypeRepository.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\WarehouseTypeRepository.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\WarehouseTypeRepository.cs",
-              "ViewState": "AgIAAAMAAAAAAAAAAADwvxIAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:13:06.73Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 35,
+              "DocumentIndex": 9,
               "Title": "IWarehouseTypeRepository.cs",
               "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IWarehouseTypeRepository.cs",
               "RelativeDocumentMoniker": "WIDESEA_I\\IWarehouseTypeRepository.cs",
               "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IWarehouseTypeRepository.cs",
               "RelativeToolTip": "WIDESEA_I\\IWarehouseTypeRepository.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvw8AAAAAAAAAAAAAAA==",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:12:33.872Z"
+              "WhenOpened": "2025-09-29T06:05:58.97Z",
+              "EditorCaption": ""
             },
             {
               "$type": "Document",
-              "DocumentIndex": 37,
-              "Title": "SupplierController.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwsAAAAJAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:05:32.208Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 36,
-              "Title": "Dt_Supplier.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
-              "ViewState": "AgIAAAMAAAAAAAAAAAAAABQAAAAxAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-19T07:24:27.551Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 38,
-              "Title": "ISupplierServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
-              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvxAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T08:58:05.202Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 39,
-              "Title": "SupplierRepository.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\SupplierRepository.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\SupplierRepository.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\SupplierRepository.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\SupplierRepository.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvw4AAAAJAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T08:56:51.523Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 40,
+              "DocumentIndex": 10,
               "Title": "ISupplierRepository.cs",
               "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ISupplierRepository.cs",
               "RelativeDocumentMoniker": "WIDESEA_I\\ISupplierRepository.cs",
               "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ISupplierRepository.cs",
               "RelativeToolTip": "WIDESEA_I\\ISupplierRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-29T06:05:58.424Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 13,
+              "Title": "IDeliveryOrderRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IDeliveryOrderRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\IDeliveryOrderRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IDeliveryOrderRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\IDeliveryOrderRepository.cs",
+              "ViewState": "AgIAAAYAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:37:20.245Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 11,
+              "Title": "IMedicineGoodsRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IMedicineGoodsRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\IMedicineGoodsRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IMedicineGoodsRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\IMedicineGoodsRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:35:58.362Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 16,
+              "Title": "ICabinOrderRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\ICabinOrderRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\ICabinOrderRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:37:09.909Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 17,
+              "Title": "ICabinOrderDetailRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderDetailRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\ICabinOrderDetailRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderDetailRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\ICabinOrderDetailRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvw8AAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:37:21.754Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 14,
+              "Title": "IDeliveryOrderDetailRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IDeliveryOrderDetailRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\IDeliveryOrderDetailRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IDeliveryOrderDetailRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\IDeliveryOrderDetailRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvw8AAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:37:20.761Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 18,
+              "Title": "Dt_CabinOrderDetail_Hty .cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
+              "ViewState": "AgIAACUAAAAAAAAAAAAAwDcAAAAuAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T08:56:45.972Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 19,
+              "Title": "Dt_CabinOrderDetail.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
+              "ViewState": "AgIAABwAAAAAAAAAAAAkwCwAAAA4AAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T03:47:00.754Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 20,
+              "Title": "Dt_CabinOrder_Hty.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
+              "ViewState": "AgIAACYAAAAAAAAAAAAAwDQAAAAWAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:10:19.993Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 21,
+              "Title": "Dt_Supplier.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAABSAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:49:22.073Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 22,
+              "Title": "Dt_MedicineGoods.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
+              "ViewState": "AgIAAAkAAAAAAAAAAAAAABsAAABrAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T06:51:32.874Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 23,
+              "Title": "Dt_Inventory.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
+              "ViewState": "AgIAAA4AAAAAAAAAAAAswCEAAAAOAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T08:29:27.505Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 24,
+              "Title": "Dt_ErrorLog.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAB8AAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-29T06:00:05.688Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 25,
+              "Title": "Dt_DeliveryOrderDetail.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
+              "ViewState": "AgIAAB8AAAAAAAAAAAAYwDUAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T03:33:50.273Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 26,
+              "Title": "Dt_DeliveryOrder.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
+              "ViewState": "AgIAAAYAAAAAAAAAAAAAAB0AAAAYAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T03:50:57.77Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 27,
+              "Title": "Dt_Customer.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
+              "ViewState": "AgIAAAsAAAAAAAAAAAAwwBkAAABPAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T07:01:52.501Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 28,
+              "Title": "DBSeed.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Core\\Seed\\DBSeed.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Core\\Seed\\DBSeed.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Core\\Seed\\DBSeed.cs",
+              "RelativeToolTip": "WIDESEA_Core\\Seed\\DBSeed.cs",
+              "ViewState": "AgIAAKAAAAAAAAAAAADwv7QAAAAQAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:21:08.951Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 29,
+              "Title": "Dt_WarehouseType.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
+              "ViewState": "AgIAAAMAAAAAAAAAAAAAABMAAAAOAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T13:44:20.246Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 30,
+              "Title": "Dt_CabinOrder.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
+              "ViewState": "AgIAABcAAAAAAAAAAAAgwB4AAAAXAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T05:37:21.19Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 31,
+              "Title": "GoodsJob.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GoodsJob.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\GoodsJob.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GoodsJob.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\GoodsJob.cs",
+              "ViewState": "AgIAAAMAAAAAAAAAAAAAAA4AAABMAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:04:50.65Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 32,
+              "Title": "Dt_OutOrder.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAABrAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:06:36.732Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 33,
+              "Title": "Dt_AreaInfo.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\Basic\\Dt_AreaInfo.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\Basic\\Dt_AreaInfo.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\Basic\\Dt_AreaInfo.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\Basic\\Dt_AreaInfo.cs",
+              "ViewState": "AgIAAAEAAAAAAAAAAAAswBQAAAAqAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-29T05:42:41.016Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 35,
+              "Title": "InventoryServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\InventoryServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\InventoryServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\InventoryServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\InventoryServices.cs",
+              "ViewState": "AgIAAFQAAAAAAAAAAAAYwGYAAABrAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T07:03:31.08Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 36,
+              "Title": "GlobalUsing.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GlobalUsing.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\GlobalUsing.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GlobalUsing.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\GlobalUsing.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvw0AAAAkAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T00:57:55.359Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 37,
+              "Title": "SupplierServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\SupplierServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\SupplierServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\SupplierServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\SupplierServices.cs",
+              "ViewState": "AgIAAAYAAAAAAAAAAAAAABIAAAA7AAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:34:11.471Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 38,
+              "Title": "TowcsDto.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
+              "RelativeDocumentMoniker": "WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
+              "RelativeToolTip": "WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
+              "ViewState": "AgIAADIBAAAAAAAAAAAiwD4BAAAMAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T03:36:18.251Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 39,
+              "Title": "InventoryController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABQAAAAoAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:46:17.643Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 42,
+              "Title": "MedicineGoodsController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\MedicineGoodsController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\MedicineGoodsController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\MedicineGoodsController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\MedicineGoodsController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvxQAAAABAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:46:33.758Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 40,
+              "Title": "Dt_RoadWayInfoController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\Dt_RoadWayInfoController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\Dt_RoadWayInfoController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\Dt_RoadWayInfoController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\Dt_RoadWayInfoController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T06:02:05.822Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 41,
+              "Title": "Dt_MaterielInfoController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\Dt_MaterielInfoController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\Dt_MaterielInfoController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\Dt_MaterielInfoController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\Dt_MaterielInfoController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvxoAAAAFAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:28:45.969Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 43,
+              "Title": "DeliveryOrderController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABUAAAA9AAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:42:38.3Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 44,
+              "Title": "DeliveryOrderDetailController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderDetailController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderDetailController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderDetailController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderDetailController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA4AAAABAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:46:12.697Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 45,
+              "Title": "CabinOrderRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\CabinOrderRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\CabinOrderRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\CabinOrderRepository.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\CabinOrderRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAAJAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:26:45.473Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 46,
+              "Title": "InventoryRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\InventoryRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\InventoryRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\InventoryRepository.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\InventoryRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T05:49:30.08Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 47,
+              "Title": "DeliveryOrderRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\DeliveryOrderRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\DeliveryOrderRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\DeliveryOrderRepository.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\DeliveryOrderRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvxAAAAAFAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T05:49:22.703Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 48,
+              "Title": "DeliveryOrderDetailRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\DeliveryOrderDetailRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\DeliveryOrderDetailRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\DeliveryOrderDetailRepository.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\DeliveryOrderDetailRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAFAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T05:49:21.116Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 49,
+              "Title": "CustomerRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\CustomerRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\CustomerRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\CustomerRepository.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\CustomerRepository.cs",
+              "ViewState": "AgIAAAkAAAAAAAAAAADwvw8AAAAJAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T05:22:13.87Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 50,
+              "Title": "CustomerController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CustomerController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CustomerController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CustomerController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CustomerController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T05:51:09.469Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 51,
+              "Title": "ApiResponse.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\ApiResponse.cs",
+              "RelativeDocumentMoniker": "WIDESEA_DTO\\SquareCabin\\ApiResponse.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\ApiResponse.cs",
+              "RelativeToolTip": "WIDESEA_DTO\\SquareCabin\\ApiResponse.cs",
+              "ViewState": "AgIAABAAAAAAAAAAAAAQwCAAAAAgAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T05:53:40.506Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 52,
+              "Title": "IMedicineGoodsServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IMedicineGoodsServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\IMedicineGoodsServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IMedicineGoodsServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\IMedicineGoodsServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAswBQAAAAiAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:03:58.501Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 53,
+              "Title": "TaskController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\TaskController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\TaskController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\TaskController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\TaskController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T04:57:54.813Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 54,
+              "Title": "index.html",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\index.html",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\index.html",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\index.html",
+              "RelativeToolTip": "WIDESEA_WMSServer\\index.html",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001512|",
+              "WhenOpened": "2025-09-28T03:41:45.701Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 55,
+              "Title": "CabinOrderDetailServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:37:33.171Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 56,
+              "Title": "ICabinOrderDetailHtyServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderDetailHtyServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICabinOrderDetailHtyServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderDetailHtyServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICabinOrderDetailHtyServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:07:03.348Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 57,
+              "Title": "CabinOrderController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABkAAAAoAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:47:48.421Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 58,
+              "Title": "DeliveryOrderDetailServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvw0AAABRAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:30:48.11Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 59,
+              "Title": "WarehouseTypeServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:34:15.171Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 60,
+              "Title": "ICustomerServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICustomerServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICustomerServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICustomerServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICustomerServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABEAAABHAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:24:48.534Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 61,
+              "Title": "ICabinOrderDetailServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:07:18.218Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 64,
+              "Title": "CabinOrderDetailHtyServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderDetailHtyServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CabinOrderDetailHtyServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderDetailHtyServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CabinOrderDetailHtyServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA0AAABqAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T07:39:08.325Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 65,
+              "Title": "CabinOrderDetailHtyRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\CabinOrderDetailHtyRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\CabinOrderDetailHtyRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\CabinOrderDetailHtyRepository.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\CabinOrderDetailHtyRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAALAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:08:21.138Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 62,
+              "Title": "CabinOrderDetailHtyController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderDetailHtyController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderDetailHtyController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderDetailHtyController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderDetailHtyController.cs",
               "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T08:52:36.2Z"
+              "WhenOpened": "2025-09-28T02:09:19.797Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 63,
+              "Title": "ICabinOrderDetailHtyRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderDetailHtyRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\ICabinOrderDetailHtyRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderDetailHtyRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\ICabinOrderDetailHtyRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:07:42.938Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 66,
+              "Title": "ISys_DictionaryRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_IRepository\\ISys_DictionaryRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_IRepository\\ISys_DictionaryRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_IRepository\\ISys_DictionaryRepository.cs",
+              "RelativeToolTip": "WIDESEA_IRepository\\ISys_DictionaryRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:07:33.542Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 67,
+              "Title": "IDeliveryOrderDetailServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IDeliveryOrderDetailServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\IDeliveryOrderDetailServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IDeliveryOrderDetailServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\IDeliveryOrderDetailServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:12:33.212Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 68,
+              "Title": "CustomerServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CustomerServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CustomerServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CustomerServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CustomerServices.cs",
+              "ViewState": "AgIAAAYAAAAAAAAAAAAAAEoAAAAHAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T05:34:28.588Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 69,
+              "Title": "ISupplierServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:02:51.791Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 70,
+              "Title": "Dt_OutOrder_Hty.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder_Hty.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder_Hty.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder_Hty.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder_Hty.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwwAAAAUAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:06:45.919Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 71,
+              "Title": "IDt_OutOrderAndStockService.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_IStorageOutOrderService\\OutboundOrder\\IDt_OutOrderAndStockService.cs",
+              "RelativeDocumentMoniker": "WIDESEA_IStorageOutOrderService\\OutboundOrder\\IDt_OutOrderAndStockService.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_IStorageOutOrderService\\OutboundOrder\\IDt_OutOrderAndStockService.cs",
+              "RelativeToolTip": "WIDESEA_IStorageOutOrderService\\OutboundOrder\\IDt_OutOrderAndStockService.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAIAAABLAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:06:24.556Z"
             }
           ]
         },
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.json" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.json"
index 39b6fb0..437dc90 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.json"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.json"
@@ -3,128 +3,32 @@
   "WorkspaceRootPath": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\",
   "Documents": [
     {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\deliveryorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\deliveryorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\inventoryservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\inventoryservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\warehousetypeservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\warehousetypeservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\supplierservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\supplierservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\customerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\customerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
       "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\cabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\cabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\deliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\deliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\inorderjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\inorderjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\cabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\cabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_dto\\squarecabin\\orderdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|solutionrelative:widesea_dto\\squarecabin\\orderdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_deliveryorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_deliveryorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_medicinegoods.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_medicinegoods.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\ideliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\ideliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\icustomerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icustomerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\outorderjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\outorderjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\icabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\icabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_dto\\roadwaydto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|solutionrelative:widesea_dto\\roadwaydto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\cabinordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\cabinordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_cabinorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_cabinorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_inventory.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_inventory.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_supplier.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_supplier.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_customer.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_customer.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_errorlog.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_errorlog.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_cabinorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_cabinorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_deliveryorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_deliveryorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\imedicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\imedicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\deliveryordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\deliveryordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\deliveryorderdetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\deliveryorderdetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\deliveryorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\deliveryorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\ideliveryorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\ideliveryorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\customercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\customercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\dt_areainfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\dt_areainfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
@@ -135,68 +39,256 @@
       "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{111BD7AA-9749-4506-9772-79F9EF14754C}|WIDESEA_Core\\WIDESEA_Core.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_core\\hostedservice\\seeddatahostedservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{111BD7AA-9749-4506-9772-79F9EF14754C}|WIDESEA_Core\\WIDESEA_Core.csproj|solutionrelative:widesea_core\\hostedservice\\seeddatahostedservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\iwarehousetyperepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\iwarehousetyperepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\basicmodel\\dt_palletstockinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\basicmodel\\dt_palletstockinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\isupplierrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\isupplierrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\index.html||{40D31677-CBC0-4297-A9EF-89D907823A98}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\index.html||{40D31677-CBC0-4297-A9EF-89D907823A98}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\imedicinegoodsrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\imedicinegoodsrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\mes\\tomescontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\mes\\tomescontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\iinventoryrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\iinventoryrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_warehousetype.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_warehousetype.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\ideliveryorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\ideliveryorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_dto\\wcs\\dt_needbarcode.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|solutionrelative:widesea_dto\\wcs\\dt_needbarcode.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\ideliveryorderdetailrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\ideliveryorderdetailrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_dto\\wcs\\dt_deviceinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|solutionrelative:widesea_dto\\wcs\\dt_deviceinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\icustomerrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\icustomerrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\icabinorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\icabinorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\icabinorderdetailrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\icabinorderdetailrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\warehousetypecontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\warehousetypecontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_cabinorderdetail_hty .cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_cabinorderdetail_hty .cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\iwarehousetypeservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\iwarehousetypeservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_cabinorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_cabinorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\warehousetyperepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\warehousetyperepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_cabinorder_hty.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_cabinorder_hty.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\iwarehousetyperepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\iwarehousetyperepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_supplier.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_supplier.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\suppliercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\suppliercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_medicinegoods.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_medicinegoods.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_inventory.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_inventory.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_errorlog.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_errorlog.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_deliveryorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_deliveryorderdetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_deliveryorder.cs||{8B382828-6202-11D1-8870-0000F87579D2}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_deliveryorder.cs||{8B382828-6202-11D1-8870-0000F87579D2}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_customer.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_customer.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{111BD7AA-9749-4506-9772-79F9EF14754C}|WIDESEA_Core\\WIDESEA_Core.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_core\\seed\\dbseed.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{111BD7AA-9749-4506-9772-79F9EF14754C}|WIDESEA_Core\\WIDESEA_Core.csproj|solutionrelative:widesea_core\\seed\\dbseed.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_warehousetype.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_warehousetype.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\squarecabin\\dt_cabinorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\squarecabin\\dt_cabinorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\goodsjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\goodsjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\outboundorder\\dt_outorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\outboundorder\\dt_outorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\basic\\dt_areainfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\basic\\dt_areainfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\iinventoryservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\iinventoryservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\inventoryservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\inventoryservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\globalusing.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\globalusing.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\supplierservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\supplierservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_dto\\squarecabin\\towcsdto.cs||{8B382828-6202-11D1-8870-0000F87579D2}",
+      "RelativeMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|solutionrelative:widesea_dto\\squarecabin\\towcsdto.cs||{8B382828-6202-11D1-8870-0000F87579D2}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\inventorycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\inventorycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\dt_roadwayinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\dt_roadwayinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\dt_materielinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\dt_materielinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\medicinegoodscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\medicinegoodscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\deliveryordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\deliveryordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\deliveryorderdetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\deliveryorderdetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\cabinorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\cabinorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\inventoryrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\inventoryrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\deliveryorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\deliveryorderrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\deliveryorderdetailrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\deliveryorderdetailrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\customerrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\customerrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\customercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\customercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_dto\\squarecabin\\apiresponse.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|solutionrelative:widesea_dto\\squarecabin\\apiresponse.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\imedicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\imedicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\taskcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\taskcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\index.html||{40D31677-CBC0-4297-A9EF-89D907823A98}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\index.html||{40D31677-CBC0-4297-A9EF-89D907823A98}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\cabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\cabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\icabinorderdetailhtyservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icabinorderdetailhtyservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\cabinordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\cabinordercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\deliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\deliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\warehousetypeservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\warehousetypeservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\icustomerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icustomerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\icabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icabinorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_wmsserver\\controllers\\squarecabin\\cabinorderdetailhtycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\squarecabin\\cabinorderdetailhtycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\icabinorderdetailhtyrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\icabinorderdetailhtyrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\cabinorderdetailhtyservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\cabinorderdetailhtyservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\cabinorderdetailhtyrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\cabinorderdetailhtyrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{B5C7DC02-077C-4255-A369-600D033A4C23}|WIDESEA_IRepository\\WIDESEA_IRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_irepository\\isys_dictionaryrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{B5C7DC02-077C-4255-A369-600D033A4C23}|WIDESEA_IRepository\\WIDESEA_IRepository.csproj|solutionrelative:widesea_irepository\\isys_dictionaryrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\ideliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\ideliveryorderdetailservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinservices\\customerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{FD984F34-1876-4808-AD7C-28A41E665504}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\customerservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_isquarecabinservices\\isupplierservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{1FCD1E49-069F-4C34-ACF0-C561DC9A0DA3}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\isupplierservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_squarecabinrepository\\supplierrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{8584322D-54AE-40AF-8BF5-B8C2B29820A5}|WIDESEA_SquareCabinRepository\\WIDESEA_SquareCabinRepository.csproj|solutionrelative:widesea_squarecabinrepository\\supplierrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_model\\models\\outboundorder\\dt_outorder_hty.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\outboundorder\\dt_outorder_hty.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_i\\isupplierrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{1F2B754E-819F-4D71-A873-C099AA9A760E}|WIDESEA_I\\WIDESEA_ISquareCabinRepository.csproj|solutionrelative:widesea_i\\isupplierrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{2BB1F129-E90F-40B2-9487-FEA102EE48C4}|WIDESEA_IStorageOutOrderService\\WIDESEA_IStorageOutOrderServices.csproj|d:\\\u516C\u53F8\u9879\u76EE\\fangcangzhineng\\\u4EE3\u7801\u7BA1\u7406\\widesea_wmsserver\\widesea_istorageoutorderservice\\outboundorder\\idt_outorderandstockservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{2BB1F129-E90F-40B2-9487-FEA102EE48C4}|WIDESEA_IStorageOutOrderService\\WIDESEA_IStorageOutOrderServices.csproj|solutionrelative:widesea_istorageoutorderservice\\outboundorder\\idt_outorderandstockservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     }
   ],
   "DocumentGroupContainers": [
@@ -206,629 +298,887 @@
       "DocumentGroups": [
         {
           "DockedWidth": 200,
-          "SelectedChildIndex": 1,
+          "SelectedChildIndex": 6,
           "Children": [
+            {
+              "$type": "Document",
+              "DocumentIndex": 34,
+              "Title": "IInventoryServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IInventoryServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\IInventoryServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IInventoryServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\IInventoryServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABYAAABHAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T13:37:06.732Z",
+              "IsPinned": true
+            },
             {
               "$type": "Bookmark",
               "Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 0,
-              "Title": "DeliveryOrderServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
-              "ViewState": "AgIAAFwAAAAAAAAAAAAkwFkAAAAkAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T03:33:01.105Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 1,
-              "Title": "InventoryServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\InventoryServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\InventoryServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\InventoryServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\InventoryServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvw8AAAAFAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T03:33:01.759Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
               "DocumentIndex": 2,
-              "Title": "MedicineGoodsServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
-              "ViewState": "AgIAADMAAAAAAAAAAAAgwEsAAAAkAAAAAAAAAA==",
+              "Title": "OutOrderJob.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\OutOrderJob.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\OutOrderJob.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\OutOrderJob.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\OutOrderJob.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA4AAAAZAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T03:33:03.098Z",
+              "WhenOpened": "2025-09-28T00:59:35.966Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
               "DocumentIndex": 4,
-              "Title": "SupplierServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\SupplierServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\SupplierServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\SupplierServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\SupplierServices.cs",
-              "ViewState": "AgIAAAYAAAAAAAAAAADwvxIAAAAFAAAAAAAAAA==",
+              "Title": "DeliveryOrderServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
+              "ViewState": "AgIAAGIAAAAAAAAAAAArwHcAAAAqAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T08:58:55.914Z",
+              "WhenOpened": "2025-09-25T06:57:14.285Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 1,
+              "Title": "InOrderJob.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\InOrderJob.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\InOrderJob.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\InOrderJob.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\InOrderJob.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABEAAAAjAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T08:58:12.162Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
               "DocumentIndex": 3,
-              "Title": "WarehouseTypeServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvxAAAAAJAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:14:43.472Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 5,
-              "Title": "CustomerServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CustomerServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CustomerServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CustomerServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CustomerServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T02:28:36.731Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 6,
-              "Title": "CabinOrderServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
-              "ViewState": "AgIAADwAAAAAAAAAAAAiwKAAAAARAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T01:44:48.165Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 7,
-              "Title": "DeliveryOrderDetailServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T03:33:00.546Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 8,
-              "Title": "CabinOrderDetailServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvxAAAAAJAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T02:27:16.207Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 9,
-              "Title": "OrderDto.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
-              "RelativeDocumentMoniker": "WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
-              "RelativeToolTip": "WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
-              "ViewState": "AgIAAAsAAAAAAAAAAAAAwDIAAAAJAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T02:39:44.469Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 10,
-              "Title": "Dt_DeliveryOrder.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
-              "ViewState": "AgIAAA4AAAAAAAAAAAAIwBwAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:07:21.234Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 11,
-              "Title": "Dt_MedicineGoods.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
-              "ViewState": "AgIAAAMAAAAAAAAAAAAAABoAAABlAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:07:28.882Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 12,
-              "Title": "IDeliveryOrderDetailServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IDeliveryOrderDetailServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\IDeliveryOrderDetailServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IDeliveryOrderDetailServices.cs",
-              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\IDeliveryOrderDetailServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T08:57:53.735Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 13,
-              "Title": "ICustomerServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICustomerServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICustomerServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICustomerServices.cs",
-              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICustomerServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T07:13:28.575Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 14,
               "Title": "ICabinOrderServices.cs",
               "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
               "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
               "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
               "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
-              "ViewState": "AgIAAAQAAAAAAAAAAAAkwBoAAAAFAAAAAAAAAA==",
+              "ViewState": "AgIAAAsAAAAAAAAAAIA9wCAAAAAbAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T01:35:22.282Z",
+              "WhenOpened": "2025-09-28T00:57:40.312Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
-              "DocumentIndex": 15,
-              "Title": "ICabinOrderDetailServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
-              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvw4AAAAFAAAAAAAAAA==",
+              "DocumentIndex": 0,
+              "Title": "CabinOrderServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CabinOrderServices.cs",
+              "ViewState": "AgIAAOQAAAAAAAAAAAAYwPYAAAA3AAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T01:35:19.598Z",
+              "WhenOpened": "2025-09-26T03:28:24.308Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
-              "DocumentIndex": 16,
-              "Title": "RoadWayDTO.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\RoadWayDTO.cs",
-              "RelativeDocumentMoniker": "WIDESEA_DTO\\RoadWayDTO.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\RoadWayDTO.cs",
-              "RelativeToolTip": "WIDESEA_DTO\\RoadWayDTO.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-24T02:20:32.043Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 18,
-              "Title": "Dt_CabinOrder.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
-              "ViewState": "AgIAAAkAAAAAAAAAAAAAABgAAABuAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T01:07:36.937Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 19,
-              "Title": "Dt_Inventory.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
-              "ViewState": "AgIAAAwAAAAAAAAAAAAuwB8AAAArAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T06:39:38.956Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 20,
-              "Title": "Dt_Supplier.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs*",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs*",
-              "ViewState": "AgIAABAAAAAAAAAAAAAQwB4AAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-19T07:24:27.551Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 17,
-              "Title": "CabinOrderController.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAIwBYAAAA6AAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T05:55:29.643Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 21,
-              "Title": "Dt_Customer.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
-              "ViewState": "AgIAAA4AAAAAAAAAAAAAwBoAAAArAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T06:39:14.082Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 22,
-              "Title": "Dt_ErrorLog.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T06:39:36.847Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 23,
-              "Title": "Dt_CabinOrderDetail.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
-              "ViewState": "AgIAAAcAAAAAAAAAAAAkwCYAAABgAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T01:07:47.389Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 24,
-              "Title": "Dt_DeliveryOrderDetail.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
-              "ViewState": "AgIAABAAAAAAAAAAAAAgwBcAAABqAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T02:21:58.226Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 25,
-              "Title": "IMedicineGoodsServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IMedicineGoodsServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\IMedicineGoodsServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IMedicineGoodsServices.cs",
-              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\IMedicineGoodsServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAswBEAAAAfAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T09:15:53.89Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 26,
-              "Title": "DeliveryOrderController.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderController.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderController.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderController.cs",
-              "ViewState": "AgIAAAkAAAAAAAAAAAAQwBYAAABBAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T08:07:15.878Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 27,
-              "Title": "DeliveryOrderDetailController.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderDetailController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderDetailController.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderDetailController.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderDetailController.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T09:11:25.849Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 28,
+              "DocumentIndex": 5,
               "Title": "IDeliveryOrderServices.cs",
               "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IDeliveryOrderServices.cs",
               "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\IDeliveryOrderServices.cs",
               "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IDeliveryOrderServices.cs",
               "RelativeToolTip": "WIDESEA_ISquareCabinServices\\IDeliveryOrderServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvxUAAAAGAAAAAAAAAA==",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAB4AAAAfAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T07:13:47.168Z",
+              "WhenOpened": "2025-09-26T13:37:05.265Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
-              "DocumentIndex": 29,
-              "Title": "CustomerController.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CustomerController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CustomerController.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CustomerController.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CustomerController.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+              "DocumentIndex": 6,
+              "Title": "MedicineGoodsServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+              "ViewState": "AgIAAGQAAAAAAAAAAAAvwHkAAAAIAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T08:07:14.051Z",
+              "WhenOpened": "2025-09-26T06:36:27.263Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
-              "DocumentIndex": 31,
+              "DocumentIndex": 7,
               "Title": "appsettings.json",
               "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\appsettings.json",
               "RelativeDocumentMoniker": "WIDESEA_WMSServer\\appsettings.json",
               "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\appsettings.json",
               "RelativeToolTip": "WIDESEA_WMSServer\\appsettings.json",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA0AAAAkAAAAAAAAAA==",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA0AAABGAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
-              "WhenOpened": "2025-09-23T05:57:49.527Z"
+              "WhenOpened": "2025-09-28T05:48:43.064Z",
+              "EditorCaption": ""
             },
             {
               "$type": "Document",
-              "DocumentIndex": 30,
-              "Title": "Dt_AreaInfoController.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\Dt_AreaInfoController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\Dt_AreaInfoController.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\Dt_AreaInfoController.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\Dt_AreaInfoController.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T06:02:42.703Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 32,
+              "DocumentIndex": 8,
               "Title": "Program.cs",
               "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Program.cs",
               "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Program.cs",
               "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Program.cs",
               "RelativeToolTip": "WIDESEA_WMSServer\\Program.cs",
-              "ViewState": "AgIAABsAAAAAAAAAAAAAACoAAAAeAAAAAAAAAA==",
+              "ViewState": "AgIAAGAAAAAAAAAAAAAAADMAAABXAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T05:58:54.391Z"
+              "WhenOpened": "2025-09-26T13:44:16.06Z",
+              "EditorCaption": ""
             },
             {
               "$type": "Document",
-              "DocumentIndex": 33,
-              "Title": "SeedDataHostedService.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Core\\HostedService\\SeedDataHostedService.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Core\\HostedService\\SeedDataHostedService.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Core\\HostedService\\SeedDataHostedService.cs",
-              "RelativeToolTip": "WIDESEA_Core\\HostedService\\SeedDataHostedService.cs",
-              "ViewState": "AgIAAB8AAAAAAAAAAAAQwDAAAAARAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T06:31:59.678Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 34,
-              "Title": "Dt_PalletStockInfo.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\BasicModel\\Dt_PalletStockInfo.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\BasicModel\\Dt_PalletStockInfo.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\BasicModel\\Dt_PalletStockInfo.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\BasicModel\\Dt_PalletStockInfo.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvw4AAAAVAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T06:06:43.412Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 35,
-              "Title": "index.html",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\index.html",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\index.html",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\index.html",
-              "RelativeToolTip": "WIDESEA_WMSServer\\index.html",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvxQAAAAjAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001512|",
-              "WhenOpened": "2025-09-23T06:10:36.074Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 36,
-              "Title": "ToMESController.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\MES\\ToMESController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\MES\\ToMESController.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\MES\\ToMESController.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\MES\\ToMESController.cs",
-              "ViewState": "AgIAABMAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T05:55:55.798Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 38,
-              "Title": "dt_needBarcode.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\WCS\\dt_needBarcode.cs",
-              "RelativeDocumentMoniker": "WIDESEA_DTO\\WCS\\dt_needBarcode.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\WCS\\dt_needBarcode.cs",
-              "RelativeToolTip": "WIDESEA_DTO\\WCS\\dt_needBarcode.cs",
+              "DocumentIndex": 15,
+              "Title": "ICustomerRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICustomerRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\ICustomerRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICustomerRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\ICustomerRepository.cs",
               "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T02:38:04.757Z"
+              "WhenOpened": "2025-09-28T01:37:12.436Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 37,
-              "Title": "Dt_WarehouseType.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
-              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
-              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAAABMAAAAOAAAAAAAAAA==",
+              "DocumentIndex": 12,
+              "Title": "IInventoryRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IInventoryRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\IInventoryRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IInventoryRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\IInventoryRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:06:29.833Z"
+              "WhenOpened": "2025-09-29T06:05:55.033Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 39,
-              "Title": "Dt_DeviceInfo.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\WCS\\Dt_DeviceInfo.cs",
-              "RelativeDocumentMoniker": "WIDESEA_DTO\\WCS\\Dt_DeviceInfo.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\WCS\\Dt_DeviceInfo.cs",
-              "RelativeToolTip": "WIDESEA_DTO\\WCS\\Dt_DeviceInfo.cs",
-              "ViewState": "AgIAACUAAAAAAAAAAAAAwCQAAABXAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T02:38:01.939Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 40,
-              "Title": "ICabinOrderDetailRepository.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderDetailRepository.cs",
-              "RelativeDocumentMoniker": "WIDESEA_I\\ICabinOrderDetailRepository.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderDetailRepository.cs",
-              "RelativeToolTip": "WIDESEA_I\\ICabinOrderDetailRepository.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwoAAABTAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-23T01:06:36.891Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 41,
-              "Title": "WarehouseTypeController.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\WarehouseTypeController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\WarehouseTypeController.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\WarehouseTypeController.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\WarehouseTypeController.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA0AAAAFAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:15:54.515Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 42,
-              "Title": "IWarehouseTypeServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IWarehouseTypeServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\IWarehouseTypeServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IWarehouseTypeServices.cs",
-              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\IWarehouseTypeServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvw0AAAAHAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:14:22.818Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 43,
-              "Title": "WarehouseTypeRepository.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\WarehouseTypeRepository.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\WarehouseTypeRepository.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\WarehouseTypeRepository.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\WarehouseTypeRepository.cs",
-              "ViewState": "AgIAAAMAAAAAAAAAAADwvxIAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:13:06.73Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 44,
+              "DocumentIndex": 9,
               "Title": "IWarehouseTypeRepository.cs",
               "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IWarehouseTypeRepository.cs",
               "RelativeDocumentMoniker": "WIDESEA_I\\IWarehouseTypeRepository.cs",
               "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IWarehouseTypeRepository.cs",
               "RelativeToolTip": "WIDESEA_I\\IWarehouseTypeRepository.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvw8AAAAAAAAAAAAAAA==",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:12:33.872Z"
+              "WhenOpened": "2025-09-29T06:05:58.97Z",
+              "EditorCaption": ""
             },
             {
               "$type": "Document",
-              "DocumentIndex": 45,
-              "Title": "SupplierController.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
-              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvwsAAAAJAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T09:05:32.208Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 46,
-              "Title": "ISupplierServices.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
-              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
-              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvxAAAAAAAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T08:58:05.202Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 47,
-              "Title": "SupplierRepository.cs",
-              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\SupplierRepository.cs",
-              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\SupplierRepository.cs",
-              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\SupplierRepository.cs",
-              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\SupplierRepository.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAADwvw4AAAAJAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T08:56:51.523Z"
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 48,
+              "DocumentIndex": 10,
               "Title": "ISupplierRepository.cs",
               "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ISupplierRepository.cs",
               "RelativeDocumentMoniker": "WIDESEA_I\\ISupplierRepository.cs",
               "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ISupplierRepository.cs",
               "RelativeToolTip": "WIDESEA_I\\ISupplierRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-29T06:05:58.424Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 13,
+              "Title": "IDeliveryOrderRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IDeliveryOrderRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\IDeliveryOrderRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IDeliveryOrderRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\IDeliveryOrderRepository.cs",
+              "ViewState": "AgIAAAYAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:37:20.245Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 11,
+              "Title": "IMedicineGoodsRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IMedicineGoodsRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\IMedicineGoodsRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IMedicineGoodsRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\IMedicineGoodsRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:35:58.362Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 16,
+              "Title": "ICabinOrderRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\ICabinOrderRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\ICabinOrderRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:37:09.909Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 17,
+              "Title": "ICabinOrderDetailRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderDetailRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\ICabinOrderDetailRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderDetailRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\ICabinOrderDetailRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvw8AAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:37:21.754Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 14,
+              "Title": "IDeliveryOrderDetailRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IDeliveryOrderDetailRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\IDeliveryOrderDetailRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\IDeliveryOrderDetailRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\IDeliveryOrderDetailRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvw8AAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:37:20.761Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 18,
+              "Title": "Dt_CabinOrderDetail_Hty .cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
+              "ViewState": "AgIAACUAAAAAAAAAAAAAwDcAAAAuAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T08:56:45.972Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 19,
+              "Title": "Dt_CabinOrderDetail.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail.cs",
+              "ViewState": "AgIAABwAAAAAAAAAAAAkwCwAAAA4AAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T03:47:00.754Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 20,
+              "Title": "Dt_CabinOrder_Hty.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
+              "ViewState": "AgIAACYAAAAAAAAAAAAAwDQAAAAWAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:10:19.993Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 21,
+              "Title": "Dt_Supplier.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Supplier.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAABSAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:49:22.073Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 22,
+              "Title": "Dt_MedicineGoods.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_MedicineGoods.cs",
+              "ViewState": "AgIAAAkAAAAAAAAAAAAAABsAAABrAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T06:51:32.874Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 23,
+              "Title": "Dt_Inventory.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Inventory.cs",
+              "ViewState": "AgIAAA4AAAAAAAAAAAAswCEAAAAOAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T08:29:27.505Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 24,
+              "Title": "Dt_ErrorLog.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAB8AAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-29T06:00:05.688Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 25,
+              "Title": "Dt_DeliveryOrderDetail.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
+              "ViewState": "AgIAAB8AAAAAAAAAAAAYwDUAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T03:33:50.273Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 26,
+              "Title": "Dt_DeliveryOrder.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
+              "ViewState": "AgIAAAYAAAAAAAAAAAAAAB0AAAAYAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T03:50:57.77Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 27,
+              "Title": "Dt_Customer.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_Customer.cs",
+              "ViewState": "AgIAAAsAAAAAAAAAAAAwwBkAAABPAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T07:01:52.501Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 28,
+              "Title": "DBSeed.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Core\\Seed\\DBSeed.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Core\\Seed\\DBSeed.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Core\\Seed\\DBSeed.cs",
+              "RelativeToolTip": "WIDESEA_Core\\Seed\\DBSeed.cs",
+              "ViewState": "AgIAAKAAAAAAAAAAAADwv7QAAAAQAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:21:08.951Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 29,
+              "Title": "Dt_WarehouseType.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_WarehouseType.cs",
+              "ViewState": "AgIAAAMAAAAAAAAAAAAAABMAAAAOAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T13:44:20.246Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 30,
+              "Title": "Dt_CabinOrder.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
+              "ViewState": "AgIAABcAAAAAAAAAAAAgwB4AAAAXAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T05:37:21.19Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 31,
+              "Title": "GoodsJob.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GoodsJob.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\GoodsJob.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GoodsJob.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\GoodsJob.cs",
+              "ViewState": "AgIAAAMAAAAAAAAAAAAAAA4AAABMAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:04:50.65Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 32,
+              "Title": "Dt_OutOrder.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAABrAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:06:36.732Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 33,
+              "Title": "Dt_AreaInfo.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\Basic\\Dt_AreaInfo.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\Basic\\Dt_AreaInfo.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\Basic\\Dt_AreaInfo.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\Basic\\Dt_AreaInfo.cs",
+              "ViewState": "AgIAAAEAAAAAAAAAAAAswBQAAAAqAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-29T05:42:41.016Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 35,
+              "Title": "InventoryServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\InventoryServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\InventoryServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\InventoryServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\InventoryServices.cs",
+              "ViewState": "AgIAAFQAAAAAAAAAAAAYwGYAAABrAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T07:03:31.08Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 36,
+              "Title": "GlobalUsing.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GlobalUsing.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\GlobalUsing.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GlobalUsing.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\GlobalUsing.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvw0AAAAkAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T00:57:55.359Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 37,
+              "Title": "SupplierServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\SupplierServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\SupplierServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\SupplierServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\SupplierServices.cs",
+              "ViewState": "AgIAAAYAAAAAAAAAAAAAABIAAAA7AAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:34:11.471Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 38,
+              "Title": "TowcsDto.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
+              "RelativeDocumentMoniker": "WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
+              "RelativeToolTip": "WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
+              "ViewState": "AgIAADIBAAAAAAAAAAAiwD4BAAAMAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T03:36:18.251Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 39,
+              "Title": "InventoryController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABQAAAAoAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:46:17.643Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 42,
+              "Title": "MedicineGoodsController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\MedicineGoodsController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\MedicineGoodsController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\MedicineGoodsController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\MedicineGoodsController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvxQAAAABAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:46:33.758Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 40,
+              "Title": "Dt_RoadWayInfoController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\Dt_RoadWayInfoController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\Dt_RoadWayInfoController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\Dt_RoadWayInfoController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\Dt_RoadWayInfoController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T06:02:05.822Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 41,
+              "Title": "Dt_MaterielInfoController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\Dt_MaterielInfoController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\Dt_MaterielInfoController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\Dt_MaterielInfoController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\Dt_MaterielInfoController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvxoAAAAFAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:28:45.969Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 43,
+              "Title": "DeliveryOrderController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABUAAAA9AAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:42:38.3Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 44,
+              "Title": "DeliveryOrderDetailController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderDetailController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderDetailController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderDetailController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\DeliveryOrderDetailController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA4AAAABAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:46:12.697Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 45,
+              "Title": "CabinOrderRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\CabinOrderRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\CabinOrderRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\CabinOrderRepository.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\CabinOrderRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAAJAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:26:45.473Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 46,
+              "Title": "InventoryRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\InventoryRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\InventoryRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\InventoryRepository.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\InventoryRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T05:49:30.08Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 47,
+              "Title": "DeliveryOrderRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\DeliveryOrderRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\DeliveryOrderRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\DeliveryOrderRepository.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\DeliveryOrderRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvxAAAAAFAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T05:49:22.703Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 48,
+              "Title": "DeliveryOrderDetailRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\DeliveryOrderDetailRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\DeliveryOrderDetailRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\DeliveryOrderDetailRepository.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\DeliveryOrderDetailRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAFAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T05:49:21.116Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 49,
+              "Title": "CustomerRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\CustomerRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\CustomerRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\CustomerRepository.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\CustomerRepository.cs",
+              "ViewState": "AgIAAAkAAAAAAAAAAADwvw8AAAAJAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T05:22:13.87Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 50,
+              "Title": "CustomerController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CustomerController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CustomerController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CustomerController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CustomerController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T05:51:09.469Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 51,
+              "Title": "ApiResponse.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\ApiResponse.cs",
+              "RelativeDocumentMoniker": "WIDESEA_DTO\\SquareCabin\\ApiResponse.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\ApiResponse.cs",
+              "RelativeToolTip": "WIDESEA_DTO\\SquareCabin\\ApiResponse.cs",
+              "ViewState": "AgIAABAAAAAAAAAAAAAQwCAAAAAgAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T05:53:40.506Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 52,
+              "Title": "IMedicineGoodsServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IMedicineGoodsServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\IMedicineGoodsServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IMedicineGoodsServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\IMedicineGoodsServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAswBQAAAAiAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:03:58.501Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 53,
+              "Title": "TaskController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\TaskController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\TaskController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\TaskController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\TaskController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T04:57:54.813Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 54,
+              "Title": "index.html",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\index.html",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\index.html",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\index.html",
+              "RelativeToolTip": "WIDESEA_WMSServer\\index.html",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001512|",
+              "WhenOpened": "2025-09-28T03:41:45.701Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 55,
+              "Title": "CabinOrderDetailServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CabinOrderDetailServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:37:33.171Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 56,
+              "Title": "ICabinOrderDetailHtyServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderDetailHtyServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICabinOrderDetailHtyServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderDetailHtyServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICabinOrderDetailHtyServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:07:03.348Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 57,
+              "Title": "CabinOrderController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABkAAAAoAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:47:48.421Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 58,
+              "Title": "DeliveryOrderDetailServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\DeliveryOrderDetailServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvw0AAABRAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:30:48.11Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 59,
+              "Title": "WarehouseTypeServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\WarehouseTypeServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:34:15.171Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 60,
+              "Title": "ICustomerServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICustomerServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICustomerServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICustomerServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICustomerServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABEAAABHAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:24:48.534Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 61,
+              "Title": "ICabinOrderDetailServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICabinOrderDetailServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:07:18.218Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 64,
+              "Title": "CabinOrderDetailHtyServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderDetailHtyServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CabinOrderDetailHtyServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CabinOrderDetailHtyServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CabinOrderDetailHtyServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA0AAABqAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T07:39:08.325Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 65,
+              "Title": "CabinOrderDetailHtyRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\CabinOrderDetailHtyRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinRepository\\CabinOrderDetailHtyRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinRepository\\CabinOrderDetailHtyRepository.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinRepository\\CabinOrderDetailHtyRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAALAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:08:21.138Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 62,
+              "Title": "CabinOrderDetailHtyController.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderDetailHtyController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderDetailHtyController.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderDetailHtyController.cs",
+              "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderDetailHtyController.cs",
               "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-09-22T08:52:36.2Z"
+              "WhenOpened": "2025-09-28T02:09:19.797Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 63,
+              "Title": "ICabinOrderDetailHtyRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderDetailHtyRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_I\\ICabinOrderDetailHtyRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_I\\ICabinOrderDetailHtyRepository.cs",
+              "RelativeToolTip": "WIDESEA_I\\ICabinOrderDetailHtyRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:07:42.938Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 66,
+              "Title": "ISys_DictionaryRepository.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_IRepository\\ISys_DictionaryRepository.cs",
+              "RelativeDocumentMoniker": "WIDESEA_IRepository\\ISys_DictionaryRepository.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_IRepository\\ISys_DictionaryRepository.cs",
+              "RelativeToolTip": "WIDESEA_IRepository\\ISys_DictionaryRepository.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T02:07:33.542Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 67,
+              "Title": "IDeliveryOrderDetailServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IDeliveryOrderDetailServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\IDeliveryOrderDetailServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\IDeliveryOrderDetailServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\IDeliveryOrderDetailServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:12:33.212Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 68,
+              "Title": "CustomerServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CustomerServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\CustomerServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\CustomerServices.cs",
+              "RelativeToolTip": "WIDESEA_SquareCabinServices\\CustomerServices.cs",
+              "ViewState": "AgIAAAYAAAAAAAAAAAAAAEoAAAAHAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T05:34:28.588Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 69,
+              "Title": "ISupplierServices.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
+              "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
+              "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ISupplierServices.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-28T01:02:51.791Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 70,
+              "Title": "Dt_OutOrder_Hty.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder_Hty.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder_Hty.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder_Hty.cs",
+              "RelativeToolTip": "WIDESEA_Model\\Models\\OutboundOrder\\Dt_OutOrder_Hty.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAADwvwwAAAAUAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:06:45.919Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 71,
+              "Title": "IDt_OutOrderAndStockService.cs",
+              "DocumentMoniker": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_IStorageOutOrderService\\OutboundOrder\\IDt_OutOrderAndStockService.cs",
+              "RelativeDocumentMoniker": "WIDESEA_IStorageOutOrderService\\OutboundOrder\\IDt_OutOrderAndStockService.cs",
+              "ToolTip": "D:\\\u516C\u53F8\u9879\u76EE\\FangCangZhiNeng\\\u4EE3\u7801\u7BA1\u7406\\WIDESEA_WMSServer\\WIDESEA_IStorageOutOrderService\\OutboundOrder\\IDt_OutOrderAndStockService.cs",
+              "RelativeToolTip": "WIDESEA_IStorageOutOrderService\\OutboundOrder\\IDt_OutOrderAndStockService.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAIAAABLAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-09-26T12:06:24.556Z"
             }
           ]
         },
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/HierarchyCache.v1.txt" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/HierarchyCache.v1.txt"
index 5810b79..6f42b9f 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/HierarchyCache.v1.txt"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/HierarchyCache.v1.txt"
Binary files differ
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Core/Seed/DBSeed.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Core/Seed/DBSeed.cs"
index 1d1903e..1626a3e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Core/Seed/DBSeed.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Core/Seed/DBSeed.cs"
@@ -132,6 +132,7 @@
 
                                     str += ($"SET IDENTITY_INSERT {t.Name} OFF;");
 
+
                                     dbContext.Db.Ado.ExecuteCommand(str);
 
                                     ConsoleHelper.WriteSuccessLine($"Table [{t.Name}] SeedData Added Successfully");
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_DTO/WMS/ApiResponse.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/ApiResponse.cs"
similarity index 60%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_DTO/WMS/ApiResponse.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/ApiResponse.cs"
index 25b665e..748e207 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_DTO/WMS/ApiResponse.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/ApiResponse.cs"
@@ -4,38 +4,38 @@
 using System.Text;
 using System.Threading.Tasks;
 
-namespace WIDESEA_DTO.WMS
+namespace WIDESEA_DTO.SquareCabin
 {
     public class ApiResponse<T>
     {
         /// <summary>
         /// 鍝嶅簲鐮侊細0鎴愬姛锛屽叾瀹冨け璐�
         /// </summary>
-        public string Code { get; set; } = "0";
+        public string code { get; set; } = "0";
 
         /// <summary>
         /// 鎻愮ず淇℃伅
         /// </summary>
-        public string Msg { get; set; } = "success";
+        public string msg { get; set; } = "success";
 
         /// <summary>
         /// 涓氬姟鏁版嵁
         /// </summary>
-        public T? Data { get; set; }
+        public T? data { get; set; }
 
         /// <summary>
         /// 鏄惁鎴愬姛锛坵cs鏂囨。2闇�瑕侊級
         /// </summary>
-        public bool Success => Code == "0";
+        public bool Success => code == "0";
     }
 
     //浣跨敤鏂瑰紡
-//    return new ApiResponse<object>
-//{
-//    Code = "0",
-//    Msg = "success",
-//    Data = null
-//};
+    //    return new ApiResponse<object>
+    //{
+    //    Code = "0",
+    //    Msg = "success",
+    //    Data = null
+    //};
 
 
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/OrderDto.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/OrderDto.cs"
index 2ccdac2..58e3f47 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/OrderDto.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/OrderDto.cs"
@@ -282,6 +282,8 @@
         /// </summary>
         public class InventoryInfo
         {
+            public string  goods_no { get; set; }
+
             /// <summary>
             /// 鎵瑰彿
             /// </summary>
@@ -293,7 +295,7 @@
             /// <summary>
             /// 鍙敤搴撳瓨锛堝疄闄呭簱瀛樻暟閲忥級
             /// </summary>
-            public decimal actural_aty { get; set; }
+            public decimal actural_qty { get; set; }
             /// <summary>
             /// 鏁堟湡
             /// </summary>
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/TowcsDto.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/TowcsDto.cs"
new file mode 100644
index 0000000..e1c0753
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_DTO/SquareCabin/TowcsDto.cs"
@@ -0,0 +1,339 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using WIDESEA_Common.FangCang;
+
+namespace WIDESEA_DTO.SquareCabin
+{
+    public class TowcsDto
+    {
+        public class TowcsResponse<T>
+        {
+            /// <summary>
+            /// 缁撴灉浠g爜锛�0鎴愬姛锛�1澶辫触
+            /// </summary>
+            public string code { get; set; }
+
+            /// <summary>
+            /// 缁撴灉淇℃伅 鎴愬姛success
+            /// </summary>
+            public string msg { get; set; }
+
+            public string  success { get; set; }
+
+            /// <summary>
+            /// 涓氬姟鏁版嵁
+            /// </summary>
+            public List<T> data { get; set; }
+        }
+
+        //鍚憌cs鍏ュ簱鍗�
+        public class ToediInInfo
+        {
+            /// <summary>
+            /// 瀹㈡埛code
+            /// </summary>
+            public string customerCode { get; set; }
+
+            /// <summary>
+            /// 鐗╂枡绫诲瀷code
+            /// </summary>
+            public string materialCode { get; set; }
+
+
+            // 澶栭儴鍏ュ簱鍗曞彿
+            //锛堝敮涓�鏍囪瘑锛屾牎閲嶏級
+            public string externalOrderNo { get; set; }
+
+            /// <summary>
+            ///鍏ュ簱鍗曠被鍨�
+            //10锛氶攢鍞叆搴撳崟
+            //20锛氱洏鐩堝叆搴撳崟
+            /// </summary>
+            public string inOrderType { get; set; }
+
+            /// <summary>
+            /// 浼樺厛绾�
+            /// </summary>
+
+            public int priority { get; set; }
+
+
+            /// <summary>
+            /// 鏄惁鍙栨秷
+            /// </summary>
+
+            public int Is_cancel { get; set; }
+
+
+            /// <summary>
+            /// 鍏ュ簱鍗曟槑缁�
+            /// </summary>
+            public List<ToediInDetail> details { get; set; }
+        }
+
+        public class ToediInDetail
+        {
+            /// <summary>
+            /// 鎵瑰彿
+            /// </summary>
+            public string batchNo { get; set; }
+
+            /// <summary>
+            /// 浜у搧code濡傛灉涓簄ull浣跨敤鍚嶇О+瑙勬牸鏌ユ壘sku
+            /// </summary>
+            public string productCode { get; set; }
+
+            /// <summary>
+            /// sku鍚嶇О
+            /// </summary>
+            public string productName { get; set; }
+
+
+            /// <summary>
+            /// sku瑙勬牸
+            /// </summary>
+            public string productSpecifications { get; set; }
+
+
+            /// <summary>
+            /// 鏁伴噺
+            /// </summary>
+            public int quantity { get; set; }
+
+            /// <summary>
+            /// 鏁堟湡
+            /// </summary>
+            public string validityPeriod { get; set; }
+
+
+            /// <summary>
+            /// 鐢熶骇鍘傚
+            /// </summary>
+            public string manufacturer { get; set; }
+
+
+            /// <summary>
+            /// 搴撴埧鍙�
+            /// </summary>
+            public string libraryNo { get; set; }
+
+
+            /// <summary>
+            /// 鐩樼泩鏄庣粏
+            /// </summary>
+            public List<ToediInStock> stocktakingDetails { get; set; }
+
+        }
+
+
+
+        public class ToediInStock
+        {
+            /// <summary>
+            /// 鏂欑鍙�
+            /// </summary>
+            public string palletCode { get; set; }
+
+            /// <summary>
+            /// 鏁伴噺
+            /// </summary>
+            public string quantity { get; set; }
+        }
+
+
+        //鍚憌cs鍑哄簱鍗�
+        public class ToediOutInfo
+        {
+            /// <summary>
+            /// 瀹㈡埛code
+            /// </summary>
+            public string customerCode { get; set; }
+            /// <summary>
+            /// 鐗╂枡绫诲瀷code
+            /// </summary>
+            public string materialCode { get; set; }
+
+            /// <summary>
+            /// 澶栭儴鍑哄簱鍗曞彿锛堝敮涓�鏍囪瘑锛�
+            /// </summary>
+            public String  externalOrderNo { get; set; }
+
+            /// <summary>
+            /// 璁㈠崟绫诲瀷
+            //10:涓�鑸氦鏄撳嚭搴撳崟
+            //20:鐩樼偣鍑哄簱鍗�
+            //30:鐩樹簭鍑哄簱鍗�
+            /// </summary>
+            public string  outOrderType { get; set; }
+
+            /// <summary>
+            /// 浼樺厛绾�1-5
+            /// </summary>
+            public int  priority { get; set; }
+
+
+            /// <summary>
+            /// 鏄惁鍙栨秷
+            /// </summary>
+            public int Is_cancel { get; set; }
+
+
+            /// <summary>
+            /// 鍑哄簱鏄庣粏璇︽儏
+            /// </summary>
+            public List<ToeOutdiInDetail> details { get; set; }     
+
+        }
+
+        public class ToeOutdiInDetail
+        {
+            /// <summary>
+            /// 鎵瑰彿
+            /// </summary>
+            public string  batchNo { get; set; }
+
+            /// <summary>
+            /// 浜у搧code濡傛灉涓簄ull浣跨敤鍚嶇О+瑙勬牸鏌ユ壘sku
+            /// </summary>
+            public string  productCode { get; set; }
+
+            /// <summary>
+            /// sku鍚嶇О
+            /// </summary>
+            public string  productName { get; set; }
+
+            /// <summary>
+            /// sku瑙勬牸
+            /// </summary>
+            public string productSpecifications  { get; set; }
+
+            /// <summary>
+            /// 鏁伴噺
+            /// </summary>
+            public int  quantity { get; set; }
+
+            /// <summary>
+            /// 鐩樹簭鏄庣粏
+            /// </summary>
+            public List<ToOutediInStock> stocktakingDetails { get; set; }
+        }
+        public class ToOutediInStock
+        {
+            /// <summary>
+            /// 鏂欑鍙�
+            /// </summary>
+            public string palletCode { get; set; }
+            /// <summary>
+            /// 鏁伴噺
+            /// </summary>
+            public string quantity { get; set; }
+        }
+
+
+        //浜у搧鍚屾鎺ュ彛
+        public class ProductInfo
+        {
+            /// <summary>
+            /// 瀹㈡埛code
+            /// </summary>
+            public string customerCode { get; set; }
+
+            /// <summary>
+            /// 鐗╂枡绫诲瀷code
+            /// </summary>
+            public string materialCode { get; set; }
+
+            public string productCode { get; set; }
+
+
+            /// <summary>
+            /// 浜у搧鍚嶇О
+            /// </summary>
+            public string productName { get; set; }
+
+            /// <summary>
+            /// 浜у搧鏉$爜
+            /// </summary>
+            public string  productBarCode{ get; set; }
+
+            /// <summary>
+            /// 瑙勬牸
+            /// </summary>
+            public string productSpecifications { get; set; }
+
+            /// <summary>
+            /// 鍗曚綅
+            /// </summary>
+            public string unit { get; set; }
+            /// <summary>
+            /// 闀�
+            /// </summary>
+            public string singleProductLongNum { get; set; }
+            /// <summary>
+            /// 瀹�
+            /// </summary>
+            public string singleProductWideNum { get; set; }
+            /// <summary>
+            /// 楂�
+            /// </summary>
+            public string singleProductHighNum { get; set; }
+            /// <summary>
+            /// 閲嶉噺
+            /// </summary>
+            public string singleProductWeight { get; set; }
+            /// <summary>
+            /// 浣撶Н
+            /// </summary>
+            public string singleProductVolume { get; set; }
+
+            /// <summary>
+            /// 鏄惁鍙栨秷
+            /// </summary>
+            public string  Is_delete { get; set; }
+       
+        }
+
+
+        //wcs璁㈠崟鍥炰紶
+        public class EdiOrderCallbackRequest
+        {
+            public string customerCode { get; set; }
+            public string materialCode { get; set; }
+            public string externalOrderNo { get; set; }
+            public string orderNo { get; set; }
+            public string orderType { get; set; }
+            public List<EdiOrderDetailDto> details { get; set; } 
+           
+        }
+
+        public class EdiOrderDetailDto
+        {
+            public string batchNo { get; set; }
+            public string productCode { get; set; }
+            public string productName { get; set; }
+            public string productSpecifications { get; set; }
+            public DateTime finishDate { get; set; } //瀹屾垚鏃堕棿
+            
+            public List<EdiStocktakingDetailDto> stocktakingDetails { get; set; }
+
+            public List<EdiOrderBoxDto> orderDetails { get; set; }
+        }
+
+        public class EdiStocktakingDetailDto
+        {
+            public string palletCode { get; set; }
+            public string differenceQuantity { get; set; }
+            public string IsProfit { get; set; }
+        }
+
+        public class EdiOrderBoxDto
+        {
+            public string quantity { get; set; }
+            public string palletCode { get; set; }
+        }
+
+    }
+}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_I/ICabinOrderDetailHtyRepository.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_I/ICabinOrderDetailHtyRepository.cs"
new file mode 100644
index 0000000..5cf2ce3
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_I/ICabinOrderDetailHtyRepository.cs"
@@ -0,0 +1,15 @@
+锘�//using System;
+//using System.Collections.Generic;
+//using System.Linq;
+//using System.Text;
+//using System.Threading.Tasks;
+//using WIDESEA_Core.BaseRepository;
+//using WIDESEA_Model.Models;
+
+//namespace WIDESEA_ISquareCabinRepository
+//{
+//    public interface ICabinOrderDetailHtyRepository : IRepository<Dt_CabinOrderDetail_Hty>
+//    {
+
+//    }
+//}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderDetailHtyServices.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderDetailHtyServices.cs"
new file mode 100644
index 0000000..dba9d34
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderDetailHtyServices.cs"
@@ -0,0 +1,16 @@
+锘�//using System;
+//using System.Collections.Generic;
+//using System.Linq;
+//using System.Text;
+//using System.Threading.Tasks;
+//using WIDESEA_Core;
+//using WIDESEA_Core.BaseServices;
+//using WIDESEA_Model.Models;
+
+//namespace WIDESEA_ISquareCabinServices
+//{
+//    public interface ICabinOrderDetailHtyServices : IService<Dt_CabinOrderDetail_Hty>
+//    {
+       
+//    }
+//}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderServices.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderServices.cs"
index 7bb3aee..c439f7c 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderServices.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/ICabinOrderServices.cs"
@@ -15,7 +15,7 @@
         /// 鑾峰彇涓婃父鍏ュ簱璁㈠崟
         /// </summary>
         /// <returns></returns>
-        WebResponseContent GetUpstreamOrder(DateTime searchDate);
+        WebResponseContent GetUpstreamOrder();
 
 
         /// <summary>
@@ -24,5 +24,13 @@
         /// <param name="order_no">鍏ュ簱鍗曞彿</param>
         /// <returns></returns>
         WebResponseContent CompleteOrder(string order_no);
+
+
+        /// <summary>
+        /// 缁檞cs
+        /// </summary>
+        /// <returns></returns>
+        WebResponseContent EdiIn();
+         
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs"
index ab2c054..b5e3a6e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IDeliveryOrderServices.cs"
@@ -16,8 +16,13 @@
         /// </summary>
         /// <param name="searchDate"></param>
         /// <returns></returns>
-        WebResponseContent GetUpstreamOutOrder(DateTime searchDate);
+        WebResponseContent GetUpstreamOutOrder();
 
+        /// <summary>
+        /// 缁欎笅娓竪cs鍑哄簱鍗�
+        /// </summary>
+        /// <returns></returns>
+        WebResponseContent EdiOut();
 
         /// <summary>
         /// 鍑哄簱鎶ュ畬鎴愭帴鍙�
@@ -25,5 +30,8 @@
         /// <param name="out_no">鍑哄簱鍗曞彿</param>
         /// <returns></returns>
         WebResponseContent CompleteOutOrder(string out_no);
+
+        
+
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IInventoryServices.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IInventoryServices.cs"
index 6425ec8..633193a 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IInventoryServices.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IInventoryServices.cs"
@@ -5,8 +5,10 @@
 using System.Threading.Tasks;
 using WIDESEA_Core;
 using WIDESEA_Core.BaseServices;
+using WIDESEA_DTO.SquareCabin;
 using WIDESEA_Model.Models;
 using WIDESEA_Model.Models.SquareCabin;
+using static WIDESEA_DTO.SquareCabin.TowcsDto;
 
 namespace WIDESEA_ISquareCabinServices
 {
@@ -19,5 +21,8 @@
         /// <param name="searchDate"></param>
         /// <returns></returns>
         public WebResponseContent GetInventoryList(string goods_no,string batch_num);
+
+
+        public ApiResponse<Dt_Inventory> OrderFeedback(EdiOrderCallbackRequest request);
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IMedicineGoodsServices.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IMedicineGoodsServices.cs"
index 3b4002b..6d629c9 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IMedicineGoodsServices.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/IMedicineGoodsServices.cs"
@@ -17,6 +17,8 @@
         /// </summary>
         /// <returns></returns>
         public WebResponseContent GetMedicineGoodsInfom(DateTime searchDate);
+
+        public WebResponseContent ProductSynchronous();
     }
 
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/WIDESEA_ISquareCabinServices.csproj" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/WIDESEA_ISquareCabinServices.csproj"
index 17d93c8..e2d1b0e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/WIDESEA_ISquareCabinServices.csproj"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_ISquareCabinServices/WIDESEA_ISquareCabinServices.csproj"
@@ -8,6 +8,7 @@
 
   <ItemGroup>
     <ProjectReference Include="..\WIDESEA_Core\WIDESEA_Core.csproj" />
+    <ProjectReference Include="..\WIDESEA_DTO\WIDESEA_DTO.csproj" />
     <ProjectReference Include="..\WIDESEA_Model\WIDESEA_Model.csproj" />
   </ItemGroup>
 
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_AreaInfo.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_AreaInfo.cs"
index 1251671..37c3bbe 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_AreaInfo.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_AreaInfo.cs"
@@ -24,14 +24,14 @@
         /// 澶�  娉�:鍖哄煙缂栫爜
         /// 榛樿鍊�:
         ///</summary>
-        [SugarColumn(ColumnName="AreaCode" ) ]
+        [SugarColumn(ColumnName="AreaCode",Length =50) ]
         public string AreaCode  { get; set;  } = null!;
      
         /// <summary>
         /// 澶�  娉�:鍖哄煙鍚嶇О
         /// 榛樿鍊�:
         ///</summary>
-        [SugarColumn(ColumnName="AreaName" ) ]
+        [SugarColumn(ColumnName="AreaName",Length =50) ]
         public string? AreaName  { get; set;  } 
      
         /// <summary>
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder.cs"
index 9b877bb..6c9091f 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder.cs"
@@ -12,21 +12,37 @@
     [SugarTable("Dt_CabinOrder", "鍏ュ簱鍗曡〃")]
     public class Dt_CabinOrder:BaseEntity
     {
+        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
+        public int Id { get; set; }
 
-        [SugarColumn(ColumnName ="Id",IsPrimaryKey =true,IsIdentity =true,ColumnDescription ="涓婚敭")]
-        public  int  Id { get; set; }
-
-        [SugarColumn(ColumnName = "Order_no",IsNullable =true,Length =50,ColumnDescription ="鍏ュ簱鍗曞彿")]
+        [SugarColumn(IsNullable =true,Length =50,ColumnDescription ="鍏ュ簱鍗曞彿")]
         public  string Order_no { get; set; }
 
-        [SugarColumn(ColumnName = "Order_type", IsNullable = true, Length = 3, ColumnDescription = "鍏ュ簱绫诲瀷锛�1姝e父/3閫�璐�")]
+
+        [SugarColumn(IsNullable = true, Length = 3, ColumnDescription = "鍏ュ簱绫诲瀷锛�1姝e父/3閫�璐�")]
         public string Order_type { get; set; }
 
-        [SugarColumn(ColumnName = "Supplier_no", IsNullable = true, Length = 50, ColumnDescription = "渚涘簲鍟嗕唬鐮�")]
+        
+
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "渚涘簲鍟嗕唬鐮�")]
         public string Supplier_no { get; set; }
 
-        [SugarColumn(ColumnName = "Account_tiem", IsNullable = true, ColumnDescription = "鍏ュ簱璁拌处鏃堕棿")]
-        public DateTime Account_tiem { get; set; }
+        [SugarColumn(IsNullable = true, ColumnDescription = "鍏ュ簱璁拌处鏃堕棿")]
+        public DateTime?Account_tiem { get; set; }
+
+        /// <summary>
+        /// 涓嬫父鐘舵�� 鏂板缓锛屽紑濮嬶紝宸插畬鎴�
+        /// 涓嬫父涓嬪彂锛堟柊寤猴級
+        /// 璇︽儏寮�濮嬶紙寮�濮嬶級
+        /// 璇︽儏鍏ㄩ儴瀹屾垚锛堝凡瀹屾垚锛屼笂浼犵粰涓婃父绯荤粺锛岀Щ鍏ュ巻鍙茶〃鍒犻櫎淇℃伅锛�
+        /// </summary>
+        [SugarColumn(ColumnName = "OdrderStatus",IsNullable = true,Length =50, ColumnDescription = "琛ㄥご鐘舵��")]
+        public string OdrderStatus { get; set; }
+
+        //涓婃父瀹屾垚鐘舵�侊細鏈畬鎴愶紝閮ㄥ垎瀹屾垚锛屽凡瀹屾垚   
+        //[SugarColumn(ColumnName = "UpOrderStatus", IsNullable = true, Length = 50, ColumnDescription = "缁欎笂娓哥姸鎬�")]
+        //public string UpOrderStatus { get; set; }
+
 
         //涓嬮潰鏄惁闇�瑕佽繖浜涘瓧娈碉紵
         //浼樺厛绾� priority
@@ -39,6 +55,9 @@
         //[SugarColumn(ColumnName = "Iscancel", IsNullable = true, ColumnDescription = "鏄惁鍙栨秷(1鏄�0鍚�)")]
         //public int Iscancel { get; set; }
 
+        [Navigate(NavigateType.OneToMany,nameof(Dt_CabinOrderDetail.OrderId))]
+        public List<Dt_CabinOrderDetail> Details { get; set; }
 
+      
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrderDetail.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrderDetail.cs"
index 1427b16..f74025f 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrderDetail.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrderDetail.cs"
@@ -25,9 +25,11 @@
         [SugarColumn(ColumnName = "Goods_no", IsNullable = true, Length = 50, ColumnDescription = "鑽搧缂栫爜")]
         public string  Goods_no { get; set; }
 
-
-        [SugarColumn(ColumnName = "Order_qty", IsNullable = true, ColumnDescription = "鍏ュ簱鏁伴噺锛岄��璐ф椂涓鸿礋鏁�")]
+        [SugarColumn(ColumnName = "Order_qty", IsNullable = true, ColumnDescription = "璁㈠崟鍏ュ簱鏁伴噺锛岄��璐ф椂涓鸿礋鏁�")]
         public decimal Order_qty { get; set; }
+
+        [SugarColumn(ColumnName = "Order_Inqty", IsNullable = true, ColumnDescription = "鍏ュ簱瀹屾垚鏁伴噺")]
+        public decimal Order_Inqty { get; set; }
 
         [SugarColumn(ColumnName = "Batch_num", IsNullable = true, Length = 50, ColumnDescription = "鎵瑰彿")]
         public string  Batch_num { get; set; }
@@ -36,14 +38,28 @@
         public  string  Exp_date { get; set; }
 
         //搴撴埧鍙�
-        [SugarColumn(ColumnName = "Warehouse_no", IsNullable = true, ColumnDescription = "搴撴埧鍙�")]
+        [SugarColumn(ColumnName = "Warehouse_no", IsNullable = true, ColumnDescription = "搴撴埧鍙�001")]
         public string Warehouse_no { get; set; }
 
         //鐩樼泩鏄庣粏--銆嬫枡绠卞彿锛屾暟閲�
         //public List<> StocktakingDetails { get; set; }
 
+
+        /// <summary>
+        /// 璁㈠崟璇︽儏鐘舵�� 鏂板缓锛屽紑濮嬶紝宸插畬鎴�
+        /// 搴撴埧鍙�+鐘舵��+锛堟柊寤猴級锛氬垽鏂槸鍚︿笅鍙戠粰wcs
+        /// 璇︽儏寮�濮嬶紙寮�濮嬶級
+        /// 璇︽儏瀹屾垚锛堝凡瀹屾垚锛岀Щ鍏ュ巻鍙茶〃鍒犻櫎淇℃伅锛�
+        /// </summary>
+        [SugarColumn(ColumnName = "OrderDetailStatus", IsNullable = true, Length = 50, ColumnDescription = "鐘舵��")]
+        public string OrderDetailStatus { get; set; }
+
         //鐘舵��
-        [SugarColumn(ColumnName = "Status", IsNullable = true, ColumnDescription = "鐘舵��")]
+        [SugarColumn(ColumnName = "Status", IsNullable = true, ColumnDescription = "鐘舵�� 鍚屾鐘舵�侊細0鏈悓姝� 1宸插悓姝� 2鏃犻渶鍚屾锛堝嵆鍚屾涓嬪彂缁檞cs锛�")]
         public int Status { get; set; }
+
+        // 瀵艰埅灞炴�э細涓�涓槑缁嗗搴斾竴涓嵂鍝佷俊鎭�
+        [Navigate(NavigateType.OneToOne, nameof(Goods_no), nameof(Dt_MedicineGoods.Goods_no))]
+        public Dt_MedicineGoods MedicineGoods { get; set; }
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrderDetail_Hty .cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrderDetail_Hty .cs"
new file mode 100644
index 0000000..5a8268e
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrderDetail_Hty .cs"
@@ -0,0 +1,63 @@
+锘縰sing SqlSugar;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using WIDESEA_Core.DB.Models;
+
+namespace WIDESEA_Model.Models
+{
+    [SugarTable("Dt_CabinOrderDetail_Hty ", "鍏ュ簱鏄庣粏鍘嗗彶琛�")]
+    public class Dt_CabinOrderDetail_Hty : BaseEntity
+    {
+        // 淇濈暀鍘熻〃鎵�鏈夊瓧娈�
+        [SugarColumn(ColumnName = "Id", ColumnDescription = "鍘熶富閿�")]
+        public int Id { get; set; }
+
+        [SugarColumn(ColumnName = "OrderId", ColumnDescription = "鍏宠仈鍏ュ簱鍗旾D")]
+        public int OrderId { get; set; }
+
+        [SugarColumn(ColumnName = "Reservoirarea", IsNullable = true, Length = 50, ColumnDescription = "搴撳尯")]
+        public string Reservoirarea { get; set; }
+
+        [SugarColumn(ColumnName = "Goods_no", IsNullable = true, Length = 50, ColumnDescription = "鑽搧缂栫爜")]
+        public string Goods_no { get; set; }
+
+        [SugarColumn(ColumnName = "Order_qty", IsNullable = true, ColumnDescription = "鍏ュ簱鏁伴噺")]
+        public decimal Order_qty { get; set; }
+
+        [SugarColumn(ColumnName = "Batch_num", IsNullable = true, Length = 50, ColumnDescription = "鎵瑰彿")]
+        public string Batch_num { get; set; }
+
+        [SugarColumn(ColumnName = "Exp_date", IsNullable = true, Length = 8, ColumnDescription = "鏍℃湡")]
+        public string Exp_date { get; set; }
+
+        [SugarColumn(ColumnName = "Warehouse_no", IsNullable = true, ColumnDescription = "搴撴埧鍙�")]
+        public string Warehouse_no { get; set; }
+        /// <summary>
+        /// 璁㈠崟璇︽儏鐘舵�� 鏂板缓锛屽紑濮嬶紝宸插畬鎴�
+        /// 搴撴埧鍙�+鐘舵��+锛堟柊寤猴級锛氬垽鏂槸鍚︿笅鍙戠粰wcs
+        /// 璇︽儏寮�濮嬶紙寮�濮嬶級
+        /// 璇︽儏瀹屾垚锛堝凡瀹屾垚锛岀Щ鍏ュ巻鍙茶〃鍒犻櫎淇℃伅锛�
+        /// </summary>
+        [SugarColumn(ColumnName = "OrderDetailStatus", IsNullable = true, Length = 50, ColumnDescription = "鐘舵��")]
+        public string OrderDetailStatus { get; set; }
+
+        //鐘舵��
+        [SugarColumn(ColumnName = "Status", IsNullable = true, ColumnDescription = "鐘舵�� 鍚屾鐘舵�侊細0鏈悓姝� 1宸插悓姝� 2鏃犻渶鍚屾锛堝嵆鍚屾涓嬪彂缁檞cs锛�")]
+        public int Status { get; set; }
+
+        // 鏂板鍘嗗彶琛ㄤ笓鐢ㄥ瓧娈�
+        [SugarColumn(ColumnName = "HistoryId", IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "鍘嗗彶璁板綍涓婚敭")]
+        public long HistoryId { get; set; }
+
+        [SugarColumn(ColumnName = "OperationType", ColumnDescription = "鎿嶄綔绫诲瀷锛�1鏂板 2淇敼 3鍒犻櫎")]
+        public int OperationType { get; set; }
+
+        [SugarColumn(ColumnName = "OperationTime", ColumnDescription = "鎿嶄綔鏃堕棿")]
+        public DateTime? OperationTime { get; set; }
+
+
+    }
+}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder_Hty.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder_Hty.cs"
new file mode 100644
index 0000000..12295b7
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_CabinOrder_Hty.cs"
@@ -0,0 +1,68 @@
+锘縰sing SqlSugar;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using WIDESEA_Core.DB.Models;
+
+namespace WIDESEA_Model.Models
+{
+
+    [SugarTable("Dt_CabinOrder", "鍏ュ簱鍗曡〃鍘嗗彶琛�")]
+    public class Dt_CabinOrder_Hty : BaseEntity
+    {
+
+        [SugarColumn(ColumnName = "HistoryId", IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "鍘嗗彶璁板綍涓婚敭")]
+        public int HistoryId { get; set; }
+
+        [SugarColumn(ColumnName = "Id", ColumnDescription = "鍘熶富閿�")]
+        public int Id { get; set; }
+
+        [SugarColumn(ColumnName = "Order_no", IsNullable = true, Length = 50, ColumnDescription = "鍏ュ簱鍗曞彿")]
+
+
+        public string Order_no { get; set; }
+
+        [SugarColumn(ColumnName = "Order_type", IsNullable = true, Length = 3, ColumnDescription = "鍏ュ簱绫诲瀷锛�1姝e父/3閫�璐�")]
+        public string Order_type { get; set; }
+
+
+
+        [SugarColumn(ColumnName = "Supplier_no", IsNullable = true, Length = 50, ColumnDescription = "渚涘簲鍟嗕唬鐮�")]
+        public string Supplier_no { get; set; }
+
+        [SugarColumn(ColumnName = "Account_tiem", IsNullable = true, ColumnDescription = "鍏ュ簱璁拌处鏃堕棿")]
+        public DateTime? Account_tiem { get; set; }
+
+        /// <summary>
+        /// 涓嬫父鐘舵�� 鏂板缓锛屽紑濮嬶紝宸插畬鎴�
+        /// 涓婃父涓嬪彂锛堟柊寤猴級
+        /// 璇︽儏寮�濮嬶紙寮�濮嬶級
+        /// 璇︽儏鍏ㄩ儴瀹屾垚锛堝凡瀹屾垚锛屼笂浼犵粰涓婃父绯荤粺锛岀Щ鍏ュ巻鍙茶〃鍒犻櫎淇℃伅锛�
+        /// </summary>
+        [SugarColumn(ColumnName = "OdrderStatus", IsNullable = true, Length = 50, ColumnDescription = "琛ㄥご鐘舵��")]
+        public string OdrderStatus { get; set; }
+
+        //涓婃父瀹屾垚鐘舵�侊細鏈畬鎴愶紝閮ㄥ垎瀹屾垚锛屽凡瀹屾垚   
+        //[SugarColumn(ColumnName = "UpOrderStatus", IsNullable = true, Length = 50, ColumnDescription = "缁欎笂娓哥姸鎬�")]
+        //public string UpOrderStatus { get; set; }
+
+
+        //涓嬮潰鏄惁闇�瑕佽繖浜涘瓧娈碉紵
+        //浼樺厛绾� priority
+        //[SugarColumn(ColumnName ="Priority",IsNullable =true,ColumnDescription ="浼樺厛绾�")]
+        //public int Priority { get; set; }
+
+
+
+        //鏄惁鍙栨秷 Iscancel
+        //[SugarColumn(ColumnName = "Iscancel", IsNullable = true, ColumnDescription = "鏄惁鍙栨秷(1鏄�0鍚�)")]
+        //public int Iscancel { get; set; }
+
+        [Navigate(NavigateType.OneToMany, nameof(Dt_CabinOrderDetail.OrderId))]
+        public List<Dt_CabinOrderDetail> Details { get; set; }
+
+
+    }
+}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Customer.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Customer.cs"
index 51db365..3a39474 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Customer.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Customer.cs"
@@ -15,10 +15,10 @@
         public int Id { get; set; }
 
         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "瀹㈡埛缂栫爜")]
-        public string User_No { get; set; }
+        public string Client_no { get; set; }
 
         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "瀹㈡埛鍚嶇О")]
-        public string User_name { get; set; } 
+        public string Client_name { get; set; } 
 
         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鐢佃瘽")]
         public string Telephone { get; set; }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrder.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrder.cs"
index c531175..713b6b9 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrder.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrder.cs"
@@ -20,12 +20,28 @@
         [SugarColumn(ColumnName = "Out_type", IsNullable = true, Length = 3, ColumnDescription = "鍑哄簱鍗曠被鍨�")]
         public string  Out_type { get; set; }
 
-        [SugarColumn(ColumnName = "Client_no", IsNullable = true, Length = 3, ColumnDescription = "瀹㈡埛浠g爜")]
+        [SugarColumn(ColumnName = "Client_no", IsNullable = true, Length = 50, ColumnDescription = "瀹㈡埛浠g爜")]
         public string Client_no { get; set; }
 
 
+
+
         [SugarColumn(ColumnName = "Account_time", IsNullable = true, ColumnDescription = "鍑哄簱璁拌处鏃堕棿")]
-        public DateTime Account_time { get; set; }
+        public DateTime?Account_time { get; set; }
+
+        /// <summary>
+        /// 琛ㄥご鐘舵�侊細鏂板缓锛屽紑濮嬶紝宸插畬鎴� //璇︽儏琛ㄥ叏閮ㄧ姸鎬佷负鍏ㄩ儴锛屽湪灏嗙姸鎬佹敼鎴愬畬鎴愬悗鎵嶄細涓婁紶缁欎笂娓哥郴缁�
+        /// </summary>
+        [SugarColumn(ColumnName = "OutStatus", IsNullable = true, ColumnDescription = "鐘舵�侊紝" )]
+        public string OutStatus { get; set; }
+
+        ///// <summary>
+        ///// 涓婃父琛ㄥご鐘舵�侊細鏈畬鎴愶紝閮ㄥ垎瀹屾垚锛屽凡瀹屾垚
+        ///// </summary>
+        //[SugarColumn(ColumnName = "UpOutStatus", IsNullable = true, ColumnDescription = "缁欎笂娓稿叆搴撶姸鎬侊紝")]
+        //public string UpOutStatus { get; set; }
+
+
 
         //鏄惁闇�瑕佷笅闈㈢殑瀛楁
         //浼樺厛绾� priority
@@ -38,6 +54,7 @@
         ////鏄惁鍙栨秷 Iscancel
         //[SugarColumn(ColumnName = "Iscancel", IsNullable = true, ColumnDescription = "鏄惁鍙栨秷")]
         //public int Iscancel { get; set; }
-
+        [Navigate(NavigateType.OneToMany, nameof(Dt_DeliveryOrderDetail.DeliveryOrderId))]
+        public List<Dt_DeliveryOrderDetail> Details { get; set; }
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrderDetail.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrderDetail.cs"
index cecf16b..c7274b8 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrderDetail.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrderDetail.cs"
@@ -34,23 +34,33 @@
         [SugarColumn(ColumnName = "Exp_date", IsNullable = true, Length = 8, ColumnDescription = "鏍℃湡(yyyymmmdd)")]
         public  string  Exp_date { get; set; }
 
+        //搴撴埧鍙�
+        [SugarColumn(ColumnName = "Warehouse_no", IsNullable = true, ColumnDescription = "搴撴埧鍙�")]
+        public string Warehouse_no { get; set; }
+
+
+        /// <summary>
+        /// 璁㈠崟璇︽儏鐘舵�� 鏂板缓锛屽紑濮嬶紝宸插畬鎴�
+        /// 搴撴埧鍙�+鐘舵��+锛堟柊寤猴級锛氬垽鏂槸鍚︿笅鍙戠粰wcs
+        /// 璇︽儏寮�濮嬶紙寮�濮嬶級
+        /// 璇︽儏瀹屾垚锛堝凡瀹屾垚锛岀Щ鍏ュ巻鍙茶〃鍒犻櫎淇℃伅锛�
+        /// </summary>
+        [SugarColumn(ColumnName = "OotDetailStatus", IsNullable = true, Length = 50, ColumnDescription = "鐘舵��")]
+        public string OotDetailStatus { get; set; }
+
+
+        [SugarColumn(ColumnName = "Status",IsNullable =true, ColumnDescription = "涓嬫父鐘舵�侊紝鍚屾鐘舵�侊細0鏈悓姝ワ紝1宸插悓姝ワ紙鍚屾鍙戠粰wcs锛�")]
+        public int Status { get; set; }
+
+        // 瀵艰埅灞炴�э細涓�涓槑缁嗗搴斾竴涓嵂鍝佷俊鎭�
+        [Navigate(NavigateType.OneToOne, nameof(Goods_no), nameof(Dt_MedicineGoods.Goods_no))]
+        public Dt_MedicineGoods MedicineGoods { get; set; }
+
         //鏄惁闇�瑕佷笅闈㈢殑瀛楁
         //sku鍚嶇О productName
         //sku瑙勬牸 ProductSpecifications
         //鏁伴噺 quantity 
         //鐩樹簭鏄庣粏 StocktakingDetails 
-        //sku鍚嶇О
-        [SugarColumn(ColumnName = "ProductName", IsNullable = true, ColumnDescription = "sku鍚嶇О")]
-        public string ProductName { get; set; }
-
-        //sku瑙勬牸
-        [SugarColumn(ColumnName = "ProductSpecifications", IsNullable = true, ColumnDescription = "sku瑙勬牸")]
-        public string ProductSpecifications { get; set; }
-
-        //鐩堜簭鏄庣粏
-        //StoktakingDetails
-
-
 
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_ErrorLog.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_ErrorLog.cs"
index 7936477..b4f0b5e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_ErrorLog.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_ErrorLog.cs"
@@ -8,24 +8,24 @@
 
 //namespace WIDESEA_Model.Models.SquareCabin
 //{
-//    [SugarTable("ErrorLog1","鏃ュ織鎶ラ敊琛紝瀹屾垚涓�涓帴鍙f姤閿欑殑鏃跺�欙紝瀹炴椂缁欎笉闇�瑕佸缓琛�")]
-//    public class Dt_ErrorLog:BaseEntity
+//    [SugarTable("ErrorLog1", "鏃ュ織鎶ラ敊琛紝瀹屾垚涓�涓帴鍙f姤閿欑殑鏃跺�欙紝瀹炴椂缁欎笉闇�瑕佸缓琛�")]
+//    public class Dt_ErrorLog : BaseEntity
 //    {
 //        [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
 //        public int Id { get; set; }
 
 //        [SugarColumn(IsNullable = true, Length = 2, ColumnDescription = "涓氬姟绫诲瀷(1鍏ュ簱鍗�,2鍏ュ簱瀹屾垚,3鍑哄簱鍗�,4鍑哄簱瀹屾垚,5鑽搧鍩虹,6渚涘簲鍟�,7瀹㈡埛,8搴撳瓨鏌ヨ)")]
-//        public string  Type { get; set; }
+//        public string Type { get; set; }
 
 //        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鍏抽敭缂栫爜/鍗曞彿锛岃褰曟帴鍙e叧閿瓧娈�")]
-//        public string Code { get; set; } 
+//        public string Code { get; set; }
 
-//        [SugarColumn(IsNullable =true,Length =200,ColumnDescription = "寮傚父淇℃伅")]
-//        public string Message { get; set; } 
+//        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "寮傚父淇℃伅")]
+//        public string Message { get; set; }
 
 //        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "澶囨敞")]
 //        public string Remark { get; set; }
 
-     
+
 //    }
 //}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Inventory.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Inventory.cs"
index bee6441..b7260aa 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Inventory.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Inventory.cs"
@@ -32,7 +32,7 @@
         public decimal Actual_qty { get; set; }
 
         //鍔犱釜鏁堟湡
-        [SugarColumn(ColumnName = "Goods_no", IsNullable = true, Length = 8, ColumnDescription = "鏍℃湡(yyyymmmdd)")]
+        [SugarColumn(ColumnName = "Exp_date", IsNullable = true, Length = 8, ColumnDescription = "鏍℃湡(yyyymmmdd)")]
         public string Exp_date { get; set; }
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_MedicineGoods.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_MedicineGoods.cs"
index 7fe04ba..1d326ac 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_MedicineGoods.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_MedicineGoods.cs"
@@ -21,6 +21,10 @@
         [SugarColumn(ColumnName = "Goods_tym", IsNullable = true, Length = 50, ColumnDescription = "鑽搧閫氱敤鍚�")]
         public string Goods_tym { get; set; }
 
+
+
+
+
         [SugarColumn(ColumnName = "Goods_spm", IsNullable = true, Length = 50, ColumnDescription = "鑽搧鍚嶇О")]
         public  string Goods_spm { get; set; }
 
@@ -58,5 +62,9 @@
         public string Remark { get; set; }
 
 
+        [SugarColumn(ColumnName = "GoodStatus", IsNullable = true, Length = 50, ColumnDescription = "鑽搧鐘舵�侊紝鏄惁涓嬪彂缁檞cs锛屾湭涓嬪彂锛屼笅鍙戝畬鎴�")]
+        public string  GoodStatus { get; set; }
+
+
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinRepository/CabinOrderDetailHtyRepository.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinRepository/CabinOrderDetailHtyRepository.cs"
new file mode 100644
index 0000000..af07017
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinRepository/CabinOrderDetailHtyRepository.cs"
@@ -0,0 +1,18 @@
+锘�//using System;
+//using System.Collections.Generic;
+//using System.Linq;
+//using System.Text;
+//using System.Threading.Tasks;
+//using WIDESEA_Core.BaseRepository;
+//using WIDESEA_ISquareCabinRepository;
+//using WIDESEA_Model.Models;
+
+//namespace WIDESEA_SquareCabinRepository
+//{
+//    public class CabinOrderDetailHtyRepository : RepositoryBase<Dt_CabinOrderDetail_Hty>, ICabinOrderDetailHtyRepository
+//    {
+//        public CabinOrderDetailHtyRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage)
+//        {
+//        }
+//    }
+//}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/CabinOrderDetailHtyServices.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/CabinOrderDetailHtyServices.cs"
new file mode 100644
index 0000000..1f5550f
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/CabinOrderDetailHtyServices.cs"
@@ -0,0 +1,20 @@
+锘�//using System;
+//using System.Collections.Generic;
+//using System.Linq;
+//using System.Text;
+//using System.Threading.Tasks;
+//using WIDESEA_Core.BaseServices;
+//using WIDESEA_ISquareCabinRepository;
+//using WIDESEA_ISquareCabinServices;
+//using WIDESEA_Model.Models;
+//using WIDESEA_SquareCabinRepository;
+
+//namespace WIDESEA_SquareCabinServices
+//{
+//    public class CabinOrderDetailHtyServices : ServiceBase<Dt_CabinOrderDetail_Hty, ICabinOrderDetailHtyRepository>, ICabinOrderDetailHtyServices
+//    {
+//        public CabinOrderDetailHtyServices(ICabinOrderDetailHtyRepository BaseDal) : base(BaseDal)
+//        {
+//        }
+//    }
+//}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/CabinOrderServices.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/CabinOrderServices.cs"
index 6f6940f..74bb6a5 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/CabinOrderServices.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/CabinOrderServices.cs"
@@ -6,15 +6,18 @@
 using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
+using WIDESEA_Common.FangCang;
 using WIDESEA_Core;
 using WIDESEA_Core.BaseServices;
 using WIDESEA_Core.Helper;
+using WIDESEA_DTO.SquareCabin;
 using WIDESEA_ISquareCabinRepository;
 using WIDESEA_ISquareCabinServices;
 using WIDESEA_Model.Models;
 using WIDESEA_SquareCabinRepository;
 using static System.Net.WebRequestMethods;
 using static WIDESEA_DTO.SquareCabin.OrderDto;
+using static WIDESEA_DTO.SquareCabin.TowcsDto;
 
 namespace WIDESEA_SquareCabinServices
 {
@@ -23,13 +26,109 @@
         public CabinOrderServices(ICabinOrderRepository BaseDal) : base(BaseDal)
         {
         }
+        static string SearchDate = "";
 
         /// <summary>
         /// 鑾峰彇涓婃父绯荤粺鐨勫叆搴撳崟
         /// </summary>
         /// <param name="searchDate"></param>
         /// <returns></returns>
-        public WebResponseContent GetUpstreamOrder(DateTime searchDate)
+        //public WebResponseContent GetUpstreamOrder(DateTime searchDate)
+        //{
+        //    var responseContent = new WebResponseContent();
+
+        //    try
+        //    {
+        //        // 璇锋眰鍦板潃
+        //        var url = "http://127.0.0.1:9090/GYZ2/95fck/inOrder";
+
+        //        //// 璇锋眰鍙傛暟
+        //        var requestData = new
+        //        {
+        //            searchDate = searchDate.ToString("yyyy-MM-dd HH:mm:ss")
+        //        };
+
+        //        // 鍙戣捣璇锋眰
+        //        var result = HttpHelper.Post(url, requestData.ToJsonString());
+
+        //        // 鍙嶅簭鍒楀寲
+        //        var response = JsonConvert.DeserializeObject<UpstreamResponse<UpstreamOrderInfo>>(result);
+
+        //        if (response.resultCode != "0")
+        //        {
+        //            // 璋冪敤寮傚父鎺ュ彛
+        //            SendErrorToUpstream(1, "", response.resultMsg ?? "涓婃父鎺ュ彛杩斿洖澶辫触", "");
+        //            return responseContent.Error(response.resultMsg ?? "涓婃父鎺ュ彛杩斿洖澶辫触");
+        //        }
+
+        //        if (response.data == null || !response.data.Any())
+        //        {
+        //            return responseContent.OK("鏃犳柊鍏ュ簱鍗曟暟鎹�");
+        //        }
+
+        //        Db.Ado.BeginTran();
+        //        List<Dt_CabinOrder> _CabinOrders = new List<Dt_CabinOrder>();
+        //        foreach (var order in response.data)
+        //        {
+        //            try
+        //            {
+        //                // 鎻掑叆鍏ュ簱鍗曡〃
+        //                var entityOrder = new Dt_CabinOrder
+        //                {
+
+        //                    Order_no = order.order_no,
+        //                    Order_type = order.order_type,
+        //                    Supplier_no = order.supplier_no,
+        //                    Account_tiem = order.account_time,
+        //                    OdrderStatus = "鏂板缓",
+        //                };
+        //                //var orderId = Db.Insertable(entityOrder).ExecuteReturnIdentity(); //灏辨槸杩斿洖涓婚敭ID銆�
+
+        //                // 鎻掑叆鍏ュ簱鏄庣粏琛�
+        //                var detailEntities = order.details.Select(d => new Dt_CabinOrderDetail
+        //                {
+        //                    //OrderId= orderId,
+        //                    Goods_no = d.goods_no,
+        //                    Order_qty = d.order_qty,
+        //                    Batch_num = d.batch_num,
+        //                    Exp_date = d.exp_date,
+        //                    Warehouse_no = d.warehouse_no,
+        //                    Status = 0,
+        //                }).ToList();
+        //                entityOrder.Details.AddRange(detailEntities); //寤虹珛涓诲璞′笌瀛愬璞$殑鍏宠仈鍏崇郴
+        //                _CabinOrders.Add(entityOrder);
+
+        //                //鑷繁
+        //                /// Db.Insertable(detailEntities).ExecuteCommand();
+
+        //                //杩欓噷瑕佽皟鐢ㄤ竴涓帴鍙e皢涓婇潰鐨勪俊鎭紶缁檞cs锛岀劧鍚庢敼鍙樼姸鎬�
+        //            }
+        //            catch (Exception innerEx)
+        //            {
+        //                // 閽堝鏌愭潯璁㈠崟鎶ラ敊鏃讹紝鎺ㄩ�佸紓甯哥粰涓婃父
+        //                SendErrorToUpstream(1, order.order_no, innerEx.Message, "");
+        //                throw; // 鎶涘嚭寮傚父锛岃澶栧眰鎹曡幏鍥炴粴
+        //            }
+        //        }
+        //        // 鎵归噺鎻掑叆锛圫qlSugar鑷姩澶勭悊涓诲閿叧绯伙級
+        //        Db.Insertable(_CabinOrders).ExecuteCommand();
+        //        Db.Ado.CommitTran();
+
+        //        //濡傛灉EdiIn瀹屾垚閭d箞灏辫皟鐢–ompleteOrder鎺ュ彛
+
+        //        return responseContent.OK("鍚屾鍏ュ簱鍗曟垚鍔�");
+        //    }
+        //    catch (Exception ex)
+        //    {
+        //        // 鍏ㄥ眬寮傚父鏃讹紝涔熸帹閫佸紓甯哥粰涓婃父
+        //        SendErrorToUpstream(1, "", ex.Message, "");
+        //        Db.Ado.RollbackTran();
+        //        return responseContent.Error("鍚屾澶辫触: " + ex.Message);
+        //    }
+        //}
+
+
+        public WebResponseContent GetUpstreamOrder()
         {
             var responseContent = new WebResponseContent();
 
@@ -37,17 +136,16 @@
             {
                 // 璇锋眰鍦板潃
                 var url = "http://127.0.0.1:9090/GYZ2/95fck/inOrder";
-
-                // 璇锋眰鍙傛暟
+                if (string.IsNullOrEmpty(SearchDate)) SearchDate = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
+                //// 璇锋眰鍙傛暟
                 var requestData = new
                 {
-                    searchDate = searchDate.ToString("yyyy-MM-dd HH:mm:ss")
+                    searchDate = SearchDate
                 };
-
+                SearchDate = DateTime.Now.AddDays(-1).ToString("yyyy-MM-dd HH:mm:ss");
                 // 鍙戣捣璇锋眰
                 var result = HttpHelper.Post(url, requestData.ToJsonString());
 
-          
                 // 鍙嶅簭鍒楀寲
                 var response = JsonConvert.DeserializeObject<UpstreamResponse<UpstreamOrderInfo>>(result);
 
@@ -64,56 +162,189 @@
                 }
 
                 Db.Ado.BeginTran();
-
-                foreach (var order in response.data)
+                try
                 {
-                    try
+                    List<Dt_CabinOrder> _CabinOrders = new List<Dt_CabinOrder>();
+                    //瀛樺偍鍏ュ簱鍗曞彿
+                    List<string> orderNos = new List<string>();
+
+                    foreach (var order in response.data)
                     {
-                        // 鎻掑叆鍏ュ簱鍗曡〃
                         var entityOrder = new Dt_CabinOrder
                         {
                             Order_no = order.order_no,
                             Order_type = order.order_type,
                             Supplier_no = order.supplier_no,
-                            Account_tiem= order.account_time,
+                            Account_tiem = order.account_time,
+                            OdrderStatus = "鏂板缓",
+                            Details = order.details.Select(d => new Dt_CabinOrderDetail
+                            {
+                                Goods_no = d.goods_no,
+                                Order_qty = d.order_qty,
+                                Batch_num = d.batch_num,
+                                Exp_date = d.exp_date,
+                                Warehouse_no = d.warehouse_no,
+                                OrderDetailStatus="鏂板缓",
+                                Status = d.warehouse_no== "001" ? 0 : 2, //濡傛灉鏄�001鎴块偅涔堝氨鏄湭鍚屾鐘舵�侊紝濡傛灉涓嶆槸001鎴块偅涔堝氨鏄棤闇�鍚屾鐘舵��
+                            }).ToList()
                         };
+                        _CabinOrders.Add(entityOrder);
+                        orderNos.Add(order.order_no);
+                    };
+                    BaseDal.Db.InsertNav(_CabinOrders).Include(x => x.Details).ExecuteCommand();
 
-                        var orderId = Db.Insertable(entityOrder).ExecuteReturnIdentity(); //灏辨槸杩斿洖涓婚敭ID銆�
-
-                        // 鎻掑叆鍏ュ簱鏄庣粏琛�
-                        var detailEntities = order.details.Select(d => new Dt_CabinOrderDetail
-                        {
-                            OrderId = orderId,
-                            Goods_no = d.goods_no,
-                            Order_qty = d.order_qty,
-                            Batch_num = d.batch_num,
-                            Exp_date = d.exp_date,
-                            Warehouse_no = d.warehouse_no,
-                            Status = 0,
-                        }).ToList();
-
-                        Db.Insertable(detailEntities).ExecuteCommand();
-                    }
-                    catch (Exception innerEx)
+                    //鍦ㄤ笅鍙戠粰wcs 
+                  var reslut=  EdiIn(); //鍙戠粰涓嬫父
+                                        //濡傛灉杩欎釜鏂规硶鎴愬姛浜嗭紝閭d箞灏辫皟鐢–ompleteOrder鎺ュ彛锛岀劧鍚庢敼鍙�
+                    if (reslut.Status==true)
                     {
-                        // 閽堝鏌愭潯璁㈠崟鎶ラ敊鏃讹紝鎺ㄩ�佸紓甯哥粰涓婃父
-                        SendErrorToUpstream(1, order.order_no, innerEx.Message, "");
-                        throw; // 鎶涘嚭寮傚父锛岃澶栧眰鎹曡幏鍥炴粴
+                        //濡傛灉EdiIn瀹屾垚閭d箞灏辫皟鐢–ompleteOrder鎺ュ彛锛屽皢鐘舵�佹敼涓篣pOrderStatus == "宸插畬鎴�
+                        foreach (var no in orderNos)
+                        {
+                            //CompleteOrder(no); // 浣跨敤鏀堕泦鐨勫崟鍙�
+
+                            //Db.Updateable<Dt_CabinOrder>()
+                            //  .SetColumns(o => o.UpOrderStatus == "宸插畬鎴�") // 鏇存柊涓婃父鐘舵��
+                            //  .Where(o => o.Order_no == no && o.OdrderStatus == "宸插畬鎴�")
+                            //  .ExecuteCommand();
+                        }
                     }
+                    Db.Ado.CommitTran();
+                    return responseContent.OK("鍚屾鍏ュ簱鍗曟垚鍔�");
                 }
-
-                Db.Ado.CommitTran();
-
-                return responseContent.OK("鍚屾鍏ュ簱鍗曟垚鍔�");
+                catch (Exception ex)
+                {
+                    Db.Ado.RollbackTran();
+                    SendErrorToUpstream(1, "", ex.Message, "");
+                    return responseContent.Error("鍚屾澶辫触: " + ex.Message);
+                }
             }
             catch (Exception ex)
             {
                 // 鍏ㄥ眬寮傚父鏃讹紝涔熸帹閫佸紓甯哥粰涓婃父
                 SendErrorToUpstream(1, "", ex.Message, "");
-                Db.Ado.RollbackTran();
                 return responseContent.Error("鍚屾澶辫触: " + ex.Message);
             }
         }
+
+        /// <summary>
+        /// 浼犵粰wcs
+        /// </summary>
+        public WebResponseContent EdiIn()
+        {
+            try
+            {
+                // 1. 鍏堟壘鍑鸿嚦灏戞湁涓�鏉$鍚堟潯浠剁殑鏄庣粏瀵瑰簲鐨勮鍗旾D
+                //var validOrderIds = Db.Queryable<Dt_CabinOrderDetail>()
+                //    .Where(d => d.Status == 0 || d.Status == 2)
+                //    .Select(d => d.OrderId)
+                //    .Distinct()
+                //    .ToList();
+
+                // 2. 鏌ヨ绗﹀悎鏉′欢鐨勮鍗曪紙琛ㄥご=鏂板缓 && 鍖呭惈鏈夋晥鏄庣粏锛�
+                var orders = BaseDal.Db.Queryable<Dt_CabinOrder>()
+                    .Where(o => o.OdrderStatus == "鏂板缓")
+                    .Includes(o => o.Details, d => d.MedicineGoods)
+                    .ToList();
+                // 3. 鍐嶈繃婊ゆ帀涓嶇鍚堟潯浠剁殑鏄庣粏锛堝彧淇濈暀 Status=0锛�
+                foreach (var order in orders)
+                {
+                    order.Details = order.Details.Where(d => d.Status == 0).ToList();
+                }
+
+                if (orders == null || !orders.Any())
+                {
+                    Console.WriteLine("娌℃湁绗﹀悎鏉′欢鐨勮鍗曢渶瑕佹帹閫�");
+                    return WebResponseContent.Instance.Error("娌℃湁绗﹀悎鏉′欢鐨勮鍗曢渶瑕佹帹閫�");
+                }
+
+                // 4. 閬嶅巻璁㈠崟锛岀粍瑁� DTO 骞舵帹閫�
+                foreach (var order in orders)
+                {
+                    var ediDto = new ToediInInfo
+                    {
+                        //瀹㈡埛浠g爜
+                        customerCode = "905",
+                        //鐗╂枡绫诲瀷
+                        materialCode = "YY",
+                        //鍏ュ簱鍗曞彿
+                        externalOrderNo = order.Order_no,
+                        //鍏ュ簱鍗曠被鍨�
+                        inOrderType = order.Order_type == "1" ? "10" : "20",
+                        //浼樺厛绾�
+                        priority = 0,
+                        //鏄惁鍙栨秷
+                        Is_cancel = 0,
+                        details = order.Details.Select(d => new ToediInDetail
+                        {
+                            //鎵瑰彿
+                            batchNo = d.Batch_num,
+                            //浜у搧
+                            productCode = d.Goods_no,
+                            //sku鍚嶇О
+                            productName = d.MedicineGoods?.Goods_spm,
+                            //sku瑙勬牸
+                            productSpecifications = d.MedicineGoods?.Model,
+                            //鏁伴噺
+                            quantity = (int)d.Order_qty,
+                            //鏁堟湡
+                            validityPeriod = d.Exp_date,
+                            //鐢熶骇鍘傚
+                            manufacturer = d.MedicineGoods?.Factory,
+                            //鎴垮彿
+                            libraryNo = d.Warehouse_no,
+                            //鐩樼泩鍏ュ簱
+                            //stocktakingDetails = new List<ToediInStock>()
+                            //stocktakingDetails = new List<ToediInStock>()
+                            //{
+                            //    new ToediInStock
+                            //    {
+                            //         //鏂欑鍙�
+                            //        palletCode = "PDA001", 
+                            //        //鏁伴噺
+                            //        quantity = d.Order_qty.ToString()
+                            //    }
+                            // }
+                        }).ToList()
+                    };
+
+                    var url = "http://172.16.1.2:9357/file-admin/api/in/ediIn";
+                    var result = HttpHelper.Post(url, ediDto.ToJsonString());
+                    var resp = JsonConvert.DeserializeObject<TowcsResponse<object>>(result);
+
+                    if (resp != null && resp.code == "0")
+                    {
+                        // 鏇存柊琛ㄥご鐘舵��
+                        Db.Updateable<Dt_CabinOrder>()
+                          .SetColumns(o => new Dt_CabinOrder { OdrderStatus = "寮�濮�" })
+                          .Where(o => o.Id == order.Id)
+                          .ExecuteCommand();
+
+                        // 鏇存柊鏄庣粏鐘舵�佷负宸插悓姝�
+                        Db.Updateable<Dt_CabinOrderDetail>()
+                          .SetColumns(d => new Dt_CabinOrderDetail { Status = 1, OrderDetailStatus = "宸插畬鎴�" })
+                          .Where(d => d.OrderId == order.Id && d.Status == 0)
+                          .ExecuteCommand();
+
+                        Console.WriteLine($"璁㈠崟 {order.Order_no} 鎺ㄩ�佹垚鍔�");
+                    }
+                    else
+                    {
+                        SendErrorToUpstream(3, order.Order_no, resp?.msg ?? "WCS 鎺ㄩ�佸け璐�", "");
+                        Console.WriteLine($"璁㈠崟 {order.Order_no} 鎺ㄩ�佸け璐ワ細{resp?.msg}");
+                        return new WebResponseContent { Status = false, Message = "璁㈠崟鎺ㄩ�佸け璐�" };
+                    }
+                }
+                return new WebResponseContent { Status = true, Message = "鎺ㄩ�佹垚鍔�" };
+            }
+            catch (Exception ex)
+            {
+                Console.WriteLine("EdiIn 寮傚父锛�" + ex.Message);
+                return new WebResponseContent { Status = false, Message = ex.Message };
+            }
+        }
+
+
 
         /// <summary>
         /// 鍏ュ簱鎶ュ畬鎴愭帴鍙�
@@ -129,24 +360,54 @@
                 {
                     return responseContent.Error("鍏ュ簱鍗曞彿涓嶅彲浠ヤ负绌�");
                 }
-                var url = " http://127.0.0.1:9090/GYZ2/95fck/inOrderOk";
-                var reslut=HttpHelper.Post(url, new {order_no }.ToJsonString());
-                var response = JsonConvert.DeserializeObject<UpstreamOrderResponse>(reslut);
+
+                var url = "http://127.0.0.1:9090/GYZ2/95fck/inOrderOk";
+                var result = HttpHelper.Post(url, new { order_no }.ToJsonString());
+                var response = JsonConvert.DeserializeObject<UpstreamOrderResponse>(result);
+
                 if (response.resultCode != "0")
                 {
                     SendErrorToUpstream(2, "", "涓婃父鎺ュ彛杩斿洖澶辫触", "");
                     return responseContent.Error(response.resultMsg ?? "涓婃父鎺ュ彛杩斿洖澶辫触");
                 }
-               return  responseContent.OK("鎿嶄綔鎴愬姛");
+
+                // 鍏堟煡琛ㄥご
+                var order = Db.Queryable<Dt_CabinOrder>()
+                              .First(o => o.Order_no == order_no);
+
+                if (order == null)
+                {
+                    return responseContent.Error($"鏈壘鍒板叆搴撳崟鍙�: {order_no}");
+                }
+
+                // 鏌ヨ鎵�鏈夋槑缁嗘槸鍚﹂兘宸插畬鎴�
+                var allDetailsCompleted = Db.Queryable<Dt_CabinOrderDetail>()
+                    .Where(d => d.OrderId == order.Id&&d.OrderDetailStatus=="宸插畬鎴�")  // 鏄庣粏琛ㄧ敤 OrderId 鍏宠仈涓昏〃
+                     .Count();
+
+                if (allDetailsCompleted>0)
+                {
+                    // 鏇存柊琛ㄥご鐘舵�佷负宸插畬鎴�
+                    Db.Updateable<Dt_CabinOrder>()
+                      .SetColumns(o => o.OdrderStatus == "宸插畬鎴�")
+                      .Where(o => o.Order_no == order_no)
+                      .ExecuteCommand();
+
+                    return responseContent.OK("鎿嶄綔鎴愬姛锛屽叆搴撳崟鍙婃槑缁嗗叏閮ㄥ畬鎴�");
+                }
+                else
+                {
+                    return responseContent.OK("鎿嶄綔鎴愬姛锛屼絾浠嶆湁鏈畬鎴愮殑鏄庣粏");
+                }
+                //鍒犻櫎鍏ㄩ儴鐘朵负宸插畬鎴愮殑鏄庣粏鍜岃〃澶达紝绉诲叆鍘嗗彶琛�
             }
-            
             catch (Exception ex)
             {
                 SendErrorToUpstream(1, "", ex.Message, "");
                 return responseContent.Error("鍚屾澶辫触: " + ex.Message);
             }
-            
         }
+
 
         /// <summary>
         /// 鎺ㄩ�佸紓甯镐俊鎭粰涓婃父绯荤粺1.鍏ュ簱鍗曟帴鍙o紱2.鍏ュ簱鍗曟姤瀹屾垚鎺ュ彛锛�3.鍑哄簱鍗曟帴鍙o紱4.鍑哄簱鎶ュ畬鎴愭帴鍙o紱5.鑽搧鍩虹淇℃伅鍚屾鎺ュ彛锛�6.渚涘簲鍟嗕俊鎭帴鍙o紱7.瀹㈡埛淇℃伅鎺ュ彛锛�8.搴撳瓨
@@ -179,5 +440,6 @@
 
       
 
+
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs"
index 559beea..a22e852 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs"
@@ -14,6 +14,8 @@
 using WIDESEA_Model.Models;
 using WIDESEA_SquareCabinRepository;
 using static WIDESEA_DTO.SquareCabin.OrderDto;
+using static WIDESEA_DTO.SquareCabin.TowcsDto;
+
 
 namespace WIDESEA_SquareCabinServices
 {
@@ -23,90 +25,191 @@
         {
         }
 
-   
 
 
+        static string SearchDate = "";
 
         /// <summary>
         /// 鑾峰彇涓婃父鍑哄簱鍗� 0鎴愬姛1澶辫触
         /// </summary>
         /// <param name="searchDate"></param>
         /// <returns></returns>
-        public WebResponseContent GetUpstreamOutOrder(DateTime searchDate)
+        public WebResponseContent GetUpstreamOutOrder()
         {
             var responseContent = new WebResponseContent();
             try
             {
-                //璇锋眰鍦板潃
-                var url = "http:/127.0.0.1:9000/GYZ2/95fck/outOrder";
-                //璇锋眰鍙傛暟
-                var requestDate = new
-                {
-                    searchDate = searchDate.ToString("yyyy-MM-dd:mm:ss")
-                };
+                // 璇锋眰鍦板潃
+                var url = "http://127.0.0.1:9000/GYZ2/95fck/outOrder";
 
-                //鍙戣捣璇锋眰
-                var reslu = HttpHelper.Post(url, requestDate.ToJsonString());
-                //鍙嶅簭鍒楀寲
-                var response = JsonConvert.DeserializeObject<UpstreamResponse<UpstramOutOrderInfo>>(reslu);
+                if (string.IsNullOrEmpty(SearchDate)) SearchDate = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
+                //// 璇锋眰鍙傛暟
+                var requestData = new
+                {
+                    searchDate = SearchDate
+                };
+                SearchDate = DateTime.Now.AddDays(-1).ToString("yyyy-MM-dd HH:mm:ss");
+                // 鍙戣捣璇锋眰
+                var result = HttpHelper.Post(url, requestData.ToJsonString());
+
+                // 鍙嶅簭鍒楀寲
+                var response = JsonConvert.DeserializeObject<UpstreamResponse<UpstramOutOrderInfo>>(result);
 
                 if (response.resultCode != "0")
                 {
-                    // 璋冪敤寮傚父鎺ュ彛
-                    SendErrorToUpstream(1, "", response.resultMsg ?? "涓婃父鎺ュ彛杩斿洖澶辫触", "");
+                    SendErrorToUpstream(3, "", response.resultMsg ?? "涓婃父鎺ュ彛杩斿洖澶辫触", "");
                     return responseContent.Error(response.resultMsg ?? "涓婃父鎺ュ彛杩斿洖澶辫触");
                 }
 
                 if (response.data == null || !response.data.Any())
                 {
-                    return responseContent.OK("鏃犳柊鍏ュ簱鍗曟暟鎹�");
+                    return responseContent.OK("鏃犳柊鍑哄簱鍗曟暟鎹�");
                 }
 
-                //寮�鍚簨鍔�
                 Db.Ado.BeginTran();
 
                 foreach (var outorder in response.data)
                 {
                     try
                     {
-                        //鎻掑叆鍑哄簱鍗�
-                        var OutOders = new Dt_DeliveryOrder
+                        // 鎻掑叆鍑哄簱鍗�
+                        var entityOrder = new Dt_DeliveryOrder
                         {
                             Out_no = outorder.out_no,
                             Out_type = outorder.out_type,
-                            Client_no=outorder.client_no,
+                            Client_no = outorder.client_no,
                             Account_time = outorder.account_time,
+                            OutStatus= "鏈畬鎴�",
                         };
-                        var outorderId = Db.Insertable(outorder).ExecuteReturnIdentity();//杩斿洖涓婚敭id
+                        var outorderId = Db.Insertable(entityOrder).ExecuteReturnIdentity();
 
-                        //鎻掑叆鍑哄簱鍗曟槑缁�
-                        var OutOrderDetails = outorder.details.Select(d => new Dt_DeliveryOrderDetail
+                        // 鎻掑叆鍑哄簱鍗曟槑缁�
+                        var detailEntities = outorder.details.Select(d => new Dt_DeliveryOrderDetail
                         {
                             DeliveryOrderId = outorderId,
                             Goods_no = d.goods_no,
                             Order_qty = d.out_qty,
                             Batch_num = d.batch_num,
-                            Exp_date = d.exp_date
+                            Exp_date = d.exp_date,
+                            OotDetailStatus="鏂板缓"
                         }).ToList();
-                        Db.Insertable(OutOrderDetails).ExecuteCommand();
+                        Db.Insertable(detailEntities).ExecuteCommand();
                     }
                     catch (Exception ex)
                     {
-
-                        // 閽堝鏌愭潯璁㈠崟鎶ラ敊鏃讹紝鎺ㄩ�佸紓甯哥粰涓婃父
                         SendErrorToUpstream(3, outorder.out_no, ex.Message, "");
-                        throw; // 鎶涘嚭寮傚父锛岃澶栧眰鎹曡幏鍥炴粴
+                        throw; // 璁╁灞傛崟鑾峰苟鍥炴粴
                     }
                 }
+
                 Db.Ado.CommitTran();
-                return responseContent.OK("鍚屾鍏ュ簱鍗曟垚鍔�");
+                return responseContent.OK("鍚屾鍑哄簱鍗曟垚鍔�");
             }
             catch (Exception ex)
             {
-                // 鍏ㄥ眬寮傚父鏃讹紝涔熸帹閫佸紓甯哥粰涓婃父
                 SendErrorToUpstream(3, "", ex.Message, "");
                 Db.Ado.RollbackTran();
                 return responseContent.Error("鍚屾澶辫触: " + ex.Message);
+            }
+        }
+
+        /// <summary>
+        /// 鍑哄簱鍗曟帹閫佺粰 WCS
+        /// </summary>
+        /// <returns></returns>
+        public WebResponseContent EdiOut()
+        {
+            var responseContent = new WebResponseContent();
+            try
+            {
+                // 1. 鏌ヨ绗﹀悎鏉′欢鐨勮鍗曪紙琛ㄥご=鏂板缓 && 鍖呭惈鏈夋晥鏄庣粏锛�
+                var outOrders = Db.Queryable<Dt_DeliveryOrder>()
+                    .Where(o => o.OutStatus == "鏂板缓")
+                    .Includes(o => o.Details, d => d.MedicineGoods)
+                    .ToList();
+
+                // 2. 鍐嶈繃婊ゆ帀涓嶇鍚堟潯浠剁殑鏄庣粏锛堝彧淇濈暀 Status=0 锛�
+                foreach (var order in outOrders)
+                {
+                    order.Details = order.Details.Where(d => d.Status == 0).ToList();
+                }
+
+                if (outOrders == null || !outOrders.Any())
+                {
+                    Console.WriteLine("娌℃湁绗﹀悎鏉′欢鐨勮鍗曢渶瑕佹帹閫�");
+                    return responseContent.Error("娌℃湁绗﹀悎鏉′欢鐨勮鍗曢渶瑕佹帹閫�");
+                }
+
+                foreach (var order in outOrders)
+                {
+                    try
+                    {
+                        // 3. 缁勮 DTO
+                        var ediDto = new TowcsDto.ToediOutInfo
+                        {
+                            customerCode = "905",
+                            materialCode = "YY",
+                            externalOrderNo = order.Out_no,
+                            outOrderType = order.Out_type == "1" ? "10" : order.Out_type == "2" ? "20" : "30",
+                            priority = 1,
+                            Is_cancel = 0,
+                            details = order.Details.Select(d => new TowcsDto.ToeOutdiInDetail
+                            {
+                                batchNo = d.Batch_num,
+                                productCode = d.Goods_no,
+                                productName = d.MedicineGoods?.Goods_spm,
+                                productSpecifications = d.MedicineGoods?.Model,
+                                quantity = (int)d.Order_qty,
+                                //stocktakingDetails = order.Out_type == "3"
+                                //    ? new List<ToOutediInStock>
+                                //      {
+                                //  new ToOutediInStock { palletCode = "FC00001", quantity = d.Order_qty.ToString() }
+                                //      }
+                                //    : null
+                            }).ToList()
+                        };
+
+                        // 4. 璋冪敤鎺ュ彛
+                        var url = "http://172.16.1.2:9357/file-admin/api/out/ediOut";
+                        var result = HttpHelper.Post(url, ediDto.ToJsonString());
+                        var resp = JsonConvert.DeserializeObject<TowcsDto.TowcsResponse<object>>(result);
+
+                        if (resp != null && resp.code == "0")
+                        {
+                            // 鏇存柊琛ㄥご鐘舵��
+                            Db.Updateable<Dt_DeliveryOrder>()
+                              .SetColumns(o => new Dt_DeliveryOrder { OutStatus = "寮�濮�" })
+                              .Where(o => o.Id == order.Id)
+                              .ExecuteCommand();
+
+                            // 鏇存柊鏄庣粏鐘舵��
+                            Db.Updateable<Dt_DeliveryOrderDetail>()
+                              .SetColumns(d => new Dt_DeliveryOrderDetail { Status = 1,OotDetailStatus="宸插畬鎴�" })
+                              .Where(d => d.DeliveryOrderId == order.Id && d.Status == 0)
+                              .ExecuteCommand();
+
+                            Console.WriteLine($"璁㈠崟 {order.Out_no} 鎺ㄩ�佹垚鍔�");
+                        }
+                        else
+                        {
+                            SendErrorToUpstream(3, order.Out_no, resp?.msg ?? "WCS 鎺ㄩ�佸け璐�", "");
+                            Console.WriteLine($"璁㈠崟 {order.Out_no} 鎺ㄩ�佸け璐ワ細{resp?.msg}");
+                        }
+                        //鍒犻櫎鍏ㄩ儴鐘朵负宸插畬鎴愮殑鏄庣粏鍜岃〃澶达紝绉诲叆鍘嗗彶琛�
+                    }
+                    catch (Exception ex)
+                    {
+                        SendErrorToUpstream(3, order.Out_no, ex.Message, "");
+                        Console.WriteLine($"璁㈠崟 {order.Out_no} 鎺ㄩ�佸紓甯革細{ex.Message}");
+                    }
+                }
+
+                return responseContent.OK("鍑哄簱璁㈠崟鎺ㄩ�佸畬鎴�");
+            }
+            catch (Exception ex)
+            {
+                Console.WriteLine("EdiOut 寮傚父锛�" + ex.Message);
+                return responseContent.Error("鍑哄簱璁㈠崟鎺ㄩ�佸け璐ワ細" + ex.Message);
             }
         }
 
@@ -133,6 +236,23 @@
                     SendErrorToUpstream(4, "", "涓婃父鎺ュ彛杩斿洖澶辫触", "");
                     return responseContent.Error(response.resultMsg ?? "涓婃父鎺ュ彛杩斿洖澶辫触");
                 }
+                //鍏堟煡澶磋〃
+                var outOerd=Db.Queryable<Dt_DeliveryOrder>()
+                    .Where(o => o.Out_no == out_no)
+                    .First();
+                if (outOerd == null)
+                {
+                    return responseContent.Error($"娌℃湁鎵惧埌璇ュ嚭搴撳崟鍙穥out_no}");
+                }
+                //鏌ユ壘鎵�鏈夋槑缁嗚〃鏄惁閮藉凡瀹屾垚
+                var incompleteDetails = Db.Queryable<Dt_DeliveryOrderDetail>()
+                    .Where(d => d.DeliveryOrderId == outOerd.Id && d.OotDetailStatus == "宸插畬鎴�")
+                    .ToList();  
+                // 鏇存柊鍑哄簱鍗曠姸鎬�
+                Db.Updateable<Dt_DeliveryOrder>()
+                  .SetColumns(o => new Dt_DeliveryOrder { OutStatus = "宸插畬鎴�" })
+                  .Where(o => o.Out_no == out_no)
+                  .ExecuteCommand();
                 return responseContent.OK("鎿嶄綔鎴愬姛");
             }
 
@@ -170,5 +290,7 @@
                 Console.WriteLine("寮傚父鎺ュ彛鎺ㄩ�佸け璐ワ細" + e.Message);
             }
         }
+
+     
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/InventoryServices.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/InventoryServices.cs"
index fdec116..0e4cb00 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/InventoryServices.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/InventoryServices.cs"
@@ -9,12 +9,14 @@
 using WIDESEA_Core;
 using WIDESEA_Core.BaseServices;
 using WIDESEA_Core.Helper;
+using WIDESEA_DTO.SquareCabin;
 using WIDESEA_ISquareCabinRepository;
 using WIDESEA_ISquareCabinServices;
 using WIDESEA_Model.Models;
 using WIDESEA_Model.Models.SquareCabin;
 using WIDESEA_SquareCabinRepository;
 using static WIDESEA_DTO.SquareCabin.OrderDto;
+using static WIDESEA_DTO.SquareCabin.TowcsDto;
 
 namespace WIDESEA_SquareCabinServices
 {
@@ -75,6 +77,97 @@
             }
         }
 
+
+        /// <summary>
+        /// wcs鍥炰紶缁欐垜 
+        /// </summary>
+        /// <param name="request"></param>
+        /// <returns></returns>
+        public ApiResponse<Dt_Inventory> OrderFeedback(EdiOrderCallbackRequest request)
+        {
+            try
+            {
+                if (request == null || request.details == null || !request.details.Any())
+                {
+                    return new ApiResponse<Dt_Inventory> { code ="500",msg = "璇锋眰鍙傛暟鏃犳晥" };
+                }
+
+                foreach (var detail in request.details)
+                {
+                    // 鍏堟煡搴撳瓨鏄惁瀛樺湪
+                    var entity = Db.Queryable<Dt_Inventory>()
+                                   .First(x => x.Goods_no == detail.productCode);
+                    //灏嗛泦鍚堜腑鐨勬暟閲忚繘琛岀疮鍔�
+                    decimal orderQty = detail.orderDetails?.Sum(x => Convert.ToDecimal(x.quantity)) ?? 0;
+                    decimal diffQty = detail.stocktakingDetails?.Sum(x => Convert.ToDecimal(x.differenceQuantity)) ?? 0;
+                    //decimal orderQty = detail.orderDetails?.Sum(x => Convert.ToDecimal(x.quantity)) ?? 0;
+                    //decimal diffQty = detail.stocktakingDetails?.Sum(x => Convert.ToDecimal(x.differenceQuantity)) ?? 0;
+
+                    if (entity == null)
+                    {
+                        // 濡傛灉涓嶅瓨鍦紝鏂板缓涓�鏉�
+                        entity = new Dt_Inventory
+                        {
+                            Goods_no = detail.productCode ?? detail.productName,
+                            Reservoirarea = "榛樿搴撳尯",
+                            Batch_num = detail.batchNo,
+                            Business_qty = 0,
+                            Actual_qty = 0
+                        };
+                    }
+
+                    switch (request.orderType)
+                    {
+                        case "1": // 鍏ュ簱
+                            entity.Business_qty += orderQty;
+                            entity.Actual_qty += orderQty;
+                            break;
+
+                        case "2": // 鍑哄簱
+                            entity.Business_qty -= orderQty;
+                            entity.Actual_qty -= orderQty;
+                            if (entity.Business_qty < 0) entity.Business_qty = 0; // 鍙�夛細闃叉璐熸暟
+                            if (entity.Actual_qty < 0) entity.Actual_qty = 0;
+                            break;
+
+                        case "3": // 鐩樼偣
+                            if (detail.stocktakingDetails != null && detail.stocktakingDetails.Any())
+                            {
+                                foreach (var stock in detail.stocktakingDetails)
+                                {
+                                    decimal diff = Convert.ToDecimal(stock.differenceQuantity);
+                                    if (stock.IsProfit == "1") // 鐩樼泩
+                                    {
+                                        entity.Actual_qty += diff;
+                                    }
+                                    else // 鐩樹簭
+                                    {
+                                        entity.Actual_qty -= diff;
+                                        if (entity.Actual_qty < 0) entity.Actual_qty = 0;
+                                    }
+                                }
+                            }
+                            break;
+                    }
+
+                    // 淇濆瓨鏁版嵁
+                    if (entity.Id == 0) // 鏂板缓
+                        Db.Insertable(entity).ExecuteCommand();
+                    else // 鏇存柊
+                        Db.Updateable(entity).ExecuteCommand();
+                }
+
+                return new ApiResponse<Dt_Inventory> {code = "0", msg = "鎴愬姛" };
+            }
+            catch (Exception ex)
+            {
+                return new ApiResponse<Dt_Inventory> { code = "500", msg = ex.Message };
+            }
+        }
+
+
+
+
         /// <summary>
         /// 鎺ㄩ�佸紓甯镐俊鎭粰涓婃父绯荤粺1.鍏ュ簱鍗曟帴鍙o紱2.鍏ュ簱鍗曟姤瀹屾垚鎺ュ彛锛�3.鍑哄簱鍗曟帴鍙o紱4.鍑哄簱鎶ュ畬鎴愭帴鍙o紱5.鑽搧鍩虹淇℃伅鍚屾鎺ュ彛锛�6.渚涘簲鍟嗕俊鎭帴鍙o紱7.瀹㈡埛淇℃伅鎺ュ彛锛�8.搴撳瓨
         /// </summary>
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/MedicineGoodsServices.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/MedicineGoodsServices.cs"
index 7ca4ca4..0519bb0 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/MedicineGoodsServices.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/MedicineGoodsServices.cs"
@@ -2,6 +2,7 @@
 using Masuit.Tools;
 using Newtonsoft.Json;
 using SharpCompress.Common;
+using SqlSugar;
 using System;
 using System.Collections.Generic;
 using System.Linq;
@@ -14,8 +15,8 @@
 using WIDESEA_ISquareCabinRepository;
 using WIDESEA_ISquareCabinServices;
 using WIDESEA_Model.Models;
-using WIDESEA_SquareCabinRepository;
 using static WIDESEA_DTO.SquareCabin.OrderDto;
+using static WIDESEA_DTO.SquareCabin.TowcsDto;
 
 namespace WIDESEA_SquareCabinServices
 {
@@ -59,26 +60,49 @@
                     return responseContent.OK("鏃犳柊鑽搧鏁版嵁");
                 }
 
-                foreach (var Medicat in response.data)
+                #region
+                //foreach (var Medicat in response.data)
+                //{
+                //    var entity = new Dt_MedicineGoods
+                //    {
+                //        Goods_no = Medicat.goods_no,
+                //        Goods_spm = Medicat.goods_spm,
+                //        Model = Medicat.model,
+                //        Factory = Medicat.factory,
+                //        Unit = Medicat.unit,
+                //        Item_Iength = Medicat.item_length,
+                //        Item_weight = Medicat.item_weight,
+                //        Item_hight = Medicat.item_hight,
+                //        Item_volumn = Medicat.item_volumn,
+                //        Storage_cond = Medicat.storage_cond,
+                //        Remark = Medicat.remark,
+                //        GoodStatus = "鏈笅鍙�",
+                //        ModifyDate = Medicat.modify_date
+                //    };
+                //    AddData(entity);
+                //}
+                #endregion
+                // 鏀堕泦鎵�鏈夎鎻掑叆鐨勫疄浣�
+                var entityList = response.data.Select(Medicat => new Dt_MedicineGoods
                 {
-                    var entity = new Dt_MedicineGoods
-                    {
-                        Goods_no = Medicat.goods_no,
-                        Goods_spm = Medicat.goods_spm,
-                        Model = Medicat.model,
-                        Factory= Medicat.factory,
-                        Unit= Medicat.unit,
-                        Item_Iength=Medicat.item_length,
-                        Item_weight = Medicat.item_weight,
-                        Item_hight = Medicat.item_hight,
-                        Item_volumn = Medicat.item_volumn,
-                        Storage_cond=Medicat.storage_cond,
-                        Remark=Medicat.remark,
+                    Goods_no = Medicat.goods_no,
+                    Goods_spm = Medicat.goods_spm,
+                    Model = Medicat.model,
+                    Factory = Medicat.factory,
+                    Unit = Medicat.unit,
+                    Item_Iength = Medicat.item_length,
+                    Item_weight = Medicat.item_weight,
+                    Item_hight = Medicat.item_hight,
+                    Item_volumn = Medicat.item_volumn,
+                    Storage_cond = Medicat.storage_cond,
+                    Remark = Medicat.remark,
+                    GoodStatus = "鏈笅鍙�",
+                    ModifyDate = Medicat.modify_date
+                }).ToList();
+                // 涓�娆℃�ф壒閲忔彃鍏ユ暟鎹簱
+                Db.Insertable(entityList).ExecuteCommand();
 
-                        ModifyDate = Medicat.modify_date
-                    };
-                    AddData(entity);
-                }
+                ProductSynchronous();
                 return responseContent.OK("鍚屾鎴愬姛");
             }
             
@@ -88,6 +112,85 @@
                 return responseContent.Error(ex.Message);
             }
         }
+
+
+        /// <summary>
+        /// 鍙戠粰涓嬫父wcs鍚屾鑽搧淇℃伅
+        /// </summary>
+        /// <returns></returns>
+        public WebResponseContent ProductSynchronous()
+        {
+            try
+            {
+                //鍏堟壘鍒版墍鏈夋湭涓嬪彂鐨勮嵂鍝�
+                var list = BaseDal.QueryData(x => x.GoodStatus == "鏈笅鍙�").ToList();
+                if (list == null || !list.Any())
+                {
+                    return new WebResponseContent().OK("鏃犳湭涓嬪彂鑽搧");
+                }
+                //鎵惧埌浜嗗氨灏嗘暣涓猯ist鍙戠粰涓嬫父绯荤粺
+                foreach (var item in list)
+                {
+                    var medicineDTO = new ProductInfo
+                    {
+                        //鐢ㄦ埛code
+                        customerCode = "905",
+                        //鐗╂枡绫诲瀷
+                        materialCode = "YY",
+                        //浜у搧缂栫爜
+                        productCode= item.Goods_no,
+                        //浜у搧鍚�
+                        productName =item.Goods_spm ,
+                        //浜у搧鏉$爜
+                        productBarCode= item.Goods_no,
+
+                        //瑙勬牸
+                        productSpecifications=item.Model,
+                        //鍗曚綅
+                        unit = item.Unit,
+                        //闀�
+                        singleProductLongNum = item.Item_Iength.ToString(),
+                        //瀹�
+                        singleProductWideNum = item.Item_weight.ToString(),
+                        //楂�
+                        singleProductHighNum = item.Item_hight.ToString(),
+                        //閲嶉噺
+                        singleProductWeight = item.Item_weight.ToString(),
+                        //浣撶Н
+                        singleProductVolume = item.Item_volumn.ToString(),
+                        //鏄惁鍙栨秷
+                        Is_delete = "0"
+                    };
+                    var url = "http://172.16.1.2:9357/file-admin/api/product/productSynchronous";
+                    var result = HttpHelper.Post(url, medicineDTO.ToJsonString());
+                    var resp = JsonConvert.DeserializeObject<TowcsResponse<object>>(result);
+
+                    if (resp!=null&&resp.code=="0")
+                    {
+                        //鏇存柊鑽搧鐘舵��-宸插畬鎴�
+                      Db.Updateable<Dt_MedicineGoods>()
+                            .SetColumns(x => x.GoodStatus == "涓嬪彂瀹屾垚")
+                            .Where(x => x.Goods_no == item.Goods_no)
+                            .ExecuteCommand();  
+                    }
+                    else
+                    {
+                        SendErrorToUpstream(5, medicineDTO.materialCode, resp?.msg ?? "WCS鑽搧淇℃伅鍚屾澶辫触", "");
+                      
+                        return new WebResponseContent { Status = false, Message = "璁㈠崟鎺ㄩ�佸け璐�" };
+                    }
+
+                }
+                return new WebResponseContent { Status = true, Message = "鎴愬姛" };
+            }
+            catch (Exception ex)
+            {
+                return new WebResponseContent { Status = false, Message = ex.Message };
+            }
+
+        }
+
+
 
         /// <summary>
         /// 鎺ㄩ�佸紓甯镐俊鎭粰涓婃父绯荤粺1.鍏ュ簱鍗曟帴鍙o紱2.鍏ュ簱鍗曟姤瀹屾垚鎺ュ彛锛�3.鍑哄簱鍗曟帴鍙o紱4.鍑哄簱鎶ュ畬鎴愭帴鍙o紱5.鑽搧鍩虹淇℃伅鍚屾鎺ュ彛锛�6.渚涘簲鍟嗕俊鎭帴鍙o紱7.瀹㈡埛淇℃伅鎺ュ彛锛�8.搴撳瓨
@@ -115,5 +218,7 @@
                 Console.WriteLine("寮傚父鎺ュ彛鎺ㄩ�佸け璐ワ細" + e.Message);
             }
         }
+
+       
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/CabinOrderController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/CabinOrderController.cs"
index 68e40e4..621e0a6 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/CabinOrderController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/CabinOrderController.cs"
@@ -14,9 +14,9 @@
 
 
         [HttpPost,Route("GetUpstreamOrder"),AllowAnonymous]
-        public WebResponseContent GetUpstreamOrder(DateTime searchDate)
+        public WebResponseContent GetUpstreamOrder()
         {
-            return Service.GetUpstreamOrder(searchDate);
+            return Service.GetUpstreamOrder();
         }
 
 
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/CabinOrderDetailHtyController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/CabinOrderDetailHtyController.cs"
new file mode 100644
index 0000000..5d07d9f
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/CabinOrderDetailHtyController.cs"
@@ -0,0 +1,15 @@
+锘�//using Microsoft.AspNetCore.Http;
+//using Microsoft.AspNetCore.Mvc;
+//using WIDESEA_ISquareCabinServices;
+
+//namespace WIDESEA_WMSServer.Controllers
+//{
+//    [Route("api/CabinOrderDetail")]
+//    [ApiController]
+//    public class CabinOrderDetailHtyController : ApiBaseController<ICabinOrderDetailHtyServices, Dt_CabinOrderDetail_Hty>
+//    {
+//        public CabinOrderDetailHtyController(ICabinOrderDetailHtyServices service) : base(service)
+//        {
+//        }
+//    }
+//}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/DeliveryOrderController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/DeliveryOrderController.cs"
index db2670f..05c48ee 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/DeliveryOrderController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/DeliveryOrderController.cs"
@@ -14,9 +14,9 @@
 
 
         [HttpPost,Route("GetUpstreamOutOrder"),AllowAnonymous]
-        public WebResponseContent GetUpstreamOutOrder(DateTime searchDate)
+        public WebResponseContent GetUpstreamOutOrder()
         {
-            return Service.GetUpstreamOutOrder(searchDate);
+            return Service.GetUpstreamOutOrder();
         }
 
         [HttpPost, Route("CompleteOutOrder"), AllowAnonymous]
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/InventoryController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/InventoryController.cs"
index e96b14e..c6d061a 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/InventoryController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/InventoryController.cs"
@@ -1,7 +1,9 @@
 锘縰sing Microsoft.AspNetCore.Http;
 using Microsoft.AspNetCore.Mvc;
+using WIDESEA_DTO.SquareCabin;
 using WIDESEA_ISquareCabinServices;
 using WIDESEA_Model.Models.SquareCabin;
+using static WIDESEA_DTO.SquareCabin.TowcsDto;
 
 namespace WIDESEA_WMSServer.Controllers
 {
@@ -12,5 +14,11 @@
         public InventoryController(IInventoryServices service) : base(service)
         {
         }
+
+        [HttpPost,Route("OrderFeedback"),AllowAnonymous]
+        public ApiResponse<Dt_Inventory> OrderFeedback([FromBody]EdiOrderCallbackRequest request)
+        {
+            return Service.OrderFeedback(request);
+        }
     }
 }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/GoodsJob.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/GoodsJob.cs"
new file mode 100644
index 0000000..187e37b
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/GoodsJob.cs"
@@ -0,0 +1,22 @@
+锘縰sing Pomelo.AspNetCore.TimedJob;
+using WIDESEA_ISquareCabinServices;
+using static WIDESEA_DTO.SquareCabin.TowcsDto;
+
+namespace WIDESEA_WMSServer
+{
+    public class GoodsJob : Job
+    {
+        private readonly IMedicineGoodsServices _medicineGoodsServices;
+        public GoodsJob(IMedicineGoodsServices medicineGoodsServices)
+        {
+            _medicineGoodsServices = medicineGoodsServices;
+        }
+        //姣忛殧1绉掓墽琛屼竴娆�
+        [Invoke(Begin = "2025-09-01", Interval = 1000 * 5, IsEnabled = true, SkipWhileExecuting = true)]
+        public void Run()
+        {
+            //_cabinOrderServices.GetUpstreamOrder();
+            _medicineGoodsServices.ProductSynchronous();
+        }
+    }
+}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/InOrderJob.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/InOrderJob.cs"
new file mode 100644
index 0000000..cdb1e6e
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/InOrderJob.cs"
@@ -0,0 +1,21 @@
+锘縰sing Pomelo.AspNetCore.TimedJob;
+using WIDESEA_ISquareCabinServices;
+
+namespace WIDESEA_WMSServer
+{
+    public class InOrderJob : Job
+    {
+        private readonly ICabinOrderServices _cabinOrderServices;
+        public InOrderJob(ICabinOrderServices cabinOrderServices)
+        {
+            _cabinOrderServices = cabinOrderServices;
+        }
+        //姣忛殧1绉掓墽琛屼竴娆�
+        [Invoke(Begin = "2025-09-01", Interval = 1000 * 5, IsEnabled = true,SkipWhileExecuting = true)]
+        public void Run()
+        {
+            //_cabinOrderServices.GetUpstreamOrder();
+            _cabinOrderServices.EdiIn();
+        }
+    }
+}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/OutOrderJob.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/OutOrderJob.cs"
new file mode 100644
index 0000000..4a465c3
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/OutOrderJob.cs"
@@ -0,0 +1,21 @@
+锘縰sing Pomelo.AspNetCore.TimedJob;
+using WIDESEA_ISquareCabinServices;
+
+namespace WIDESEA_WMSServer
+{
+    public class OutOrderJob : Job
+    {
+        private readonly IDeliveryOrderServices _deliveryOrderServices;
+        public OutOrderJob(IDeliveryOrderServices deliveryOrderServices)
+        {
+            _deliveryOrderServices = deliveryOrderServices;
+        }
+        //姣忛殧1绉掓墽琛屼竴娆�
+        [Invoke(Begin = "2025-09-01", Interval = 1000 * 5, IsEnabled =false, SkipWhileExecuting = true)]
+        public void Run()
+        {
+            _deliveryOrderServices.EdiOut();
+
+        }
+    }
+}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs"
index a100980..7ceb7d8 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs"
@@ -20,6 +20,8 @@
 using Swashbuckle.AspNetCore.SwaggerGen;
 using Microsoft.OpenApi.Models;
 using WIDESEA_StorageTaskServices;
+using WIDESEA_ISquareCabinServices;
+using WIDESEA_SquareCabinServices;
 
 var builder = WebApplication.CreateBuilder(args);
 
@@ -27,6 +29,8 @@
 {
     builder.RegisterModule(new AutofacModuleRegister());//带有接口层的服务注入
     builder.RegisterModule<AutofacPropertityModuleReg>();//
+                                                         // 在 Autofac 中注册定时任务服务
+    //builder.RegisterType<CabinOrderServices>().As<ICabinOrderServices>().InstancePerLifetimeScope();
 }).ConfigureAppConfiguration((hostingContext, config) =>
 {
     hostingContext.Configuration.ConfigureApplication();
@@ -40,7 +44,7 @@
 builder.Services.AddAllOptionRegister();//读取配置文件
 builder.Services.AddMemoryCacheSetup();//缓存
 builder.Services.AddSqlsugarSetup();//SqlSugar 启动服务
-builder.Services.AddInitializationHostServiceSetup();//应用初始化服务注入 
+//builder.Services.AddInitializationHostServiceSetup();//应用初始化服务注入 
 builder.Services.AddDbSetup();//Db 启动服务
 
 //todo 初始化模型验证配置
@@ -58,6 +62,8 @@
 
 builder.Services.AddHttpContextSetup();
 
+
+builder.Services.AddTimedJob();//注入时间job
 //todo
 builder.Services.AddMvc(options =>
 {
@@ -126,7 +132,6 @@
     //app.UseSwaggerAuthorized();
     app.UseSwaggerMiddle(() => Assembly.GetExecutingAssembly().GetManifestResourceStream("WIDESEA_WMSServer.index.html"));
 //}//判断是否需要打开swagger
-
 app.UseIpLimitMiddle();
 app.UseApiLogMiddleware();
 //todo
@@ -142,6 +147,7 @@
 app.UseCookiePolicy();
 app.UseStatusCodePages();
 
+app.UseTimedJob();//使用时间定时器
 app.UseRouting();
 
 
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Properties/PublishProfiles/FolderProfile3.pubxml" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Properties/PublishProfiles/FolderProfile3.pubxml"
new file mode 100644
index 0000000..581d007
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Properties/PublishProfiles/FolderProfile3.pubxml"
@@ -0,0 +1,17 @@
+锘�<?xml version="1.0" encoding="utf-8"?>
+<!--
+https://go.microsoft.com/fwlink/?LinkID=208121.
+-->
+<Project>
+  <PropertyGroup>
+    <DeleteExistingFiles>false</DeleteExistingFiles>
+    <ExcludeApp_Data>false</ExcludeApp_Data>
+    <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
+    <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
+    <LastUsedPlatform>Any CPU</LastUsedPlatform>
+    <PublishProvider>FileSystem</PublishProvider>
+    <PublishUrl>E:\椤圭洰鍙戝竷鏂囦欢\鏂硅垷</PublishUrl>
+    <WebPublishMethod>FileSystem</WebPublishMethod>
+    <_TargetId>Folder</_TargetId>
+  </PropertyGroup>
+</Project>
\ No newline at end of file
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj"
index b4afd16..dc7db28 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj"
@@ -33,10 +33,15 @@
 	</ItemGroup>
 	
 	<ItemGroup>
+	  <PackageReference Include="TimedJob" Version="2.0.0" />
+	</ItemGroup>
+	
+	<ItemGroup>
 	  <ProjectReference Include="..\WIDESEA_BusinessServices\WIDESEA_BusinessServices.csproj" />
 	  <ProjectReference Include="..\WIDESEA_ISquareCabinServices\WIDESEA_ISquareCabinServices.csproj" />
 	  <ProjectReference Include="..\WIDESEA_Services\WIDESEA_Services.csproj" />
 	  <ProjectReference Include="..\WIDESEA_IServices\WIDESEA_IServices.csproj" />
+	  <ProjectReference Include="..\WIDESEA_SquareCabinServices\WIDESEA_SquareCabinServices.csproj" />
 	  <ProjectReference Include="..\WIDESEA_StorageBasicServices\WIDESEA_StorageBasicServices.csproj" />
 	  <ProjectReference Include="..\WIDESEA_StorageOutOrderServices\WIDESEA_StorageOutOrderServices.csproj" />
 	  <ProjectReference Include="..\WIDESEA_StorageTaskServices\WIDESEA_StorageTaskServices.csproj" />
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json"
index f3d8911..9111e04 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json"
@@ -11,7 +11,7 @@
   //杩炴帴瀛楃涓�
   //"ConnectionString": "HTI6FB1H05Krd07mNm9yBCNhofW6edA5zLs9TY~MNthRYW3kn0qKbMIsGp~3yyPDF1YZUCPBQx8U0Jfk4PH~ajNFXVIwlH85M3F~v_qKYQ3CeAz3q1mLVDn8O5uWt1~3Ut2V3KRkEwYHvW2oMDN~QIDXPxDgXN0R2oTIhc9dNu7QNaLEknblqmHhjaNSSpERdDVZIgHnMKejU_SL49tralBkZmDNi0hmkbL~837j1NWe37u9fJKmv91QPb~16JsuI9uu0EvNZ06g6PuZfOSAeFH9GMMIZiketdcJG3tHelo=",
   //"ConnectionString": "Data Source=.; Catalog=WIDESEA_WMSDBFZ;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-  "ConnectionString": "Data Source=.;Initial Catalog=WIDESEA_WMSDBFZ;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
+  "ConnectionString": "Data Source=.;Initial Catalog=WIDESEA_WMSDBFZ22;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
   //璺ㄥ煙
   "Cors": {
     "PolicyName": "CorsIpAccess", //绛栫暐鍚嶇О
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\346\216\245\345\217\243\345\215\217\350\256\256/\344\270\216\346\226\271\350\210\261\345\257\206\351\233\206\345\272\223\346\216\245\345\217\243\345\215\217\350\256\256--905\345\214\273\351\231\242\350\215\257\345\223\201\345\272\223\346\210\277\346\216\245\345\217\243\345\257\271\346\216\245\346\226\207\346\241\243_V1.1.2-20250728\0501\051.docx" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\346\216\245\345\217\243\345\215\217\350\256\256/\344\270\216\346\226\271\350\210\261\345\257\206\351\233\206\345\272\223\346\216\245\345\217\243\345\215\217\350\256\256--905\345\214\273\351\231\242\350\215\257\345\223\201\345\272\223\346\210\277\346\216\245\345\217\243\345\257\271\346\216\245\346\226\207\346\241\243_V1.1.2-20250728\0501\051.docx"
index 21546f5..259660f 100644
--- "a/\351\241\271\347\233\256\350\265\204\346\226\231/\346\216\245\345\217\243\345\215\217\350\256\256/\344\270\216\346\226\271\350\210\261\345\257\206\351\233\206\345\272\223\346\216\245\345\217\243\345\215\217\350\256\256--905\345\214\273\351\231\242\350\215\257\345\223\201\345\272\223\346\210\277\346\216\245\345\217\243\345\257\271\346\216\245\346\226\207\346\241\243_V1.1.2-20250728\0501\051.docx"
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\346\216\245\345\217\243\345\215\217\350\256\256/\344\270\216\346\226\271\350\210\261\345\257\206\351\233\206\345\272\223\346\216\245\345\217\243\345\215\217\350\256\256--905\345\214\273\351\231\242\350\215\257\345\223\201\345\272\223\346\210\277\346\216\245\345\217\243\345\257\271\346\216\245\346\226\207\346\241\243_V1.1.2-20250728\0501\051.docx"
Binary files differ

--
Gitblit v1.9.3