mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
-
This commit is contained in:
@@ -9,7 +9,6 @@ namespace SqlSugar
|
||||
{
|
||||
public class SugarParameter : DbParameter
|
||||
{
|
||||
|
||||
public SugarParameter(string name, object value)
|
||||
{
|
||||
this.Value = value;
|
||||
|
Reference in New Issue
Block a user