Kaynağa Gözat

😎代码整理

zuohuaijun 2 yıl önce
ebeveyn
işleme
357ef768e9

+ 1 - 1
Admin.NET/Admin.NET.Core/Attribute/DictAttribute.cs

@@ -64,7 +64,7 @@ public class DictAttribute : ValidationAttribute, ITransient
     public string DictTypeCode { get; set; }
 
     /// <summary>
-    ///是否允许空字符串
+    /// 是否允许空字符串
     /// </summary>
     public bool AllowEmptyStrings { get; set; } = false;