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