using SqlSugar; namespace Seyounth.Hyosung.Data.Repositories; public interface IRepository : ISimpleClient where T : class, new() { }