using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace cn.sancainet.Resident.health.register.Entity.XiTong { public class sysConfigure { public string ID {get;set;} [DisplayName("参数KEY")] public string Name { get;set;} [DisplayName("参数值")] public string Value { get;set; } [DisplayName("参数类型")] public string Type { get;set; } [DisplayName("参数描述")] public string Memo { get;set; } public int px { get;set;} } }