using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbManager.Models { public partial class TCardstate { public long Gid { get; set; } public byte? CstateNo { get; set; } public byte? CstateLen { get; set; } public string Cstate { get; set; } public string CardNo { get; set; } } }