using System; using System.Collections.Generic; namespace MySystem.JavaStatModels { public partial class KxsTradeInfo202404 { public int Id { get; set; } public int UserId { get; set; } public DateTime? TradeTime { get; set; } public string RequestId { get; set; } public int CloudPayFlag { get; set; } public int CardType { get; set; } public string MchNo { get; set; } public int CashFlag { get; set; } public int MachineId { get; set; } public int MchId { get; set; } public int BrandId { get; set; } public decimal TradeAmt { get; set; } public int Version { get; set; } public string DelFlag { get; set; } public DateTime? UpdateTime { get; set; } public DateTime? CreateTime { get; set; } public string PosSn { get; set; } public int PushFlag { get; set; } public int MchType { get; set; } public decimal MachineRatio { get; set; } public decimal SecondFee { get; set; } public string Remark { get; set; } } }