From 142771b3ac36645a4b6ef62006e257f6c8324a1c Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 22 四月 2026 15:48:11 +0800
Subject: [PATCH] docs: 添加出库任务TargetAddress输送线任务冲突检查设计文档
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs
index 132dd2e..7d6750a 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs
@@ -33,21 +33,21 @@
/// 鍒嗗1鍙蜂粨搴�
/// </summary>
[Description("鍒嗗1鍙蜂粨搴�")]
- HCFR1 = 3,
+ HCSC1 = 3,
/// <summary>
/// 楂樻俯2鍙蜂粨搴�
/// </summary>
[Description("楂樻俯2鍙蜂粨搴�")]
- GW2 = 4,
+ GWSC2 = 4,
/// <summary>
/// 姝f瀬鍗蜂粨
/// </summary>
[Description("姝f瀬鍗蜂粨")]
- ZJ1 = 5,
+ ZJ1 = 6,
/// <summary>
/// 璐熸瀬鍗蜂粨
/// </summary>
[Description("璐熸瀬鍗蜂粨")]
- FJ1 = 6
+ FJ1 = 7
}
}
--
Gitblit v1.9.3