|
@@ -350,7 +350,7 @@ public class Order extends Document implements Serializable {
|
|
|
private Double importExtraCharges;
|
|
private Double importExtraCharges;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * 金额合计
|
|
|
|
|
|
|
+ * 金额合计,店铺商品明细金额总计
|
|
|
*/
|
|
*/
|
|
|
@Column(name = "or_price")
|
|
@Column(name = "or_price")
|
|
|
private Double price;
|
|
private Double price;
|
|
@@ -374,13 +374,13 @@ public class Order extends Document implements Serializable {
|
|
|
private String inid;
|
|
private String inid;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * 确认金额(考虑商城打折的情况)
|
|
|
|
|
|
|
+ * 确认金额(考虑商城打折的情况)包括运费
|
|
|
*/
|
|
*/
|
|
|
@Column(name = "ensure_price")
|
|
@Column(name = "ensure_price")
|
|
|
private Double ensurePrice;
|
|
private Double ensurePrice;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * 实际成交金额(考虑退货)
|
|
|
|
|
|
|
+ * 实际成交金额(考虑退货)包括运费
|
|
|
*/
|
|
*/
|
|
|
@Column(name = "transation_price")
|
|
@Column(name = "transation_price")
|
|
|
private Double transationPrice;
|
|
private Double transationPrice;
|