From a8367fa42d18c40407408c79e8a5fd32cd09f05c Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 21 四月 2026 11:21:03 +0800
Subject: [PATCH] 更新WMS接口文档,添加修改出入口站台类型接口,优化接口日志记录方法

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpLocationStatusDTO.cs |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpLocationStatusDTO.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpLocationStatusDTO.cs"
index 7093b05..3041eef 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpLocationStatusDTO.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpLocationStatusDTO.cs"
@@ -6,24 +6,18 @@
 
 namespace WIDESEAWCS_DTO.WMS
 {
-    public class UpLocationStatusDTO
+    public class UpStationTypeDTO
     {
-
         /// <summary>
-        /// 浠撳簱id
+        /// 绔欏彴绫诲瀷
+        /// 1鍏ュ簱绔欏彴锛�2鍑哄簱绔欏彴锛�3鍑哄叆搴撶珯鍙�
         /// </summary>
-        public int WarehouseId { get; set; }
+        public int stationType { get; set; }
 
 
         /// <summary>
-        /// 绂佺敤鐘舵�侊紙0 鍚敤锛�3 绂佺敤锛�
+        /// 绔欏彴缂栧彿
         /// </summary>
-        public int EnableStatus { get; set; }
-
-
-        /// <summary>
-        /// 璐т綅缂栧彿鍒楄〃
-        /// </summary>
-        public string[] LocationNubList { get; set; }
+        public string stationCode { get; set; }
     }
 }

--
Gitblit v1.9.3