remove remark

This commit is contained in:
skx 2021-02-05 13:06:41 +08:00
parent 2373de787e
commit 0c742a1d20

View File

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