using System;
using System.Collections.Generic;

namespace Dfs.WayneChina.SpsDataCourier.SpsData
{
    public partial class TTableaudit
    {
        public ulong Gid { get; set; }
        public DateTime OperationTime { get; set; }
        public long? AccountCreated { get; set; }
        public long? AccountUpdated { get; set; }
        public long? CardInfoCreated { get; set; }
        public long? CardInfoUpdated { get; set; }
        public string CardInfoDeleted { get; set; }
        public long? ClosedCardCreated { get; set; }
        public long? TransCreated { get; set; }
        public long? RechargeCreated { get; set; }
        public long? LostCardCreated { get; set; }
        public long? BlacklistedCardCreated { get; set; }
        public long? BlacklistedCardUpdated { get; set; }
        public string BlacklistedCardDeleted { get; set; }
        public long? ReleasedCardCreated { get; set; }
        public string ReleasedCardDeleted { get; set; }

        public long? GrayInfoCreated { get; set; }

        public string GrayInfoDeleted { get; set; }

        public long? BaseBlackCardCreated { get; set; }

        public string BaseBlackCardDeleted { get; set; }
    }
}