Files
SqlSugar/SqlSugar/Abstract/SqlableProvider.cs
sunkaixuan 3363b2aa91 Ok
2017-01-07 21:54:51 +08:00

13 lines
234 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SqlSugar
{
public partial class SqlableProvider : ISugarSqlable
{
public SqlSugarClient Context { get; set; }
}
}