using System;
using System.Collections.Generic;

namespace MySystem.SpModels
{
    public partial class TradeRecord
    {
        public int Id { get; set; }
        public int Sort { get; set; }
        public int QueryCount { get; set; }
        public int Status { get; set; }
        public DateTime? CreateDate { get; set; }
        public DateTime? UpdateDate { get; set; }
        public string SeoTitle { get; set; }
        public string SeoKeyword { get; set; }
        public string SeoDescription { get; set; }
        public string ChannelSerial { get; set; }
        public string AgentNo { get; set; }
        public string ProductType { get; set; }
        public string Remark { get; set; }
        public string SettleMethod { get; set; }
        public decimal SettleFee { get; set; }
        public string BankCardNo { get; set; }
        public string ReceiptType { get; set; }
        public string IsStoreCashier { get; set; }
        public decimal DigAmt { get; set; }
        public string DigAmtFlag { get; set; }
        public string MerMobile { get; set; }
        public string DeviceType { get; set; }
        public string TradeSnNo { get; set; }
        public string BankCardType { get; set; }
        public string SerEntryMode { get; set; }
        public string TradeType { get; set; }
        public string TradeTime { get; set; }
        public string TradeDate { get; set; }
        public string ErrorMsg { get; set; }
        public string ErrorCode { get; set; }
        public string TradeStatus { get; set; }
        public string DiscountRateFlag { get; set; }
        public string BankAuthCode { get; set; }
        public string TradeReferNo { get; set; }
        public decimal TradeAmount { get; set; }
        public string MerName { get; set; }
        public string MerNo { get; set; }
        public string TradeSerialNo { get; set; }
        public string Field5 { get; set; }
        public string Field4 { get; set; }
        public string Field3 { get; set; }
        public string Field2 { get; set; }
        public string Field1 { get; set; }
    }
}