From 2044377679930e8580573322b2a62624a9b0e927 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期一, 13 四月 2026 08:40:42 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/RuiShiGe/HanDanLiKu

---
 项目代码/WMS/WMSServices/WIDESEA_Common/PLSEnum/ReturnToPlsStatusEnum.cs |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/PLSEnum/ReturnToPlsStatusEnum.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/PLSEnum/ReturnToPlsStatusEnum.cs"
new file mode 100644
index 0000000..87ba0a6
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/PLSEnum/ReturnToPlsStatusEnum.cs"
@@ -0,0 +1,30 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace WIDESEA_Common.PLSEnum
+{
+    public enum ReturnToPlsStatusEnum
+    {
+        /// <summary>
+        /// 鏈帹閫�
+        /// </summary>
+        [Description("鏈帹閫�")]
+        鏈帹閫� = 0,
+
+        /// <summary>
+        /// 鎺ㄩ�佹垚鍔�
+        /// </summary>
+        [Description("鎺ㄩ�佹垚鍔�")]
+        鎺ㄩ�佹垚鍔� = 1,
+
+        /// <summary>
+        /// 鎺ㄩ�佸け璐�
+        /// </summary>
+        [Description("鎺ㄩ�佸け璐�")]
+        鎺ㄩ�佸け璐� = 2,
+    }
+}

--
Gitblit v1.9.3