mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
-
This commit is contained in:
parent
7339f25c42
commit
99c3d54d33
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user