From a84aa68f69bd87e95844d5c12ebb6881a6924a3f Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 21 四月 2026 17:30:40 +0800
Subject: [PATCH] 1
---
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpLocationStatusDTO.cs | 18 ++++++++++++------
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpStationTypeDTO.cs | 18 ++++++------------
2 files changed, 18 insertions(+), 18 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 3041eef..7093b05 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,18 +6,24 @@
namespace WIDESEAWCS_DTO.WMS
{
- public class UpStationTypeDTO
+ public class UpLocationStatusDTO
{
+
/// <summary>
- /// 绔欏彴绫诲瀷
- /// 1鍏ュ簱绔欏彴锛�2鍑哄簱绔欏彴锛�3鍑哄叆搴撶珯鍙�
+ /// 浠撳簱id
/// </summary>
- public int stationType { get; set; }
+ public int WarehouseId { get; set; }
/// <summary>
- /// 绔欏彴缂栧彿
+ /// 绂佺敤鐘舵�侊紙0 鍚敤锛�3 绂佺敤锛�
/// </summary>
- public string stationCode { get; set; }
+ public int EnableStatus { get; set; }
+
+
+ /// <summary>
+ /// 璐т綅缂栧彿鍒楄〃
+ /// </summary>
+ public string[] LocationNubList { get; set; }
}
}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpStationTypeDTO.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpStationTypeDTO.cs"
index 7093b05..3041eef 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpStationTypeDTO.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/UpStationTypeDTO.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