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