mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 16:18:47 +08:00
-
This commit is contained in:
parent
105894743b
commit
b64a5d187c
@ -7,6 +7,12 @@ using System.Reflection;
|
|||||||
using System.Reflection.Emit;
|
using System.Reflection.Emit;
|
||||||
namespace SqlSugar
|
namespace SqlSugar
|
||||||
{
|
{
|
||||||
|
///<summary>
|
||||||
|
/// ** description:IDataReader Entity Builder
|
||||||
|
/// ** author:sunkaixuan
|
||||||
|
/// ** date:2017/4/2
|
||||||
|
/// ** qq:610262374
|
||||||
|
/// </summary>
|
||||||
public partial class IDataReaderEntityBuilder<T>
|
public partial class IDataReaderEntityBuilder<T>
|
||||||
{
|
{
|
||||||
private SqlSugarClient Context = null;
|
private SqlSugarClient Context = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user