using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TSysinfo { public uint Gid { get; set; } public byte[] McPwd { get; set; } public byte[] Msgkey { get; set; } } }