using System; using System.Collections.Generic; using CB.Entity; namespace CB.Interface.Infrastructure { public interface IChartCssConfigService : IRepository<ChartCssConfigInfo> { } }