namespace GCAS.Model { public class ConfigModel { public int Id { get; set; } public string Key { get; set; } public string Value { get; set; } public string Remark { get; set; } } }