From 0f0b7ba9b77c55db4e13b10fd5de3a01183fb356 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期一, 13 四月 2026 08:40:37 +0800
Subject: [PATCH] PLS接口开发

---
 项目代码/WMS/WMSServices/WIDESEA_Common/CommonEnum/EnableEnum.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/CommonEnum/EnableEnum.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/CommonEnum/EnableEnum.cs"
index e4d3718..3b91ef0 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/CommonEnum/EnableEnum.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/CommonEnum/EnableEnum.cs"
@@ -15,13 +15,13 @@
         /// <summary>
         /// 绂佺敤
         /// </summary>
-        [Description("绂佺敤")]
+        [Description("鏈夋晥")]
         Disable = 0,
 
         /// <summary>
         /// 鍚敤
         /// </summary>
-        [Description("鍚敤")]
+        [Description("鏃犳晥")]
         Enable = 1,
     }
 }

--
Gitblit v1.9.3