using System; using System.Collections.Generic; namespace MySystem.KxsMainModels { public partial class UserRebateDetail { public int Id { get; set; } public int Sort { get; set; } public int QueryCount { get; set; } public int Status { get; set; } public int Version { get; set; } public DateTime? CreateDate { get; set; } public DateTime? UpdateDate { get; set; } public string CreateMan { get; set; } public string UpdateMan { get; set; } public string SeoTitle { get; set; } public string SeoKeyword { get; set; } public string SeoDescription { get; set; } public string Remark { get; set; } public string RebateRewardNo { get; set; } public decimal DebitRewardAmount { get; set; } public decimal CreditRewardAmount { get; set; } public decimal DebitTradeAmt { get; set; } public decimal CreditTradeAmt { get; set; } public int RebateMonthCount { get; set; } public int RebateType { get; set; } public string ChannelMerNo { get; set; } public int MerchantId { get; set; } public string ProductName { get; set; } public int ProductType { get; set; } public string MgrName { get; set; } public string MgrNo { get; set; } public int UserId { get; set; } public string TradeDate { get; set; } public string TradeMonth { get; set; } } }