AboutStatementModel.cs 271 B

1234567891011121314
  1. using CZKJ.GBRS2.Entity;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Threading.Tasks;
  6. namespace CZKJ.GBRS2.WebMVC.Models
  7. {
  8. public class AboutStatementModel
  9. {
  10. public ArticleEntity articleEntity { get; set; }
  11. }
  12. }