From 871a7e1ce9a1b1925e228864baf42cafd41371f2 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期三, 03 十二月 2025 10:04:29 +0800
Subject: [PATCH] 提交
---
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs | 34 +++++++++++++++-------------------
1 files changed, 15 insertions(+), 19 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs"
index 67446d8..d97e18f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs"
@@ -13,33 +13,29 @@
public enum LocationTypeEnum
{
/// <summary>
- /// 鏈畾涔�
+ /// 姝e父鐗╂枡鍖�
/// </summary>
- [Description("鏈畾涔�")]
- Undefined = 0,
+ [Description("姝e父鐗╂枡鍖�")]
+ Normal = 0,
/// <summary>
- /// 灏忔墭鐩�
+ /// 涓嶈壇鍝佸尯
/// </summary>
- [Description("灏忔墭鐩�")]
- SmallPallet = 1,
-
+ [Description("涓嶈壇鍝佸尯")]
+ Defective = 1,
/// <summary>
- /// 涓墭鐩�
+ /// PCBA鍖�
/// </summary>
- [Description("涓墭鐩�")]
- MediumPallet = 2,
+ [Description("PCBA鍖�")]
+ PCBA = 2,
- /// <summary>
- /// 澶ф墭鐩�
+ /// <summary>
+ /// 淇濈◣鍖�
/// </summary>
- [Description("澶ф墭鐩�")]
- LargePallet = 3,
+ [Description("淇濈◣鍖�")]
+ Bonded = 3,
- /// <summary>
- /// 鐗瑰ぇ鎵樼洏
- /// </summary>
- [Description("鐗瑰ぇ鎵樼洏")]
- ExtraPallet = 4,
+
+
}
}
--
Gitblit v1.9.3