GlobalUsings 清理实体层
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 09:20:04 +08:00
parent 0a1ce59670
commit 32931e155c
187 changed files with 7126 additions and 7323 deletions
+3
View File
@@ -293,6 +293,9 @@ namespace IRaCIS.Application.Services
Console.WriteLine(AesEncryption.Encrypt(MD5Helper.Md5("123456"), key));
Console.WriteLine();
Console.WriteLine(AesEncryption.Encrypt("cyldev", key));
Console.WriteLine($"原始文本: {plainText}");