12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDataCourier.SpsData
- {
- public partial class TCardinfo
- {
- public ulong Gid { get; set; }
- public byte? CardSno { get; set; }
- public uint? Sno { get; set; }
- public ulong CardId { get; set; }
- public string CardNo { get; set; }
- public uint? Ctc { get; set; }
- public string Ctctime { get; set; }
- public ulong? AcctGid { get; set; }
- public string AcctId { get; set; }
- public string UserNo { get; set; }
- public string Holder { get; set; }
- public string PhoneNo { get; set; }
- public uint? DmaxPay { get; set; }
- public uint? MmaxPay { get; set; }
- public uint? YmaxPay { get; set; }
- public uint? OnceMaxPay { get; set; }
- public byte? BLimitCar { get; set; }
- public string Carno { get; set; }
- public byte? CStatus { get; set; }
- public string UserPin { get; set; }
- public DateTime? OverDate { get; set; }
- public DateTime? KcDate { get; set; }
- public string OperNo { get; set; }
- public byte? BLmtGood { get; set; }
- public string LmtOil { get; set; }
- public byte? CardType { get; set; }
- public string AuthStr { get; set; }
- public string TmpChkStr { get; set; }
- public uint? DiscountNo { get; set; }
- public DateTime? Startdate { get; set; }
- public uint? PreMalloc { get; set; }
- public uint? Money { get; set; }
- public long? RechgTotal { get; set; }
- public uint? IntegralTotal { get; set; }
- public byte? CardClass { get; set; }
- public uint? Tmac { get; set; }
- public byte? LimitTimes { get; set; }
- public byte? UploadFlag { get; set; }
- public int? Ctcflag { get; set; }
- public byte? EnableSms { get; set; }
- }
- }
|