using System; using System.Collections.Generic; namespace MySystem.JavaProductModels { public partial class KxsBrand { public int Id { get; set; } public int CountOfBox { get; set; } public decimal PosPrice { get; set; } public decimal DefaultPledge { get; set; } public decimal ActAmount { get; set; } public decimal FluxProfit { get; set; } public decimal FluxAmount { get; set; } public int Sort { get; set; } public int BrandType { get; set; } public string Cover { get; set; } public string LinkUrl { get; set; } public string Name { get; set; } public int Version { get; set; } public int DelFlag { get; set; } public DateTime? UpdateTime { get; set; } public DateTime? CreateTime { get; set; } public int ExchangeFlag { get; set; } public string LabelText { get; set; } public string ExchangeType { get; set; } public int DisplayFlag { get; set; } public int RatioFlag { get; set; } public int MerchantFlag { get; set; } public string MerchantDisplay { get; set; } public int AdvanceFlag { get; set; } public int ReplenishFlag { get; set; } public int TotalMethod { get; set; } public decimal ActPrice { get; set; } public int ReplenishNum { get; set; } public string BrandDetail { get; set; } public int PledgeStatus { get; set; } public int PledgeDisplay { get; set; } public string BindRange { get; set; } public int PledgeType { get; set; } public string ManyPledge { get; set; } public int ProfitStatus { get; set; } public int Status { get; set; } public string UpdateBy { get; set; } public decimal NonActAmount { get; set; } } }