//using SqlSugar; //using Yi.Framework.Common.Models; //using Yi.Framework.Model.Models; //namespace Yi.Framework.Repository //{ // public class DataContext : SimpleClient where T : class, IBaseModelEntity, new() // { // public DataContext(ISqlSugarClient context) : base(context) // { // } // } //} //简化已被弃用