From 6df4bf0098c2b822b9e82fe8f7d2ce84eafb9205 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期五, 24 十月 2025 10:42:52 +0800
Subject: [PATCH] 添加出入库策略
---
新建文件夹/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal | 0
新建文件夹/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.backup.json | 392 ++++++++-------
新建文件夹/WMS/src/views/outbound/Incoming.vue | 147 +++--
新建文件夹/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/HierarchyCache.v1.txt | 0
新建文件夹/WMS/src/extension/basic/tactics.js | 69 ++
新建文件夹/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/WMSInfo/TacticsController.cs | 18
新建文件夹/WMS/src/views/outbound/outboundOrder.vue | 9
新建文件夹/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db | 0
/dev/null | 0
新建文件夹/WIDESEA_WMSServer/ClassLibrary1/ITacticsService.cs | 17
新建文件夹/WIDESEA_WMSServer/ClassLibrary2/TacticsService.cs | 27 +
新建文件夹/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.json | 689 ++++++++++++++++++---------
新建文件夹/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Tactics.cs | 55 ++
新建文件夹/WIDESEA_WMSServer/WIDESEA_SystemService/Sys_DictionaryService.cs | 23
14 files changed, 951 insertions(+), 495 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db"
index f2611e9..251ffa1 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db"
Binary files differ
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-shm" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-shm"
deleted file mode 100644
index 30393e5..0000000
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-shm"
+++ /dev/null
Binary files differ
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-wal" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-wal"
deleted file mode 100644
index 349d2db..0000000
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/CodeChunks.db-wal"
+++ /dev/null
Binary files differ
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal"
index 96580ff..b42c078 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal"
Binary files differ
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.backup.json" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.backup.json"
index 53599e7..0ecc2cc 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.backup.json"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.backup.json"
@@ -3,6 +3,34 @@
"WorkspaceRootPath": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\",
"Documents": [
{
+ "AbsoluteMoniker": "D:0:0:{D11C804C-2FF4-4C18-A3EE-2F0574427BB3}|WIDESEA_BasicService\\WIDESEA_BasicService.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_basicservice\\materielcodeinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{D11C804C-2FF4-4C18-A3EE-2F0574427BB3}|WIDESEA_BasicService\\WIDESEA_BasicService.csproj|solutionrelative:widesea_basicservice\\materielcodeinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{D11C804C-2FF4-4C18-A3EE-2F0574427BB3}|WIDESEA_BasicService\\WIDESEA_BasicService.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_basicservice\\materielinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{D11C804C-2FF4-4C18-A3EE-2F0574427BB3}|WIDESEA_BasicService\\WIDESEA_BasicService.csproj|solutionrelative:widesea_basicservice\\materielinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{D11C804C-2FF4-4C18-A3EE-2F0574427BB3}|WIDESEA_BasicService\\WIDESEA_BasicService.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_basicservice\\palletcodeinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{D11C804C-2FF4-4C18-A3EE-2F0574427BB3}|WIDESEA_BasicService\\WIDESEA_BasicService.csproj|solutionrelative:widesea_basicservice\\palletcodeinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{9D0451BD-FBB9-428A-9745-67334785D57A}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{9D0451BD-FBB9-428A-9745-67334785D57A}|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|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\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|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_equipmentalarminfor.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_equipmentalarminfor.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_container.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_container.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
"AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_wmsserver\\controllers\\wmsinfo\\equipmentalarminforcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\wmsinfo\\equipmentalarminforcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
@@ -31,24 +59,8 @@
"RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
},
{
- "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_equipmentalarminfor.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
- "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_equipmentalarminfor.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
- },
- {
- "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_container.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
- "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_container.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
- },
- {
"AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_inventory_batch.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_inventory_batch.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
- },
- {
- "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\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:{9D0451BD-FBB9-428A-9745-67334785D57A}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
- "RelativeMoniker": "D:0:0:{9D0451BD-FBB9-428A-9745-67334785D57A}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{9D0451BD-FBB9-428A-9745-67334785D57A}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_squarecabinservices\\extend\\check.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
@@ -158,7 +170,7 @@
"DocumentGroups": [
{
"DockedWidth": 200,
- "SelectedChildIndex": 5,
+ "SelectedChildIndex": 1,
"Children": [
{
"$type": "Bookmark",
@@ -166,33 +178,121 @@
},
{
"$type": "Document",
- "DocumentIndex": 2,
- "Title": "EquipmentAlarmInforService.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\EquipmentAlarmInforService.cs",
- "RelativeDocumentMoniker": "ClassLibrary2\\EquipmentAlarmInforService.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\EquipmentAlarmInforService.cs",
- "RelativeToolTip": "ClassLibrary2\\EquipmentAlarmInforService.cs",
- "ViewState": "AgIAAA8AAAAAAAAAAADwvxcAAAAAAAAAAAAAAA==",
+ "DocumentIndex": 0,
+ "Title": "MaterielCodeInfoService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_BasicService\\MaterielCodeInfoService.cs",
+ "RelativeDocumentMoniker": "WIDESEA_BasicService\\MaterielCodeInfoService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_BasicService\\MaterielCodeInfoService.cs",
+ "RelativeToolTip": "WIDESEA_BasicService\\MaterielCodeInfoService.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvxAAAABKAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T16:55:17.709Z",
+ "WhenOpened": "2025-10-24T01:24:19.08Z",
"EditorCaption": ""
},
{
"$type": "Document",
- "DocumentIndex": 3,
- "Title": "IEquipmentAlarmInforService.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\IEquipmentAlarmInforService.cs",
- "RelativeDocumentMoniker": "ClassLibrary1\\IEquipmentAlarmInforService.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\IEquipmentAlarmInforService.cs",
- "RelativeToolTip": "ClassLibrary1\\IEquipmentAlarmInforService.cs",
- "ViewState": "AgIAAAAAAAAAAAAAAADwvwcAAAAbAAAAAAAAAA==",
+ "DocumentIndex": 1,
+ "Title": "MaterielInfoService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_BasicService\\MaterielInfoService.cs",
+ "RelativeDocumentMoniker": "WIDESEA_BasicService\\MaterielInfoService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_BasicService\\MaterielInfoService.cs",
+ "RelativeToolTip": "WIDESEA_BasicService\\MaterielInfoService.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T16:55:10.331Z",
+ "WhenOpened": "2025-10-24T01:24:17.734Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 2,
+ "Title": "PalletCodeInfoService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_BasicService\\PalletCodeInfoService.cs",
+ "RelativeDocumentMoniker": "WIDESEA_BasicService\\PalletCodeInfoService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_BasicService\\PalletCodeInfoService.cs",
+ "RelativeToolTip": "WIDESEA_BasicService\\PalletCodeInfoService.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvxEAAABlAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T01:23:40.868Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 7,
+ "Title": "EquipmentAlarmInforController.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
+ "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
+ "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
+ "ViewState": "AgIAAAEAAAAAAAAAAAAqwAoAAAB2AAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T13:40:19.291Z"
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 6,
+ "Title": "Dt_Container.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
+ "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
+ "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAAAswA4AAAAFAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T13:40:12.152Z"
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 5,
+ "Title": "Dt_EquipmentAlarmInfor.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
+ "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
+ "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T13:40:12.693Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 4,
+ "Title": "GoodsJob.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GoodsJob.cs",
+ "RelativeDocumentMoniker": "WIDESEA_WMSServer\\GoodsJob.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GoodsJob.cs",
+ "RelativeToolTip": "WIDESEA_WMSServer\\GoodsJob.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvxEAAAA4AAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T13:51:44.789Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 3,
+ "Title": "MedicineGoodsServices.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+ "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+ "RelativeToolTip": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+ "ViewState": "AgIAAIIAAAAAAAAAAAAAAAkAAAAVAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T13:51:47.039Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 8,
+ "Title": "ContainerController.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
+ "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
+ "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAsAAABYAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T13:40:20.94Z"
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 11,
"Title": "ContainerService.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\ContainerService.cs",
"RelativeDocumentMoniker": "ClassLibrary2\\ContainerService.cs",
@@ -200,38 +300,35 @@
"RelativeToolTip": "ClassLibrary2\\ContainerService.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvw0AAAAbAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T16:54:56.808Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T16:54:56.808Z"
},
{
"$type": "Document",
- "DocumentIndex": 1,
- "Title": "ContainerController.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
- "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
- "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
- "ViewState": "AgIAAAAAAAAAAAAAAAAAAAUAAAAaAAAAAAAAAA==",
+ "DocumentIndex": 10,
+ "Title": "IEquipmentAlarmInforService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\IEquipmentAlarmInforService.cs",
+ "RelativeDocumentMoniker": "ClassLibrary1\\IEquipmentAlarmInforService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\IEquipmentAlarmInforService.cs",
+ "RelativeToolTip": "ClassLibrary1\\IEquipmentAlarmInforService.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvwcAAAAbAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:40:20.94Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T16:55:10.331Z"
},
{
"$type": "Document",
- "DocumentIndex": 0,
- "Title": "EquipmentAlarmInforController.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
- "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
- "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
- "ViewState": "AgIAAAAAAAAAAAAAAAAswAQAAAAaAAAAAAAAAA==",
+ "DocumentIndex": 9,
+ "Title": "EquipmentAlarmInforService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\EquipmentAlarmInforService.cs",
+ "RelativeDocumentMoniker": "ClassLibrary2\\EquipmentAlarmInforService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\EquipmentAlarmInforService.cs",
+ "RelativeToolTip": "ClassLibrary2\\EquipmentAlarmInforService.cs",
+ "ViewState": "AgIAAA8AAAAAAAAAAADwvxcAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:40:19.291Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T16:55:17.709Z"
},
{
"$type": "Document",
- "DocumentIndex": 5,
+ "DocumentIndex": 12,
"Title": "IContainerService.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\IContainerService.cs",
"RelativeDocumentMoniker": "ClassLibrary1\\IContainerService.cs",
@@ -239,12 +336,11 @@
"RelativeToolTip": "ClassLibrary1\\IContainerService.cs",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T16:54:35.679Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T16:54:35.679Z"
},
{
"$type": "Document",
- "DocumentIndex": 12,
+ "DocumentIndex": 15,
"Title": "Check.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\extend\\Check.cs",
"RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\extend\\Check.cs",
@@ -252,51 +348,11 @@
"RelativeToolTip": "WIDESEA_SquareCabinServices\\extend\\Check.cs",
"ViewState": "AgIAACAAAAAAAAAAAAAAADIAAAAxAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T15:39:54.686Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T15:39:54.686Z"
},
{
"$type": "Document",
- "DocumentIndex": 11,
- "Title": "MedicineGoodsServices.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
- "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
- "RelativeToolTip": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
- "ViewState": "AgIAADoAAAAAAAAAAAAvwB4AAAAAAAAAAAAAAA==",
- "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:51:47.039Z",
- "EditorCaption": ""
- },
- {
- "$type": "Document",
- "DocumentIndex": 7,
- "Title": "Dt_EquipmentAlarmInfor.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
- "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
- "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
- "ViewState": "AgIAAAMAAAAAAAAAAADwvwoAAAA4AAAAAAAAAA==",
- "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:40:12.693Z",
- "EditorCaption": ""
- },
- {
- "$type": "Document",
- "DocumentIndex": 8,
- "Title": "Dt_Container.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
- "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
- "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
- "ViewState": "AgIAAAAAAAAAAAAAAAAswAoAAAAeAAAAAAAAAA==",
- "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:40:12.152Z",
- "EditorCaption": ""
- },
- {
- "$type": "Document",
- "DocumentIndex": 9,
+ "DocumentIndex": 14,
"Title": "Dt_Inventory_Batch.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_Inventory_Batch.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Inventory_Batch.cs",
@@ -304,12 +360,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Inventory_Batch.cs",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAFMAAABAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:17:55.043Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:17:55.043Z"
},
{
"$type": "Document",
- "DocumentIndex": 6,
+ "DocumentIndex": 13,
"Title": "appsettings.json",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\appsettings.json",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\appsettings.json",
@@ -317,25 +372,11 @@
"RelativeToolTip": "WIDESEA_WMSServer\\appsettings.json",
"ViewState": "AgIAABIAAAAAAAAAAAAAAB8AAAAWAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
- "WhenOpened": "2025-10-23T13:17:26.309Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:17:26.309Z"
},
{
"$type": "Document",
- "DocumentIndex": 10,
- "Title": "GoodsJob.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GoodsJob.cs",
- "RelativeDocumentMoniker": "WIDESEA_WMSServer\\GoodsJob.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GoodsJob.cs",
- "RelativeToolTip": "WIDESEA_WMSServer\\GoodsJob.cs",
- "ViewState": "AgIAAAAAAAAAAAAAAADwvwcAAAAFAAAAAAAAAA==",
- "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:51:44.789Z",
- "EditorCaption": ""
- },
- {
- "$type": "Document",
- "DocumentIndex": 16,
+ "DocumentIndex": 19,
"Title": "Dt_InventoryInfo.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_InventoryInfo.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_InventoryInfo.cs",
@@ -343,12 +384,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_InventoryInfo.cs",
"ViewState": "AgIAAGoAAAAAAAAAAAAnwHcAAAAOAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T15:37:17.2Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T15:37:17.2Z"
},
{
"$type": "Document",
- "DocumentIndex": 15,
+ "DocumentIndex": 18,
"Title": "Dt_SupplyTask.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask.cs",
@@ -356,12 +396,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask.cs",
"ViewState": "AgIAAGYAAAAAAAAAAAAnwHMAAAASAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T15:37:20.052Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T15:37:20.052Z"
},
{
"$type": "Document",
- "DocumentIndex": 14,
+ "DocumentIndex": 17,
"Title": "Dt_CheckOrder.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\Check\\Dt_CheckOrder.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\Check\\Dt_CheckOrder.cs",
@@ -369,12 +408,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\Check\\Dt_CheckOrder.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T15:37:55.895Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T15:37:55.895Z"
},
{
"$type": "Document",
- "DocumentIndex": 13,
+ "DocumentIndex": 16,
"Title": "CheckOrderResultService.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_CheckService\\CheckOrderResultService.cs",
"RelativeDocumentMoniker": "WIDESEA_CheckService\\CheckOrderResultService.cs",
@@ -382,12 +420,11 @@
"RelativeToolTip": "WIDESEA_CheckService\\CheckOrderResultService.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvw4AAAABAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T15:38:30.574Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T15:38:30.574Z"
},
{
"$type": "Document",
- "DocumentIndex": 19,
+ "DocumentIndex": 22,
"Title": "DeliveryOrderServices.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
"RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
@@ -395,12 +432,11 @@
"RelativeToolTip": "WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
"ViewState": "AgIAAEcCAAAAAAAAAAAEwAwDAAAWAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:15:35.915Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:15:35.915Z"
},
{
"$type": "Document",
- "DocumentIndex": 18,
+ "DocumentIndex": 21,
"Title": "Dt_MaterielInfo.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_MaterielInfo.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_MaterielInfo.cs",
@@ -413,7 +449,7 @@
},
{
"$type": "Document",
- "DocumentIndex": 17,
+ "DocumentIndex": 20,
"Title": "Dt_DeliveryOrder.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
@@ -421,12 +457,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
"ViewState": "AgIAAAYAAAAAAAAAAAAEwBUAAAB0AAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:06:51.239Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:06:51.239Z"
},
{
"$type": "Document",
- "DocumentIndex": 22,
+ "DocumentIndex": 25,
"Title": "Dt_DeliveryOrderDetail_Hty.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail_Hty.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail_Hty.cs",
@@ -434,12 +469,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail_Hty.cs",
"ViewState": "AgIAAAMAAAAAAAAAAAAAABEAAAAjAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:04:29.658Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:04:29.658Z"
},
{
"$type": "Document",
- "DocumentIndex": 20,
+ "DocumentIndex": 23,
"Title": "Program.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Program.cs",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\Program.cs",
@@ -447,12 +481,11 @@
"RelativeToolTip": "WIDESEA_WMSServer\\Program.cs",
"ViewState": "AgIAAHoAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:17:20.286Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:17:20.286Z"
},
{
"$type": "Document",
- "DocumentIndex": 21,
+ "DocumentIndex": 24,
"Title": "InOrderJob.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\InOrderJob.cs",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\InOrderJob.cs",
@@ -460,12 +493,11 @@
"RelativeToolTip": "WIDESEA_WMSServer\\InOrderJob.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADgvxAAAAAmAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:20:24.8Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:20:24.8Z"
},
{
"$type": "Document",
- "DocumentIndex": 24,
+ "DocumentIndex": 27,
"Title": "Dt_DeliveryOrder_Hty.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder_Hty.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder_Hty.cs",
@@ -473,12 +505,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder_Hty.cs",
"ViewState": "AgIAAB8AAAAAAAAAAAAswAsAAAAzAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:04:44.37Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:04:44.37Z"
},
{
"$type": "Document",
- "DocumentIndex": 25,
+ "DocumentIndex": 28,
"Title": "Dt_CabinOrder_Hty.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
@@ -486,12 +517,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
"ViewState": "AgIAAAkAAAAAAAAAAAAmwA8AAABQAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:34:47.112Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:34:47.112Z"
},
{
"$type": "Document",
- "DocumentIndex": 26,
+ "DocumentIndex": 29,
"Title": "Dt_CabinOrder.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
@@ -499,12 +529,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
"ViewState": "AgIAAAkAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:12:47.369Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:12:47.369Z"
},
{
"$type": "Document",
- "DocumentIndex": 23,
+ "DocumentIndex": 26,
"Title": "Dt_ErrorLog.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
@@ -512,12 +541,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:16:18.737Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:16:18.737Z"
},
{
"$type": "Document",
- "DocumentIndex": 27,
+ "DocumentIndex": 30,
"Title": "Dt_DeliveryOrderDetail.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
@@ -525,12 +553,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
"ViewState": "AgIAACAAAAAAAAAAAAAuwDkAAAAbAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:04:43.464Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:04:43.464Z"
},
{
"$type": "Document",
- "DocumentIndex": 28,
+ "DocumentIndex": 31,
"Title": "Dt_CabinOrderDetail_Hty .cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
@@ -538,12 +565,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
"ViewState": "AgIAAAMAAAAAAAAAAAAAACIAAAAwAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:34:53.943Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:34:53.943Z"
},
{
"$type": "Document",
- "DocumentIndex": 36,
+ "DocumentIndex": 39,
"Title": "OrderDto.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
"RelativeDocumentMoniker": "WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
@@ -551,12 +577,11 @@
"RelativeToolTip": "WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:52:19.146Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:52:19.146Z"
},
{
"$type": "Document",
- "DocumentIndex": 29,
+ "DocumentIndex": 32,
"Title": "OutOrderJob.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\OutOrderJob.cs",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\OutOrderJob.cs",
@@ -564,12 +589,11 @@
"RelativeToolTip": "WIDESEA_WMSServer\\OutOrderJob.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:00:28.363Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:00:28.363Z"
},
{
"$type": "Document",
- "DocumentIndex": 30,
+ "DocumentIndex": 33,
"Title": "TowcsDto.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
"RelativeDocumentMoniker": "WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
@@ -577,12 +601,11 @@
"RelativeToolTip": "WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
"ViewState": "AgIAAAgAAAAAAAAAAAAwwBwAAAAJAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:49:20.527Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:49:20.527Z"
},
{
"$type": "Document",
- "DocumentIndex": 31,
+ "DocumentIndex": 34,
"Title": "InventoryServices.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\InventoryServices.cs",
"RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\InventoryServices.cs",
@@ -590,12 +613,11 @@
"RelativeToolTip": "WIDESEA_SquareCabinServices\\InventoryServices.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:34:35.457Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:34:35.457Z"
},
{
"$type": "Document",
- "DocumentIndex": 32,
+ "DocumentIndex": 35,
"Title": "InventoryController.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
@@ -603,12 +625,11 @@
"RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
"ViewState": "AgIAAAkAAAAAAAAAAADwvx0AAABBAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:34:02.804Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:34:02.804Z"
},
{
"$type": "Document",
- "DocumentIndex": 33,
+ "DocumentIndex": 36,
"Title": "SupplierController.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
@@ -616,12 +637,11 @@
"RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:34:02.138Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:34:02.138Z"
},
{
"$type": "Document",
- "DocumentIndex": 34,
+ "DocumentIndex": 37,
"Title": "CabinOrderController.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
@@ -629,12 +649,11 @@
"RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
"ViewState": "AgIAAAgAAAAAAAAAAAAlwBkAAAARAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:19:01.579Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:19:01.579Z"
},
{
"$type": "Document",
- "DocumentIndex": 35,
+ "DocumentIndex": 38,
"Title": "ICabinOrderServices.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
"RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
@@ -642,8 +661,7 @@
"RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
"ViewState": "AgIAAAMAAAAAAAAAAADgvxMAAAAbAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:19:09.033Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:19:09.033Z"
}
]
},
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.json" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.json"
index 6270ad0..4a28ff2 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.json"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.json"
@@ -3,12 +3,100 @@
"WorkspaceRootPath": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\",
"Documents": [
{
- "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_equipmentalarminfor.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
- "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_equipmentalarminfor.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ "AbsoluteMoniker": "D:0:0:{320D3755-D629-409E-BB9B-99DC30B5A375}|ClassLibrary2\\WIDESEA_WMsInfoServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\classlibrary2\\tacticsservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{320D3755-D629-409E-BB9B-99DC30B5A375}|ClassLibrary2\\WIDESEA_WMsInfoServices.csproj|solutionrelative:classlibrary2\\tacticsservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\classlibrary1\\itacticsservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|solutionrelative:classlibrary1\\itacticsservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{FC3D3619-FE28-4CF5-8471-CBBC55649B10}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_isquarecabinservices\\icabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{FC3D3619-FE28-4CF5-8471-CBBC55649B10}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\classlibrary1\\iequipmentalarminforservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|solutionrelative:classlibrary1\\iequipmentalarminforservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\classlibrary1\\iinventory_batchservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|solutionrelative:classlibrary1\\iinventory_batchservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\classlibrary1\\iinventoryinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|solutionrelative:classlibrary1\\iinventoryinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\classlibrary1\\imaterielinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|solutionrelative:classlibrary1\\imaterielinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\classlibrary1\\isupplytaskhtyservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|solutionrelative:classlibrary1\\isupplytaskhtyservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\classlibrary1\\isupplytaskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|solutionrelative:classlibrary1\\isupplytaskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_wmsserver\\controllers\\wmsinfo\\tacticscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\controllers\\wmsinfo\\tacticscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{320D3755-D629-409E-BB9B-99DC30B5A375}|ClassLibrary2\\WIDESEA_WMsInfoServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\classlibrary2\\containerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{320D3755-D629-409E-BB9B-99DC30B5A375}|ClassLibrary2\\WIDESEA_WMsInfoServices.csproj|solutionrelative:classlibrary2\\containerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\classlibrary1\\icontainerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|solutionrelative:classlibrary1\\icontainerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_tactics.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_tactics.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_container.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_container.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_materielinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_materielinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_supplytask_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\\wmsinfo\\dt_supplytask_hty.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_supplytask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_supplytask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\basic\\dt_supplierinfo.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_supplierinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{D11C804C-2FF4-4C18-A3EE-2F0574427BB3}|WIDESEA_BasicService\\WIDESEA_BasicService.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_basicservice\\materielcodeinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{D11C804C-2FF4-4C18-A3EE-2F0574427BB3}|WIDESEA_BasicService\\WIDESEA_BasicService.csproj|solutionrelative:widesea_basicservice\\materielcodeinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{D11C804C-2FF4-4C18-A3EE-2F0574427BB3}|WIDESEA_BasicService\\WIDESEA_BasicService.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_basicservice\\materielinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{D11C804C-2FF4-4C18-A3EE-2F0574427BB3}|WIDESEA_BasicService\\WIDESEA_BasicService.csproj|solutionrelative:widesea_basicservice\\materielinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{D11C804C-2FF4-4C18-A3EE-2F0574427BB3}|WIDESEA_BasicService\\WIDESEA_BasicService.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_basicservice\\palletcodeinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{D11C804C-2FF4-4C18-A3EE-2F0574427BB3}|WIDESEA_BasicService\\WIDESEA_BasicService.csproj|solutionrelative:widesea_basicservice\\palletcodeinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{9D0451BD-FBB9-428A-9745-67334785D57A}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{9D0451BD-FBB9-428A-9745-67334785D57A}|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|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\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|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_equipmentalarminfor.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_equipmentalarminfor.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_wmsserver\\controllers\\wmsinfo\\equipmentalarminforcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
@@ -23,32 +111,12 @@
"RelativeMoniker": "D:0:0:{320D3755-D629-409E-BB9B-99DC30B5A375}|ClassLibrary2\\WIDESEA_WMsInfoServices.csproj|solutionrelative:classlibrary2\\equipmentalarminforservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
- "AbsoluteMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\classlibrary1\\iequipmentalarminforservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
- "RelativeMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|solutionrelative:classlibrary1\\iequipmentalarminforservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
- },
- {
- "AbsoluteMoniker": "D:0:0:{320D3755-D629-409E-BB9B-99DC30B5A375}|ClassLibrary2\\WIDESEA_WMsInfoServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\classlibrary2\\containerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
- "RelativeMoniker": "D:0:0:{320D3755-D629-409E-BB9B-99DC30B5A375}|ClassLibrary2\\WIDESEA_WMsInfoServices.csproj|solutionrelative:classlibrary2\\containerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
- },
- {
- "AbsoluteMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\classlibrary1\\icontainerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
- "RelativeMoniker": "D:0:0:{EB01C034-1D04-4E80-BF04-BD7F8A274340}|ClassLibrary1\\WIDESEA_IWMsInfoServices.csproj|solutionrelative:classlibrary1\\icontainerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
- },
- {
"AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_wmsserver\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
"RelativeMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|solutionrelative:widesea_wmsserver\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
},
{
"AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_inventory_batch.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_inventory_batch.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
- },
- {
- "AbsoluteMoniker": "D:0:0:{D81A65B5-47D1-40C1-8FDE-7D24FF003F51}|WIDESEA_WMSServer\\WIDESEA_WMSServer.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\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:{9D0451BD-FBB9-428A-9745-67334785D57A}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
- "RelativeMoniker": "D:0:0:{9D0451BD-FBB9-428A-9745-67334785D57A}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|solutionrelative:widesea_squarecabinservices\\medicinegoodsservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{9D0451BD-FBB9-428A-9745-67334785D57A}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_squarecabinservices\\extend\\check.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
@@ -63,20 +131,12 @@
"RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\check\\dt_checkorder.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
- "AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_supplytask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
- "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_supplytask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
- },
- {
"AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_inventoryinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_inventoryinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\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|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_model\\models\\wmsinfo\\dt_materielinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
- "RelativeMoniker": "D:0:0:{00CE9885-9F24-4B6C-A7E8-0DE8C9ED7128}|WIDESEA_Model\\WIDESEA_Model.csproj|solutionrelative:widesea_model\\models\\wmsinfo\\dt_materielinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{9D0451BD-FBB9-428A-9745-67334785D57A}|WIDESEA_SquareCabinServices\\WIDESEA_SquareCabinServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_squarecabinservices\\deliveryorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
@@ -143,10 +203,6 @@
"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:{FC3D3619-FE28-4CF5-8471-CBBC55649B10}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_isquarecabinservices\\icabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
- "RelativeMoniker": "D:0:0:{FC3D3619-FE28-4CF5-8471-CBBC55649B10}|WIDESEA_ISquareCabinServices\\WIDESEA_ISquareCabinServices.csproj|solutionrelative:widesea_isquarecabinservices\\icabinorderservices.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
- },
- {
"AbsoluteMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|e:\\fangcangzhineng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\widesea_wmsserver\\widesea_dto\\squarecabin\\orderdto.cs||{8B382828-6202-11D1-8870-0000F87579D2}",
"RelativeMoniker": "D:0:0:{929DF936-042C-4EEC-8722-A831FC2F0AEA}|WIDESEA_DTO\\WIDESEA_DTO.csproj|solutionrelative:widesea_dto\\squarecabin\\orderdto.cs||{8B382828-6202-11D1-8870-0000F87579D2}"
}
@@ -166,72 +222,20 @@
},
{
"$type": "Document",
- "DocumentIndex": 6,
- "Title": "ContainerService.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\ContainerService.cs",
- "RelativeDocumentMoniker": "ClassLibrary2\\ContainerService.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\ContainerService.cs",
- "RelativeToolTip": "ClassLibrary2\\ContainerService.cs",
- "ViewState": "AgIAAAAAAAAAAAAAAADwvw0AAAAbAAAAAAAAAA==",
+ "DocumentIndex": 4,
+ "Title": "IInventory_BatchServices.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\IInventory_BatchServices.cs",
+ "RelativeDocumentMoniker": "ClassLibrary1\\IInventory_BatchServices.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\IInventory_BatchServices.cs",
+ "RelativeToolTip": "ClassLibrary1\\IInventory_BatchServices.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T16:54:56.808Z",
+ "WhenOpened": "2025-10-24T02:18:54.829Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 3,
- "Title": "ContainerController.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
- "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
- "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
- "ViewState": "AgIAAAAAAAAAAAAAAAAAAAsAAABYAAAAAAAAAA==",
- "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:40:20.94Z",
- "EditorCaption": ""
- },
- {
- "$type": "Document",
- "DocumentIndex": 2,
- "Title": "EquipmentAlarmInforController.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
- "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
- "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
- "ViewState": "AgIAAAEAAAAAAAAAAAAqwAoAAAB2AAAAAAAAAA==",
- "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:40:19.291Z",
- "EditorCaption": ""
- },
- {
- "$type": "Document",
- "DocumentIndex": 1,
- "Title": "Dt_Container.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
- "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
- "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
- "ViewState": "AgIAAAAAAAAAAAAAAAAswA4AAAAFAAAAAAAAAA==",
- "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:40:12.152Z",
- "EditorCaption": ""
- },
- {
- "$type": "Document",
- "DocumentIndex": 0,
- "Title": "Dt_EquipmentAlarmInfor.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
- "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
- "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
- "ViewState": "AgIAABwAAAAAAAAAAAAmwDAAAAAfAAAAAAAAAA==",
- "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:40:12.693Z",
- "EditorCaption": ""
- },
- {
- "$type": "Document",
- "DocumentIndex": 5,
"Title": "IEquipmentAlarmInforService.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\IEquipmentAlarmInforService.cs",
"RelativeDocumentMoniker": "ClassLibrary1\\IEquipmentAlarmInforService.cs",
@@ -244,20 +248,163 @@
},
{
"$type": "Document",
- "DocumentIndex": 4,
- "Title": "EquipmentAlarmInforService.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\EquipmentAlarmInforService.cs",
- "RelativeDocumentMoniker": "ClassLibrary2\\EquipmentAlarmInforService.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\EquipmentAlarmInforService.cs",
- "RelativeToolTip": "ClassLibrary2\\EquipmentAlarmInforService.cs",
- "ViewState": "AgIAAA8AAAAAAAAAAADwvxcAAAAAAAAAAAAAAA==",
+ "DocumentIndex": 2,
+ "Title": "ICabinOrderServices.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
+ "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
+ "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
+ "ViewState": "AgIAAAMAAAAAAAAAAADgvxMAAAAaAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T16:55:17.709Z",
+ "WhenOpened": "2025-10-23T13:19:09.033Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 1,
+ "Title": "ITacticsService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\ITacticsService.cs",
+ "RelativeDocumentMoniker": "ClassLibrary1\\ITacticsService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\ITacticsService.cs*",
+ "RelativeToolTip": "ClassLibrary1\\ITacticsService.cs*",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvw4AAAAIAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T02:15:34.426Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 0,
+ "Title": "TacticsService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\TacticsService.cs",
+ "RelativeDocumentMoniker": "ClassLibrary2\\TacticsService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\TacticsService.cs*",
+ "RelativeToolTip": "ClassLibrary2\\TacticsService.cs*",
+ "ViewState": "AgIAABAAAAAAAAAAAAAcwB4AAAAAAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T02:15:56.074Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 5,
+ "Title": "IInventoryInfoService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\IInventoryInfoService.cs",
+ "RelativeDocumentMoniker": "ClassLibrary1\\IInventoryInfoService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\IInventoryInfoService.cs",
+ "RelativeToolTip": "ClassLibrary1\\IInventoryInfoService.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T02:18:54.109Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 6,
+ "Title": "IMaterielInfoService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\IMaterielInfoService.cs",
+ "RelativeDocumentMoniker": "ClassLibrary1\\IMaterielInfoService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\IMaterielInfoService.cs",
+ "RelativeToolTip": "ClassLibrary1\\IMaterielInfoService.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T02:18:53.415Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 7,
+ "Title": "ISupplyTaskHtyService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\ISupplyTaskHtyService.cs",
+ "RelativeDocumentMoniker": "ClassLibrary1\\ISupplyTaskHtyService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\ISupplyTaskHtyService.cs",
+ "RelativeToolTip": "ClassLibrary1\\ISupplyTaskHtyService.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T02:18:52.667Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 9,
+ "Title": "TacticsController.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\TacticsController.cs",
+ "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\TacticsController.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\TacticsController.cs",
+ "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\TacticsController.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvxAAAAAFAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T02:17:44.51Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 8,
+ "Title": "ISupplyTaskService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\ISupplyTaskService.cs",
+ "RelativeDocumentMoniker": "ClassLibrary1\\ISupplyTaskService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\ISupplyTaskService.cs",
+ "RelativeToolTip": "ClassLibrary1\\ISupplyTaskService.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvxAAAAAAAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T02:14:10.923Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 15,
+ "Title": "Dt_SupplyTask_Hty.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask_Hty.cs",
+ "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask_Hty.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask_Hty.cs",
+ "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask_Hty.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvxgAAABZAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T01:43:07.881Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 12,
+ "Title": "Dt_Tactics.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_Tactics.cs",
+ "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Tactics.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_Tactics.cs",
+ "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Tactics.cs",
+ "ViewState": "AgIAAAMAAAAAAAAAAAAAAA8AAAATAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T01:42:04.215Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 14,
+ "Title": "Dt_MaterielInfo.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_MaterielInfo.cs",
+ "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_MaterielInfo.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_MaterielInfo.cs",
+ "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_MaterielInfo.cs",
+ "ViewState": "AgIAAAEAAAAAAAAAAAAewBgAAAAIAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T13:35:04.04Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 13,
+ "Title": "Dt_Container.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
+ "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
+ "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Container.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAAAswBEAAAAHAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T13:40:12.152Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 11,
"Title": "IContainerService.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary1\\IContainerService.cs",
"RelativeDocumentMoniker": "ClassLibrary1\\IContainerService.cs",
@@ -270,7 +417,160 @@
},
{
"$type": "Document",
- "DocumentIndex": 12,
+ "DocumentIndex": 10,
+ "Title": "ContainerService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\ContainerService.cs",
+ "RelativeDocumentMoniker": "ClassLibrary2\\ContainerService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\ContainerService.cs",
+ "RelativeToolTip": "ClassLibrary2\\ContainerService.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvw0AAAAbAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T16:54:56.808Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 17,
+ "Title": "Dt_SupplierInfo.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\Basic\\Dt_SupplierInfo.cs",
+ "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\Basic\\Dt_SupplierInfo.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\Basic\\Dt_SupplierInfo.cs",
+ "RelativeToolTip": "WIDESEA_Model\\Models\\Basic\\Dt_SupplierInfo.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvw0AAAAyAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T01:42:06.832Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 20,
+ "Title": "PalletCodeInfoService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_BasicService\\PalletCodeInfoService.cs",
+ "RelativeDocumentMoniker": "WIDESEA_BasicService\\PalletCodeInfoService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_BasicService\\PalletCodeInfoService.cs",
+ "RelativeToolTip": "WIDESEA_BasicService\\PalletCodeInfoService.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvxEAAABlAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T01:23:40.868Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 19,
+ "Title": "MaterielInfoService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_BasicService\\MaterielInfoService.cs",
+ "RelativeDocumentMoniker": "WIDESEA_BasicService\\MaterielInfoService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_BasicService\\MaterielInfoService.cs",
+ "RelativeToolTip": "WIDESEA_BasicService\\MaterielInfoService.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T01:24:17.734Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 18,
+ "Title": "MaterielCodeInfoService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_BasicService\\MaterielCodeInfoService.cs",
+ "RelativeDocumentMoniker": "WIDESEA_BasicService\\MaterielCodeInfoService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_BasicService\\MaterielCodeInfoService.cs",
+ "RelativeToolTip": "WIDESEA_BasicService\\MaterielCodeInfoService.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvxAAAABKAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-24T01:24:19.08Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 16,
+ "Title": "Dt_SupplyTask.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask.cs",
+ "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask.cs",
+ "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask.cs",
+ "ViewState": "AgIAAAEAAAAAAAAAAAAWwBEAAAAsAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T15:37:20.052Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 24,
+ "Title": "EquipmentAlarmInforController.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
+ "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
+ "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\EquipmentAlarmInforController.cs",
+ "ViewState": "AgIAAAEAAAAAAAAAAAAqwAoAAAB2AAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T13:40:19.291Z"
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 23,
+ "Title": "Dt_EquipmentAlarmInfor.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
+ "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
+ "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_EquipmentAlarmInfor.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T13:40:12.693Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 22,
+ "Title": "GoodsJob.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GoodsJob.cs",
+ "RelativeDocumentMoniker": "WIDESEA_WMSServer\\GoodsJob.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GoodsJob.cs",
+ "RelativeToolTip": "WIDESEA_WMSServer\\GoodsJob.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAADwvxEAAAA4AAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T13:51:44.789Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 21,
+ "Title": "MedicineGoodsServices.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+ "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+ "RelativeToolTip": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
+ "ViewState": "AgIAAIIAAAAAAAAAAAAAAAkAAAAVAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T13:51:47.039Z",
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 25,
+ "Title": "ContainerController.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
+ "RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
+ "RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\WMSInfo\\ContainerController.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAsAAABYAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T13:40:20.94Z"
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 26,
+ "Title": "EquipmentAlarmInforService.cs",
+ "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\EquipmentAlarmInforService.cs",
+ "RelativeDocumentMoniker": "ClassLibrary2\\EquipmentAlarmInforService.cs",
+ "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\ClassLibrary2\\EquipmentAlarmInforService.cs",
+ "RelativeToolTip": "ClassLibrary2\\EquipmentAlarmInforService.cs",
+ "ViewState": "AgIAAA8AAAAAAAAAAADwvxcAAAAAAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-10-23T16:55:17.709Z"
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 29,
"Title": "Check.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\extend\\Check.cs",
"RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\extend\\Check.cs",
@@ -278,25 +578,11 @@
"RelativeToolTip": "WIDESEA_SquareCabinServices\\extend\\Check.cs",
"ViewState": "AgIAACAAAAAAAAAAAAAAADIAAAAxAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T15:39:54.686Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T15:39:54.686Z"
},
{
"$type": "Document",
- "DocumentIndex": 11,
- "Title": "MedicineGoodsServices.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
- "RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
- "RelativeToolTip": "WIDESEA_SquareCabinServices\\MedicineGoodsServices.cs",
- "ViewState": "AgIAADoAAAAAAAAAAAAvwB4AAAAAAAAAAAAAAA==",
- "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:51:47.039Z",
- "EditorCaption": ""
- },
- {
- "$type": "Document",
- "DocumentIndex": 9,
+ "DocumentIndex": 28,
"Title": "Dt_Inventory_Batch.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_Inventory_Batch.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Inventory_Batch.cs",
@@ -304,12 +590,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_Inventory_Batch.cs",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAFMAAABAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:17:55.043Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:17:55.043Z"
},
{
"$type": "Document",
- "DocumentIndex": 8,
+ "DocumentIndex": 27,
"Title": "appsettings.json",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\appsettings.json",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\appsettings.json",
@@ -317,25 +602,11 @@
"RelativeToolTip": "WIDESEA_WMSServer\\appsettings.json",
"ViewState": "AgIAABIAAAAAAAAAAAAAAB8AAAAWAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
- "WhenOpened": "2025-10-23T13:17:26.309Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:17:26.309Z"
},
{
"$type": "Document",
- "DocumentIndex": 10,
- "Title": "GoodsJob.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GoodsJob.cs",
- "RelativeDocumentMoniker": "WIDESEA_WMSServer\\GoodsJob.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\GoodsJob.cs",
- "RelativeToolTip": "WIDESEA_WMSServer\\GoodsJob.cs",
- "ViewState": "AgIAAAAAAAAAAAAAAADwvwcAAAAFAAAAAAAAAA==",
- "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:51:44.789Z",
- "EditorCaption": ""
- },
- {
- "$type": "Document",
- "DocumentIndex": 16,
+ "DocumentIndex": 32,
"Title": "Dt_InventoryInfo.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_InventoryInfo.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_InventoryInfo.cs",
@@ -343,25 +614,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_InventoryInfo.cs",
"ViewState": "AgIAAGoAAAAAAAAAAAAnwHcAAAAOAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T15:37:17.2Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T15:37:17.2Z"
},
{
"$type": "Document",
- "DocumentIndex": 15,
- "Title": "Dt_SupplyTask.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask.cs",
- "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask.cs",
- "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_SupplyTask.cs",
- "ViewState": "AgIAAGYAAAAAAAAAAAAnwHMAAAASAAAAAAAAAA==",
- "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T15:37:20.052Z",
- "EditorCaption": ""
- },
- {
- "$type": "Document",
- "DocumentIndex": 14,
+ "DocumentIndex": 31,
"Title": "Dt_CheckOrder.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\Check\\Dt_CheckOrder.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\Check\\Dt_CheckOrder.cs",
@@ -369,12 +626,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\Check\\Dt_CheckOrder.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T15:37:55.895Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T15:37:55.895Z"
},
{
"$type": "Document",
- "DocumentIndex": 13,
+ "DocumentIndex": 30,
"Title": "CheckOrderResultService.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_CheckService\\CheckOrderResultService.cs",
"RelativeDocumentMoniker": "WIDESEA_CheckService\\CheckOrderResultService.cs",
@@ -382,12 +638,11 @@
"RelativeToolTip": "WIDESEA_CheckService\\CheckOrderResultService.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvw4AAAABAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T15:38:30.574Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T15:38:30.574Z"
},
{
"$type": "Document",
- "DocumentIndex": 19,
+ "DocumentIndex": 34,
"Title": "DeliveryOrderServices.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
"RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
@@ -395,25 +650,11 @@
"RelativeToolTip": "WIDESEA_SquareCabinServices\\DeliveryOrderServices.cs",
"ViewState": "AgIAAEcCAAAAAAAAAAAEwAwDAAAWAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:15:35.915Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:15:35.915Z"
},
{
"$type": "Document",
- "DocumentIndex": 18,
- "Title": "Dt_MaterielInfo.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_MaterielInfo.cs",
- "RelativeDocumentMoniker": "WIDESEA_Model\\Models\\WMSInfo\\Dt_MaterielInfo.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\WMSInfo\\Dt_MaterielInfo.cs",
- "RelativeToolTip": "WIDESEA_Model\\Models\\WMSInfo\\Dt_MaterielInfo.cs",
- "ViewState": "AgIAABoAAAAAAAAAAAAnwCYAAAAVAAAAAAAAAA==",
- "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:35:04.04Z",
- "EditorCaption": ""
- },
- {
- "$type": "Document",
- "DocumentIndex": 17,
+ "DocumentIndex": 33,
"Title": "Dt_DeliveryOrder.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
@@ -421,12 +662,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder.cs",
"ViewState": "AgIAAAYAAAAAAAAAAAAEwBUAAAB0AAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:06:51.239Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:06:51.239Z"
},
{
"$type": "Document",
- "DocumentIndex": 22,
+ "DocumentIndex": 37,
"Title": "Dt_DeliveryOrderDetail_Hty.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail_Hty.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail_Hty.cs",
@@ -434,12 +674,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail_Hty.cs",
"ViewState": "AgIAAAMAAAAAAAAAAAAAABEAAAAjAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:04:29.658Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:04:29.658Z"
},
{
"$type": "Document",
- "DocumentIndex": 20,
+ "DocumentIndex": 35,
"Title": "Program.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Program.cs",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\Program.cs",
@@ -447,12 +686,11 @@
"RelativeToolTip": "WIDESEA_WMSServer\\Program.cs",
"ViewState": "AgIAAHoAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:17:20.286Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:17:20.286Z"
},
{
"$type": "Document",
- "DocumentIndex": 21,
+ "DocumentIndex": 36,
"Title": "InOrderJob.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\InOrderJob.cs",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\InOrderJob.cs",
@@ -460,12 +698,11 @@
"RelativeToolTip": "WIDESEA_WMSServer\\InOrderJob.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADgvxAAAAAmAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:20:24.8Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:20:24.8Z"
},
{
"$type": "Document",
- "DocumentIndex": 24,
+ "DocumentIndex": 39,
"Title": "Dt_DeliveryOrder_Hty.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder_Hty.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder_Hty.cs",
@@ -473,12 +710,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrder_Hty.cs",
"ViewState": "AgIAAB8AAAAAAAAAAAAswAsAAAAzAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:04:44.37Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:04:44.37Z"
},
{
"$type": "Document",
- "DocumentIndex": 25,
+ "DocumentIndex": 40,
"Title": "Dt_CabinOrder_Hty.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
@@ -486,12 +722,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder_Hty.cs",
"ViewState": "AgIAAAkAAAAAAAAAAAAmwA8AAABQAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:34:47.112Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:34:47.112Z"
},
{
"$type": "Document",
- "DocumentIndex": 26,
+ "DocumentIndex": 41,
"Title": "Dt_CabinOrder.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
@@ -499,12 +734,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrder.cs",
"ViewState": "AgIAAAkAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:12:47.369Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:12:47.369Z"
},
{
"$type": "Document",
- "DocumentIndex": 23,
+ "DocumentIndex": 38,
"Title": "Dt_ErrorLog.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
@@ -512,12 +746,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_ErrorLog.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:16:18.737Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:16:18.737Z"
},
{
"$type": "Document",
- "DocumentIndex": 27,
+ "DocumentIndex": 42,
"Title": "Dt_DeliveryOrderDetail.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
@@ -525,12 +758,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_DeliveryOrderDetail.cs",
"ViewState": "AgIAACAAAAAAAAAAAAAuwDkAAAAbAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:04:43.464Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:04:43.464Z"
},
{
"$type": "Document",
- "DocumentIndex": 28,
+ "DocumentIndex": 43,
"Title": "Dt_CabinOrderDetail_Hty .cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
"RelativeDocumentMoniker": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
@@ -538,12 +770,11 @@
"RelativeToolTip": "WIDESEA_Model\\Models\\SquareCabin\\Dt_CabinOrderDetail_Hty .cs",
"ViewState": "AgIAAAMAAAAAAAAAAAAAACIAAAAwAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:34:53.943Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:34:53.943Z"
},
{
"$type": "Document",
- "DocumentIndex": 36,
+ "DocumentIndex": 50,
"Title": "OrderDto.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
"RelativeDocumentMoniker": "WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
@@ -551,12 +782,11 @@
"RelativeToolTip": "WIDESEA_DTO\\SquareCabin\\OrderDto.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:52:19.146Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:52:19.146Z"
},
{
"$type": "Document",
- "DocumentIndex": 29,
+ "DocumentIndex": 44,
"Title": "OutOrderJob.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\OutOrderJob.cs",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\OutOrderJob.cs",
@@ -564,12 +794,11 @@
"RelativeToolTip": "WIDESEA_WMSServer\\OutOrderJob.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T14:00:28.363Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T14:00:28.363Z"
},
{
"$type": "Document",
- "DocumentIndex": 30,
+ "DocumentIndex": 45,
"Title": "TowcsDto.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
"RelativeDocumentMoniker": "WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
@@ -577,12 +806,11 @@
"RelativeToolTip": "WIDESEA_DTO\\SquareCabin\\TowcsDto.cs",
"ViewState": "AgIAAAgAAAAAAAAAAAAwwBwAAAAJAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:49:20.527Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:49:20.527Z"
},
{
"$type": "Document",
- "DocumentIndex": 31,
+ "DocumentIndex": 46,
"Title": "InventoryServices.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_SquareCabinServices\\InventoryServices.cs",
"RelativeDocumentMoniker": "WIDESEA_SquareCabinServices\\InventoryServices.cs",
@@ -590,12 +818,11 @@
"RelativeToolTip": "WIDESEA_SquareCabinServices\\InventoryServices.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:34:35.457Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:34:35.457Z"
},
{
"$type": "Document",
- "DocumentIndex": 32,
+ "DocumentIndex": 47,
"Title": "InventoryController.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
@@ -603,12 +830,11 @@
"RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\InventoryController.cs",
"ViewState": "AgIAAAkAAAAAAAAAAADwvx0AAABBAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:34:02.804Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:34:02.804Z"
},
{
"$type": "Document",
- "DocumentIndex": 33,
+ "DocumentIndex": 48,
"Title": "SupplierController.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
@@ -616,12 +842,11 @@
"RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\SupplierController.cs",
"ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:34:02.138Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:34:02.138Z"
},
{
"$type": "Document",
- "DocumentIndex": 34,
+ "DocumentIndex": 49,
"Title": "CabinOrderController.cs",
"DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
"RelativeDocumentMoniker": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
@@ -629,21 +854,7 @@
"RelativeToolTip": "WIDESEA_WMSServer\\Controllers\\SquareCabin\\CabinOrderController.cs",
"ViewState": "AgIAAAgAAAAAAAAAAAAlwBkAAAARAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:19:01.579Z",
- "EditorCaption": ""
- },
- {
- "$type": "Document",
- "DocumentIndex": 35,
- "Title": "ICabinOrderServices.cs",
- "DocumentMoniker": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
- "RelativeDocumentMoniker": "WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
- "ToolTip": "E:\\FangCangZhiNeng2025\\10\\23\\\u65B0\u5EFA\u6587\u4EF6\u5939\\WIDESEA_WMSServer\\WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
- "RelativeToolTip": "WIDESEA_ISquareCabinServices\\ICabinOrderServices.cs",
- "ViewState": "AgIAAAMAAAAAAAAAAADgvxMAAAAbAAAAAAAAAA==",
- "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
- "WhenOpened": "2025-10-23T13:19:09.033Z",
- "EditorCaption": ""
+ "WhenOpened": "2025-10-23T13:19:01.579Z"
}
]
},
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/HierarchyCache.v1.txt" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/HierarchyCache.v1.txt"
index 233025e..24c2c5c 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/HierarchyCache.v1.txt"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/HierarchyCache.v1.txt"
Binary files differ
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary1/ITacticsService.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary1/ITacticsService.cs"
new file mode 100644
index 0000000..b13de02
--- /dev/null
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary1/ITacticsService.cs"
@@ -0,0 +1,17 @@
+锘縰sing 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_IWMsInfoServices
+{
+ public interface ITacticsService : IService<Dt_Tactics>
+ {
+
+ }
+}
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary2/TacticsService.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary2/TacticsService.cs"
new file mode 100644
index 0000000..95bfa5e
--- /dev/null
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary2/TacticsService.cs"
@@ -0,0 +1,27 @@
+锘縰sing HslCommunication;
+using Newtonsoft.Json;
+using Quartz.Util;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using WIDESEA_Core;
+using WIDESEA_Core.BaseRepository;
+using WIDESEA_Core.BaseServices;
+using WIDESEA_Core.Helper;
+using WIDESEA_IWMsInfoServices;
+using WIDESEA_Model.Models;
+using static WIDESEA_DTO.SquareCabin.TowcsDto;
+
+namespace WIDESEA_WMsInfoServices
+{
+ public class TacticsService : ServiceBase<Dt_Tactics, IRepository<Dt_Tactics>>, ITacticsService
+ {
+ public TacticsService(IRepository<Dt_Tactics> BaseDal) : base(BaseDal)
+ {
+ }
+
+
+ }
+}
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Tactics.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Tactics.cs"
new file mode 100644
index 0000000..09fceb8
--- /dev/null
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Tactics.cs"
@@ -0,0 +1,55 @@
+锘縰sing SqlSugar;
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using WIDESEA_Core.DB.Models;
+
+namespace WIDESEA_Model.Models
+{
+ /// <summary>
+ /// /鍑哄叆搴撶瓥鐣�
+ /// </summary>
+ [SugarTable(nameof(Dt_Tactics), "鍑哄叆搴撶瓥鐣�")]
+ public class Dt_Tactics : BaseEntity
+ {
+ /// <summary>
+ /// 涓婚敭
+ /// </summary>
+ [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
+ public int Id { get; set; }
+
+
+ /// <summary>
+ /// 閫夋嫨绛栫暐
+ /// </summary>
+ public int SelectTactice { get; set; }
+ }
+
+ /// <summary>
+ /// 鍑哄叆搴撶瓥鐣�
+ /// </summary>
+ public enum TacticsEnum
+ {
+ /// <summary>
+ /// 鍏堣繘鍏堝嚭
+ /// </summary>
+ [Description("鍏堣繘鍏堝嚭")]
+ FirstOFout=1,
+
+ /// <summary>
+ /// 涓存湡鍏堝嚭
+ /// </summary>
+ [Description("涓存湡鍏堝嚭")]
+ ComeOutonFirstTime,
+
+
+ /// <summary>
+ /// 鏁翠欢鍏堝嚭
+ /// </summary>
+ [Description("鏁翠欢鍏堝嚭")]
+ WholePieceComesFirst,
+ }
+}
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SystemService/Sys_DictionaryService.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SystemService/Sys_DictionaryService.cs"
index 172381b..2726e80 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SystemService/Sys_DictionaryService.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SystemService/Sys_DictionaryService.cs"
@@ -218,6 +218,29 @@
result = new VueDictionaryDTO { DicNo = key, Config = "", Data = data };
}
break;
+ case "TacticsEnum":
+ {
+ List<object> data = new List<object>();
+ Type type = typeof(TacticsEnum);
+ List<int> enums = Enum.GetValues(typeof(TacticsEnum)).Cast<int>().ToList();
+ int index = 0;
+ foreach (var item in enums)
+ {
+ FieldInfo? fieldInfo = typeof(TacticsEnum).GetField(((TacticsEnum)item).ToString());
+ DescriptionAttribute? description = fieldInfo.GetCustomAttribute<DescriptionAttribute>();
+ if (description != null)
+ {
+ data.Add(new { key = item.ToString(), value = description.Description });
+ }
+ else
+ {
+ data.Add(new { key = item.ToString(), value = item.ToString() });
+ }
+ index++;
+ }
+ result = new VueDictionaryDTO { DicNo = key, Config = "", Data = data };
+ }
+ break ;
}
return result;
}
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/WMSInfo/TacticsController.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/WMSInfo/TacticsController.cs"
new file mode 100644
index 0000000..f629bbd
--- /dev/null
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/WMSInfo/TacticsController.cs"
@@ -0,0 +1,18 @@
+锘縰sing Microsoft.AspNetCore.Http;
+using Microsoft.AspNetCore.Mvc;
+using System.ComponentModel;
+using WIDESEA_Core.BaseController;
+using WIDESEA_IWMsInfoServices;
+using WIDESEA_Model.Models;
+
+namespace WIDESEA_WMSServer.Controllers.WMSInfo
+{
+ [Route("api/[controller]")]
+ [ApiController]
+ public class TacticsController : ApiBaseController<ITacticsService, Dt_Tactics>
+ {
+ public TacticsController(ITacticsService service) : base(service)
+ {
+ }
+ }
+}
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/extension/basic/tactics.js" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/extension/basic/tactics.js"
new file mode 100644
index 0000000..2a460c3
--- /dev/null
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/extension/basic/tactics.js"
@@ -0,0 +1,69 @@
+//姝s鏂囦欢鏄敤鏉ヨ嚜瀹氫箟鎵╁睍涓氬姟浠g爜锛屽彲浠ユ墿灞曚竴浜涜嚜瀹氫箟椤甸潰鎴栬�呴噸鏂伴厤缃敓鎴愮殑浠g爜
+
+let extension = {
+ components: {
+ //鏌ヨ鐣岄潰鎵╁睍缁勪欢
+ gridHeader: '',
+ gridBody: '',
+ gridFooter: '',
+ //鏂板缓銆佺紪杈戝脊鍑烘鎵╁睍缁勪欢
+ modelHeader: '',
+ modelBody: '',
+ modelFooter: ''
+ },
+ tableAction: '', //鎸囧畾鏌愬紶琛ㄧ殑鏉冮檺(杩欓噷濉啓琛ㄥ悕,榛樿涓嶇敤濉啓)
+ buttons: { view: [], box: [], detail: [] }, //鎵╁睍鐨勬寜閽�
+ methods: {
+ onInit() {
+ // 鍒濆鍖栫瓥鐣ユ灇涓句笅鎷夋鏁版嵁
+ this.setTacticsEnumOptions();
+ },
+
+ onInited() {
+ //妗嗘灦鍒濆鍖栭厤缃悗
+ //鍙互鍦ㄨ繖閲岄厤缃笅鎷夋鏁版嵁
+ this.setTacticsEnumOptions();
+ },
+
+
+ },
+
+
+ searchBefore(param) {
+ //鐣岄潰鏌ヨ鍓�,鍙互缁檖aram.wheres娣诲姞鏌ヨ鍙傛暟
+ //杩斿洖false锛屽垯涓嶄細鎵ц鏌ヨ
+ return true;
+ },
+
+ searchAfter(result) {
+ //鏌ヨ鍚庯紝result杩斿洖鐨勬煡璇㈡暟鎹�,鍙互鍦ㄦ樉绀哄埌琛ㄦ牸鍓嶅鐞嗚〃鏍肩殑鍊�
+ return true;
+ },
+
+ addBefore(formData) {
+ //鏂板缓淇濆瓨鍓峟ormData涓哄璞★紝鍖呮嫭鏄庣粏琛紝鍙互缁欑粰琛ㄥ崟璁剧疆鍊�
+ return true;
+ },
+
+ updateBefore(formData) {
+ //缂栬緫淇濆瓨鍓峟ormData涓哄璞★紝鍖呮嫭鏄庣粏琛ㄣ�佸垹闄よ鐨処d
+ return true;
+ },
+
+ rowClick({ row, column, event }) {
+ //鏌ヨ鐣岄潰鐐瑰嚮琛屼簨浠�
+ this.$refs.table.$refs.table.toggleRowSelection(row); //鍗曞嚮琛屾椂閫変腑褰撳墠琛�;
+ },
+
+ modelOpenAfter(row) {
+ //鐐瑰嚮缂栬緫銆佹柊寤烘寜閽脊鍑烘鍚庯紝鍙互鍦ㄦ澶勫啓閫昏緫
+ if (this.currentAction === 'Add') {
+ // 鏂板缓鎿嶄綔锛岃缃粯璁ゅ��
+ this.editFormFields.SelectTactice = '1'; // 榛樿閫夋嫨鍏堣繘鍏堝嚭绛栫暐
+ }
+ },
+
+
+};
+
+export default extension
\ No newline at end of file
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/Incoming.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/Incoming.vue"
index 0864287..cd293eb 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/Incoming.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/Incoming.vue"
@@ -1,62 +1,87 @@
-<template>
-<div class="container">
- <el-radio-group v-model="radio" size="large" style="margin-top:20px;color: white;">
- <!-- <el-radio :value="3">鍏堝叆鍏堝嚭 </el-radio> -->
- <el-radio :value="6">鍏堣繘鍚庡嚭</el-radio>
- <el-radio :value="9">闆舵湡鍏堝嚭 </el-radio>
- <el-radio :value="12">鏁翠欢鍏堝嚭 </el-radio>
- </el-radio-group>
-</div>
-<div class="button" style="text-align: right; margin-top: 50px; margin-right: 300px;">
- <el-button type="primary" size="large" @click="handleConfirm">纭畾</el-button>
-</div>
-
+<!--
+*Author锛歫xx
+ *Contact锛�283591387@qq.com
+ *浠g爜鐢辨鏋剁敓鎴�,浠讳綍鏇存敼閮藉彲鑳藉鑷磋浠g爜鐢熸垚鍣ㄨ鐩�
+ *涓氬姟璇峰湪@/extension/basic/tactics.js姝ゅ缂栧啓
+ -->
+<template>
+ <view-grid ref="grid"
+ :columns="columns"
+ :detail="detail"
+ :editFormFields="editFormFields"
+ :editFormOptions="editFormOptions"
+ :searchFormFields="searchFormFields"
+ :searchFormOptions="searchFormOptions"
+ :table="table"
+ :extend="extend">
+ </view-grid>
</template>
-
-
-<script setup>
-import { ref } from 'vue'
-import { ElMessage } from 'element-plus'
-const radio = ref(4)
-const handleConfirm = () => {
- ElMessage.success('鍒囨崲鎴愬姛')
-}
-</script>
-
-<style scoped>
-/* 澶栧眰瀹瑰櫒锛氬叏灞忓眳涓� */
-.container {
- margin-top: 100px;
- display: flex;
- flex-direction: column; /* 鍨傜洿鎺掑垪 */
- justify-content: center; /* 鍨傜洿灞呬腑 */
- align-items: center; /* 姘村钩灞呬腑 */
- /* background-color: #50a375; */
- font-size: 24px; /* 鏁翠綋鏀惧ぇ */
-}
-
-/* 鏍囬鏍峰紡 */
-.title {
- font-size: 32px;
- font-weight: bold;
- margin-bottom: 40px; /* 鍜屾寜閽粍淇濇寔闂磋窛 */
-}
-
-
-
-/* 鎸夐挳缁勫唴閮細璁╂瘡涓�夐」绾靛悜鎺掑垪 */
-.el-radio-group {
- display: flex;
- flex-direction: column; /* 鍨傜洿鎺掑垪 */
- gap: 20px; /* 姣忎釜鍗曢�夋寜閽殑闂磋窛 */
-}
-
-::v-deep(.el-radio) {
- transform: scale(1.5); /* 鏁翠綋鏀惧ぇ */
- margin: 10px 0; /* 姣忎釜鍗曢�変箣闂村姞闂磋窛 */
-}
-
-::v-deep(.el-radio__label) {
- font-size: 30px; /* 鏀惧ぇ鏂囧瓧 */
-}
-</style>
\ No newline at end of file
+<script>
+ import extend from "@/extension/basic/tactics.js";
+ import { ref, defineComponent } from "vue";
+ export default defineComponent({
+ setup() {
+ const table = ref({
+ key: 'id',
+ footer: "Foots",
+ cnName: '鍑哄叆搴撶瓥鐣�',
+ name: 'Tactics',
+ url: "/Tactics/",
+ sortName: "id"
+ });
+ const editFormFields = ref({
+ SelectTactice: ""
+ });
+ const editFormOptions = ref([
+ [
+ {
+ field: "SelectTactice",
+ title: "閫夋嫨绛栫暐",
+ type: "select",
+ required: true,
+ bind: { key: "tacticsEnum", data: [] },
+ span: 24
+ }
+ ]
+ ]);
+ const searchFormFields = ref({
+ SelectTactice: ""
+ });
+ const searchFormOptions = ref([
+ [
+ {
+ title: "绛栫暐绫诲瀷",
+ field: "SelectTactice",
+ type: "eq",
+ bind: { key: "tacticsEnum", data: [] }
+ }
+ ]
+ ]);
+ const columns = ref([
+ {field:'id',title:'涓婚敭',type:'int',width:90,hidden:true,readonly:true,require:true,align:'left'},
+ {field:'SelectTactice',title:'閫夋嫨绛栫暐',type:'select',width:120,align:'left',bind:{key:'tacticsEnum',data:[]}},
+ {field:'creater',title:'鍒涘缓鑰�',type:'string',width:100,require:true,align:'left'},
+ {field:'createDate',title:'鍒涘缓鏃堕棿',type:'datetime',width:160,require:true,align:'left',sort:true},
+ {field:'modifier',title:'淇敼浜�',type:'string',width:100,align:'left'},
+ {field:'modifyDate',title:'淇敼鏃ユ湡',type:'datetime',width:160,align:'left',sort:true}
+ ]);
+ const detail = ref({
+ cnName: "#detailCnName",
+ table: "#detailTable",
+ columns: [],
+ sortName: "",
+ key: ""
+ });
+ return {
+ table,
+ extend,
+ editFormFields,
+ editFormOptions,
+ searchFormFields,
+ searchFormOptions,
+ columns,
+ detail,
+ };
+ },
+ });
+</script>
\ No newline at end of file
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/outboundOrder.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/outboundOrder.vue"
index 9226285..f47b4ba 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/outboundOrder.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/outboundOrder.vue"
@@ -1,11 +1,4 @@
-<!--
-*Author锛歫xx
- *Contact锛�283591387@qq.com
- *浠g爜鐢辨鏋剁敓鎴�,浠讳綍鏇存敼閮藉彲鑳藉鑷磋浠g爜鐢熸垚鍣ㄨ鐩�
- *涓氬姟璇峰湪@/extension/widesea_wcs/order/Dt_OutboundOrder_Hty.js姝ゅ缂栧啓
- -->
-
-<template>
+ <template>
<view-grid ref="grid"
:columns="columns"
:detail="detail"
--
Gitblit v1.9.3