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/VMIStatusEnum.cs |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/PLSEnum/VMIStatusEnum.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/PLSEnum/VMIStatusEnum.cs"
new file mode 100644
index 0000000..7a5062a
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/PLSEnum/VMIStatusEnum.cs"
@@ -0,0 +1,42 @@
+锘縰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 VMIStatusEnum
+    {
+        /// <summary>
+        /// 宸茬粦瀹�
+        /// </summary>
+        [Description("宸茬粦瀹�")]
+        宸茬粦瀹� = 1,
+
+        /// <summary>
+        /// 宸插叆搴�
+        /// </summary>
+        [Description("宸插叆搴�")]
+        宸插叆搴� = 2,
+
+        /// <summary>
+        /// 宸插喕缁�
+        /// </summary>
+        [Description("宸插喕缁�")]
+        宸插喕缁� = 3,
+
+        /// <summary>
+        /// 宸插嚭搴�
+        /// </summary>
+        [Description("宸插嚭搴�")]
+        宸插嚭搴� = 4,
+
+        /// <summary>
+        /// 宸查��璐�
+        /// </summary>
+        [Description("宸查��璐�")]
+        宸查��璐� = 5,
+    }
+}

--
Gitblit v1.9.3