Browse Source

remove remark

pull/2/head
skx 4 years ago
parent
commit
0c742a1d20
  1. 4
      Src/Asp.Net/SqlSugar/Utilities/UtilConstants.cs

4
Src/Asp.Net/SqlSugar/Utilities/UtilConstants.cs

@ -44,9 +44,7 @@ namespace SqlSugar
public static Type SugarType = typeof(SqlSugarProvider);
/// <summary>
/// 数值类型
/// </summary>
internal static Type[] NumericalTypes = new Type[]
{
typeof(int),

Loading…
Cancel
Save