using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TKeybroadinfo { public long Gid { get; set; } public string KeyType { get; set; } public string KeySort { get; set; } public string KeyDesc { get; set; } public string Remark { get; set; } } }