|
|
@ -85,7 +85,14 @@ namespace BBWY.Client.Models |
|
|
|
/// <summary>
|
|
|
|
/// 实收金额
|
|
|
|
/// </summary>
|
|
|
|
public decimal ActualAmount { get { return OrderSellerPrice + FreightPrice; } } |
|
|
|
public decimal ActualAmount |
|
|
|
{ |
|
|
|
get |
|
|
|
{ |
|
|
|
//return OrderSellerPrice + FreightPrice;
|
|
|
|
return OrderPayment + PreferentialAmount; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 商家优惠金额
|
|
|
|