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