using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CB.Entity { /// <summary> /// 电视走势图服务器节点配置 /// </summary> public class TrendServerInfo : BaseEntity { } }