From 7339f25c423562fc0f0f6a57513d2702d5817f29 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Sun, 8 Jan 2017 00:39:28 +0800 Subject: [PATCH] - --- SqlSugar/ExpressionsToSql/SugarParameter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SqlSugar/ExpressionsToSql/SugarParameter.cs b/SqlSugar/ExpressionsToSql/SugarParameter.cs index 92b5e9355..d5f95c6ee 100644 --- a/SqlSugar/ExpressionsToSql/SugarParameter.cs +++ b/SqlSugar/ExpressionsToSql/SugarParameter.cs @@ -5,7 +5,6 @@ using System.Data.Common; using System.Linq; using System.Text; using System.Threading.Tasks; - namespace SqlSugar { public class SugarParameter : DbParameter