using System;
using System.Collections.Generic;

namespace Dfs.WayneChina.SpsDataCourier.SpsData
{
    public partial class TCardlogout
    {
        public ulong Gid { get; set; }
        public ulong? AcctGid { get; set; }
        public string AcctId { get; set; }
        public ulong? CardId { get; set; }
        public string CardNo { get; set; }
        public sbyte? CardType { get; set; }
        public string Holder { get; set; }
        public string PhoneNo { get; set; }
        public uint? Sno { get; set; }
        public uint? LogSno { get; set; }
        public string OperNo { get; set; }
        public DateTime? LgtDate { get; set; }
        public string Carno { get; set; }
        public DateTime? KcDate { get; set; }
        public DateTime? Startdate { get; set; }
    }
}