SqlSugar/Src/Asp.NetCore2/SqlSugar/ExpressionsToSql/Common/ExpressionOutParameter.cs
2022-04-13 22:57:18 +08:00

14 lines
250 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SqlSugar
{
public class ExpressionOutParameter
{
public SqlSugarProvider Context { get; set; }
}
}