回滚合并

This commit is contained in:
chenchun
2022-04-24 16:01:09 +08:00
parent 31d2c3c98e
commit 33bd8d1cd1
7 changed files with 228 additions and 49 deletions

View File

@@ -1,9 +1,10 @@
using SqlSugar;
using Yi.Framework.Common.Models;
using Yi.Framework.Model.Models;
namespace Yi.Framework.Repository
{
public class DataContext<T> : SimpleClient<T> where T : class, new()
public class DataContext<T> : SimpleClient<T> where T : class, BaseModelEntity, new()
{
public DataContext(ISqlSugarClient context) : base(context)
{