using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Yi.Framework.Domain.Shared.Student.IRepository; namespace Yi.Framework.Sqlsugar.Student { /// /// 仓储实现方式 /// public class StudentRepository: IStudentRepository { } }