zuohuaijun пре 2 година
родитељ
комит
357ef768e9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Admin.NET/Admin.NET.Core/Attribute/DictAttribute.cs

+ 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;