using CZKJ.GBRS2.Entity; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace CZKJ.GBRS2.WebMVC.Models { public class AboutStatementModel { public ArticleEntity articleEntity { get; set; } } }