mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-18 04:33:15 +08:00
14 lines
250 B
C#
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; }
|
|
}
|
|
}
|