using System; namespace SSWMS.Common { [Serializable] public class SYS_CONFIG { public int CONFIG_ID { get; set; } public string CONFIG_TYPE { get; set; } public string CONFIG_CODE { get; set; } public string CONFIG_NAME { get; set; } public string CONFIG_VALUE { get; set; } } }