| using System;using System.Collections.Generic;namespace Dfs.WayneChina.SpsDataCourier.SpsData{    public partial class TCardstate    {        public ulong Gid { get; set; }        public byte? CstateNo { get; set; }        public byte? CstateLen { get; set; }        public string Cstate { get; set; }        public string CardNo { get; set; }    }}
 |