using System; using CB.Entity; namespace CB.Interface.Infrastructure { public interface ISysGroupService:IRepository<SysGroupInfo> { } }