From 75dcfe564467731b993519eb59ce330703ed1d5b Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期六, 25 四月 2026 16:26:04 +0800
Subject: [PATCH] Merge branch 'dev' of http://115.159.85.185:8098/r/SuZhouGuanHong/ShanMeiXinNengYuan into dev
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs | 22 +++++++++++++++++-----
1 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs
index 67446d8..eda44d5 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs
@@ -19,15 +19,15 @@
Undefined = 0,
/// <summary>
- /// 灏忔墭鐩�
+ /// 璐ф灦
/// </summary>
- [Description("灏忔墭鐩�")]
- SmallPallet = 1,
+ [Description("璐ф灦")]
+ ShelfCapacity = 1,
/// <summary>
- /// 涓墭鐩�
+ /// 鍗风粫娈�
/// </summary>
- [Description("涓墭鐩�")]
+ [Description("鍗风粫娈�")]
MediumPallet = 2,
/// <summary>
@@ -41,5 +41,17 @@
/// </summary>
[Description("鐗瑰ぇ鎵樼洏")]
ExtraPallet = 4,
+
+ /// <summary>
+ /// 鍒嗗宸ヨ鏋�
+ /// </summary>
+ [Description("鍒嗗宸ヨ鏋�")]
+ SubRackType = 5,
+
+ /// <summary>
+ /// 鍒嗗鏌�
+ /// </summary>
+ [Description("鍒嗗鏌�")]
+ Capacity = 6,
}
}
--
Gitblit v1.9.3