|
@@ -54,19 +54,19 @@ public class OmsOrderDTO implements Serializable
|
|
private BigDecimal payAmount;
|
|
private BigDecimal payAmount;
|
|
|
|
|
|
/** 运费金额 */
|
|
/** 运费金额 */
|
|
- private BigDecimal freightAmount;
|
|
|
|
|
|
+// private BigDecimal freightAmount;
|
|
|
|
|
|
/** 促销优化金额(促销价、满减、阶梯价) */
|
|
/** 促销优化金额(促销价、满减、阶梯价) */
|
|
- private BigDecimal promotionAmount;
|
|
|
|
|
|
+// private BigDecimal promotionAmount;
|
|
|
|
|
|
/** 积分抵扣金额 */
|
|
/** 积分抵扣金额 */
|
|
- private BigDecimal integrationAmount;
|
|
|
|
|
|
+// private BigDecimal integrationAmount;
|
|
|
|
|
|
/** 优惠券抵扣金额 */
|
|
/** 优惠券抵扣金额 */
|
|
- private BigDecimal couponAmount;
|
|
|
|
|
|
+// private BigDecimal couponAmount;
|
|
|
|
|
|
/** 管理员后台调整订单使用的折扣金额 */
|
|
/** 管理员后台调整订单使用的折扣金额 */
|
|
- private BigDecimal discountAmount;
|
|
|
|
|
|
+// private BigDecimal discountAmount;
|
|
|
|
|
|
/** 支付方式:0->未支付;1->支付宝;2->微信 */
|
|
/** 支付方式:0->未支付;1->支付宝;2->微信 */
|
|
private Integer payType;
|
|
private Integer payType;
|
|
@@ -78,40 +78,40 @@ public class OmsOrderDTO implements Serializable
|
|
private Integer status;
|
|
private Integer status;
|
|
|
|
|
|
/** 订单类型:0->正常订单;1->秒杀订单 */
|
|
/** 订单类型:0->正常订单;1->秒杀订单 */
|
|
- private Integer orderType;
|
|
|
|
|
|
+// private Integer orderType;
|
|
|
|
|
|
/** 物流公司(配送方式) */
|
|
/** 物流公司(配送方式) */
|
|
- private String deliveryCompany;
|
|
|
|
|
|
+// private String deliveryCompany;
|
|
|
|
|
|
/** 物流单号 */
|
|
/** 物流单号 */
|
|
- private String deliverySn;
|
|
|
|
|
|
+// private String deliverySn;
|
|
|
|
|
|
/** 自动确认时间(天) */
|
|
/** 自动确认时间(天) */
|
|
private Integer autoConfirmDay;
|
|
private Integer autoConfirmDay;
|
|
|
|
|
|
/** 可以获得的积分 */
|
|
/** 可以获得的积分 */
|
|
- private Integer integration;
|
|
|
|
|
|
+// private Integer integration;
|
|
|
|
|
|
/** 可以活动的成长值 */
|
|
/** 可以活动的成长值 */
|
|
- private Integer growth;
|
|
|
|
|
|
+// private Integer growth;
|
|
|
|
|
|
/** 活动信息 */
|
|
/** 活动信息 */
|
|
- private String promotionInfo;
|
|
|
|
|
|
+// private String promotionInfo;
|
|
|
|
|
|
/** 发票类型:0->不开发票;1->电子发票;2->纸质发票 */
|
|
/** 发票类型:0->不开发票;1->电子发票;2->纸质发票 */
|
|
- private Integer billType;
|
|
|
|
|
|
+// private Integer billType;
|
|
|
|
|
|
/** 发票抬头 */
|
|
/** 发票抬头 */
|
|
- private String billHeader;
|
|
|
|
|
|
+// private String billHeader;
|
|
|
|
|
|
/** 发票内容 */
|
|
/** 发票内容 */
|
|
- private String billContent;
|
|
|
|
|
|
+// private String billContent;
|
|
|
|
|
|
/** 收票人电话 */
|
|
/** 收票人电话 */
|
|
- private String billReceiverPhone;
|
|
|
|
|
|
+// private String billReceiverPhone;
|
|
|
|
|
|
/** 收票人邮箱 */
|
|
/** 收票人邮箱 */
|
|
- private String billReceiverEmail;
|
|
|
|
|
|
+// private String billReceiverEmail;
|
|
|
|
|
|
/** 收货人姓名 */
|
|
/** 收货人姓名 */
|
|
private String receiverName;
|
|
private String receiverName;
|
|
@@ -138,22 +138,22 @@ public class OmsOrderDTO implements Serializable
|
|
private String note;
|
|
private String note;
|
|
|
|
|
|
/** 确认收货状态:0->未确认;1->已确认 */
|
|
/** 确认收货状态:0->未确认;1->已确认 */
|
|
- private Integer confirmStatus;
|
|
|
|
|
|
+// private Integer confirmStatus;
|
|
|
|
|
|
/** 删除状态:0->未删除;1->已删除 */
|
|
/** 删除状态:0->未删除;1->已删除 */
|
|
- private Integer deleteStatus;
|
|
|
|
|
|
+// private Integer deleteStatus;
|
|
|
|
|
|
/** 下单时使用的积分 */
|
|
/** 下单时使用的积分 */
|
|
- private Integer useIntegration;
|
|
|
|
|
|
+// private Integer useIntegration;
|
|
|
|
|
|
/** 支付时间 */
|
|
/** 支付时间 */
|
|
private Date paymentTime;
|
|
private Date paymentTime;
|
|
|
|
|
|
/** 发货时间 */
|
|
/** 发货时间 */
|
|
- private Date deliveryTime;
|
|
|
|
|
|
+// private Date deliveryTime;
|
|
|
|
|
|
/** 确认收货时间 */
|
|
/** 确认收货时间 */
|
|
- private Date receiveTime;
|
|
|
|
|
|
+// private Date receiveTime;
|
|
|
|
|
|
/** 评价时间 */
|
|
/** 评价时间 */
|
|
private Date commentTime;
|
|
private Date commentTime;
|