mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
remove remark
This commit is contained in:
@@ -44,9 +44,7 @@ namespace SqlSugar
|
|||||||
|
|
||||||
public static Type SugarType = typeof(SqlSugarProvider);
|
public static Type SugarType = typeof(SqlSugarProvider);
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 数值类型
|
|
||||||
/// </summary>
|
|
||||||
internal static Type[] NumericalTypes = new Type[]
|
internal static Type[] NumericalTypes = new Type[]
|
||||||
{
|
{
|
||||||
typeof(int),
|
typeof(int),
|
||||||
|
Reference in New Issue
Block a user