using System; using System.Collections.Generic; using System.Text; namespace CZFW.MDB.Model { public class SimpleSysConfigModel { public string ProjectName { get; set; } public string SiteUrl { get; set; } public string Logo { get; set; } } }