mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 08:10:51 +08:00
12 lines
211 B
C#
12 lines
211 B
C#
|
|
using SqlSugar;
|
|||
|
|
|
|||
|
|
namespace Yi.Framework.Repository
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Sqlsugar自带工作单元,何乐而不为呢?
|
|||
|
|
/// </summary>
|
|||
|
|
public class UnitOfWork: SugarUnitOfWork
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|