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