using System; using CB.Entity; namespace CB.Interface.Infrastructure { public interface ITrendChartItemService : IRepository { /// /// 根据ChartId删除走势图对应配置列表 /// /// /// bool DeleteList(int chartId); } }