This commit is contained in:
sunkaixuan 2017-04-23 14:48:57 +08:00
parent 105894743b
commit b64a5d187c

View File

@ -7,6 +7,12 @@ using System.Reflection;
using System.Reflection.Emit;
namespace SqlSugar
{
///<summary>
/// ** descriptionIDataReader Entity Builder
/// ** authorsunkaixuan
/// ** date2017/4/2
/// ** qq:610262374
/// </summary>
public partial class IDataReaderEntityBuilder<T>
{
private SqlSugarClient Context = null;