Files
Yi.Framework/Yi.Framework.Net6/Yi.Framework.Repository/UnitOfWork.cs
2023-01-02 13:59:05 +08:00

12 lines
211 B
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
using SqlSugar;
namespace Yi.Framework.Repository
{
/// <summary>
/// Sqlsugar自带工作单元何乐而不为呢
/// </summary>
public class UnitOfWork: SugarUnitOfWork
{
}
}