using System;
using System.Collections.Generic;

namespace MySystem.Models.Main
{
    public partial class PosMachinesTwo
    {
        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 int SourceStoreId { get; set; }
        public int OrderId { get; set; }
        public DateTime? RecycEndDate { get; set; }
        public string DeviceKind { get; set; }
        public string DeviceName { get; set; }
        public string BatchNo { get; set; }
        public string DeviceType { get; set; }
        public int PosSnType { get; set; }
        public int BindMerchantId { get; set; }
        public string ActivityList { get; set; }
        public decimal ScanQrTrade { get; set; }
        public decimal DebitCardTrade { get; set; }
        public int StoreId { get; set; }
        public int RecycBackCount { get; set; }
        public string PrizeParams { get; set; }
        public ulong IsVip { get; set; }
        public decimal CreditTrade { get; set; }
        public int BrandId { get; set; }
        public string UserNav { get; set; }
        public int BuyUserId { get; set; }
        public DateTime? TransferTime { get; set; }
        public string PosSn { get; set; }
        public int IsPurchase { get; set; }
        public int UserId { get; set; }
        public DateTime? BindingTime { get; set; }
        public DateTime? ActivationTime { get; set; }
        public string Detail { get; set; }
        public int ActivationState { get; set; }
        public int BindingState { get; set; }
        public int LeaderUserId { get; set; }
        public int PreUserId { get; set; }
        public int IsFirst { get; set; }
        public string DownFeeMan { get; set; }
        public string UpFeeMan { get; set; }
        public DateTime? DownFeeDate { get; set; }
        public DateTime? UpFeeDate { get; set; }
        public ulong DownFeeFlag { get; set; }
        public ulong UpFeeFlag { get; set; }
        public decimal OpReserve3 { get; set; }
        public decimal OpReserve2 { get; set; }
        public decimal OpReserve1 { get; set; }
        public int OpId { get; set; }
        public DateTime? RecycStartDate { get; set; }
        public string SourcePosSn { get; set; }
        public int RecycStatus { get; set; }
    }
}