using CZFW.Framework.Model.Entity;
using CZKJ.GBRS2.Entity;
using System.Collections.Generic;
namespace CZKJ.GBRS2.WebMVC.Models
{
///
/// 新闻资讯
///
public class ArticleIndexModel
{
///
/// 新闻中心顶部广告位
///
public GalleryEntity GalleryEntity { get; set; }
///
/// 媒体聚焦左侧图
///
public TypeEntity LeftImage { get; set; }
///
/// 媒体聚焦
///
public IList MediaFocusList { get; set; }
///
/// 社会责任
///
public GalleryEntity CenterGallery { get; set; }
///
/// 行业资讯
///
public IList InformationList { get; set; }
///
/// 国宝动态
///
public IList DynamicList { get; set; }
}
}