Infrastructure/OpenAuth.Repository/SugarDbContext_Bus.cs

13 lines
206 B
C#
Raw Normal View History

2024-11-13 09:19:06 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2025-05-13 15:18:14 +08:00
namespace OpenAuth.Repository
2024-11-13 09:19:06 +08:00
{
2025-05-13 15:18:14 +08:00
public partial class SugarDbContext
2024-11-13 09:19:06 +08:00
{
}
}