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 ++++++++++++------
1 files changed, 12 insertions(+), 6 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; }
}
}
--
Gitblit v1.9.3