From 77b43612f84d3203d33c091b37f9b1b0c83bd895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Tue, 10 Jun 2025 09:46:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Infrastructure/ERP/Util/MD5Encryption.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Infrastructure/ERP/Util/MD5Encryption.cs b/Infrastructure/ERP/Util/MD5Encryption.cs index 3237061b..0ab1ea7e 100644 --- a/Infrastructure/ERP/Util/MD5Encryption.cs +++ b/Infrastructure/ERP/Util/MD5Encryption.cs @@ -1,4 +1,5 @@ -using System.Security.Cryptography; +using System; +using System.Security.Cryptography; using System.Text; namespace U8Server.Util