|
@@ -18,5 +18,20 @@ namespace MySystem.Models
|
|
|
public string SeoKeyword { get; set; }
|
|
public string SeoKeyword { get; set; }
|
|
|
public string SeoDescription { get; set; }
|
|
public string SeoDescription { get; set; }
|
|
|
public string Name { get; set; }
|
|
public string Name { get; set; }
|
|
|
|
|
+ public int CountOfBox { get; set; }
|
|
|
|
|
+ public int MinStock { get; set; }
|
|
|
|
|
+ public int Kind { get; set; }
|
|
|
|
|
+ public int NoticeMoneyUnit { get; set; }
|
|
|
|
|
+ public int ReqMoneyUnit { get; set; }
|
|
|
|
|
+ public string AdColId { get; set; }
|
|
|
|
|
+ public decimal DefaultDeposit { get; set; }
|
|
|
|
|
+ public ulong MerNameWithStar { get; set; }
|
|
|
|
|
+ public ulong SingleDepositApi { get; set; }
|
|
|
|
|
+ public decimal ActTradeAmount { get; set; }
|
|
|
|
|
+ public decimal PosPrice { get; set; }
|
|
|
|
|
+ public int MainStoreId { get; set; }
|
|
|
|
|
+ public string SpProductType { get; set; }
|
|
|
|
|
+ public decimal FluxProfit { get; set; }
|
|
|
|
|
+ public decimal FluxAmount { get; set; }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|