From e4921e003cc293fea714bdaf74dc6a6b6b750295 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期六, 25 四月 2026 16:20:51 +0800
Subject: [PATCH] Merge branch 'xiaoyang' into dev
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs
index 6916e59..eda44d5 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs
@@ -19,10 +19,10 @@
Undefined = 0,
/// <summary>
- /// 妯″垏娈�
+ /// 璐ф灦
/// </summary>
- [Description("妯″垏娈�")]
- SmallPallet = 1,
+ [Description("璐ф灦")]
+ ShelfCapacity = 1,
/// <summary>
/// 鍗风粫娈�
@@ -43,15 +43,15 @@
ExtraPallet = 4,
/// <summary>
- /// 鍖栨垚绌烘墭鐩�
+ /// 鍒嗗宸ヨ鏋�
/// </summary>
- [Description("鍖栨垚绌烘墭鐩�")]
- HCTrayPallet = 5,
+ [Description("鍒嗗宸ヨ鏋�")]
+ SubRackType = 5,
/// <summary>
- /// 鍖栨垚鍒嗗鎵樼洏
+ /// 鍒嗗鏌�
/// </summary>
- [Description("鍖栨垚鍒嗗鎵樼洏")]
- HCFRPallet = 6,
+ [Description("鍒嗗鏌�")]
+ Capacity = 6,
}
}
--
Gitblit v1.9.3