This commit is contained in:
sunkaixuan 2017-01-08 00:39:42 +08:00
parent 7339f25c42
commit 99c3d54d33

View File

@ -9,7 +9,6 @@ namespace SqlSugar
{
public class SugarParameter : DbParameter
{
public SugarParameter(string name, object value)
{
this.Value = value;