using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbModels.Models { public partial class TClientauth { public ulong Gid { get; set; } public uint? Sno { get; set; } public string License { get; set; } public string HdNum { get; set; } } }