|
@@ -1,7 +1,9 @@
|
|
package com.caimei.modules.order.entity;
|
|
package com.caimei.modules.order.entity;
|
|
|
|
|
|
|
|
+import com.caimei.modules.bulkpurchase.entity.OrderInvoice;
|
|
import com.caimei.modules.product.entity.CmPromotion;
|
|
import com.caimei.modules.product.entity.CmPromotion;
|
|
import com.thinkgem.jeesite.common.persistence.DataEntity;
|
|
import com.thinkgem.jeesite.common.persistence.DataEntity;
|
|
|
|
+import lombok.Data;
|
|
|
|
|
|
import java.beans.Transient;
|
|
import java.beans.Transient;
|
|
import java.math.BigDecimal;
|
|
import java.math.BigDecimal;
|
|
@@ -13,7 +15,20 @@ import java.util.List;
|
|
* @date 2018-07-24
|
|
* @date 2018-07-24
|
|
* @description 子订单表
|
|
* @description 子订单表
|
|
*/
|
|
*/
|
|
|
|
+@Data
|
|
public class NewShopOrder extends DataEntity<NewShopOrder> {
|
|
public class NewShopOrder extends DataEntity<NewShopOrder> {
|
|
|
|
+
|
|
|
|
+ private Integer orderSeen;
|
|
|
|
+ private OrderInvoice orderInvoice;
|
|
|
|
+ private Integer clauseID;
|
|
|
|
+ private String mobile;
|
|
|
|
+ private Integer serviceProviderId;
|
|
|
|
+ private String startConfirmTime;
|
|
|
|
+ private String endConfirmTime;
|
|
|
|
+ private String spName;
|
|
|
|
+ private Integer shopStatus;
|
|
|
|
+ private Integer returnedPurchaseStatus;//待审核退款 1审核中,0不是审核中
|
|
|
|
+ private Integer rebateFlag; // 主订单返佣订单标记 0非返佣订单,1返佣订单
|
|
private Integer onlineFlag; //是否线上支付过1是,0否
|
|
private Integer onlineFlag; //是否线上支付过1是,0否
|
|
private Double couponAmount; //子订单使用优惠券金额
|
|
private Double couponAmount; //子订单使用优惠券金额
|
|
private Integer shopOrderID;// int(11) not null auto_increment comment '子订单ID',
|
|
private Integer shopOrderID;// int(11) not null auto_increment comment '子订单ID',
|
|
@@ -75,7 +90,6 @@ public class NewShopOrder extends DataEntity<NewShopOrder> {
|
|
private Double allServeAmount; // 总平台服务费
|
|
private Double allServeAmount; // 总平台服务费
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
private String rebateOrder; //是不是返佣订单 是的1, 不是的0
|
|
private String rebateOrder; //是不是返佣订单 是的1, 不是的0
|
|
private Integer splitCount; //分账记录数
|
|
private Integer splitCount; //分账记录数
|
|
private Integer settleRecordNum; //佣金结算数量
|
|
private Integer settleRecordNum; //佣金结算数量
|
|
@@ -159,23 +173,33 @@ public class NewShopOrder extends DataEntity<NewShopOrder> {
|
|
private String shopPostFlag; //免邮标志 运费:2到付,0包邮,1需要运费,-2仪器到付其它包邮
|
|
private String shopPostFlag; //免邮标志 运费:2到付,0包邮,1需要运费,-2仪器到付其它包邮
|
|
private String postageInfo; //运费字符串
|
|
private String postageInfo; //运费字符串
|
|
|
|
|
|
- /** */
|
|
|
|
|
|
+ /**
|
|
|
|
+ *
|
|
|
|
+ */
|
|
private Integer returnGoodsStatus;
|
|
private Integer returnGoodsStatus;
|
|
|
|
|
|
- /** 二手商品订单标识 0非二手商品订单、 1二手商品订单 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 二手商品订单标识 0非二手商品订单、 1二手商品订单
|
|
|
|
+ */
|
|
private String secondHandOrderFlag;
|
|
private String secondHandOrderFlag;
|
|
- /** 外部商城付采美佣金 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 外部商城付采美佣金
|
|
|
|
+ */
|
|
private BigDecimal payCmAmount;
|
|
private BigDecimal payCmAmount;
|
|
- /** */
|
|
|
|
|
|
+ /**
|
|
|
|
+ *
|
|
|
|
+ */
|
|
private String receiptedFlag;
|
|
private String receiptedFlag;
|
|
|
|
|
|
- /** */
|
|
|
|
|
|
+ /**
|
|
|
|
+ *
|
|
|
|
+ */
|
|
private String receiptedType;
|
|
private String receiptedType;
|
|
- /** 子订单已支付成功次数统计 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 子订单已支付成功次数统计
|
|
|
|
+ */
|
|
private Integer paySuccessCounter;
|
|
private Integer paySuccessCounter;
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
private List<CmOrderPaymentVoucherVo> voucherVo; //支付凭证
|
|
private List<CmOrderPaymentVoucherVo> voucherVo; //支付凭证
|
|
|
|
|
|
// 备注图片
|
|
// 备注图片
|
|
@@ -190,1289 +214,9 @@ public class NewShopOrder extends DataEntity<NewShopOrder> {
|
|
private String remarkImage9;
|
|
private String remarkImage9;
|
|
private String remarkImage10;
|
|
private String remarkImage10;
|
|
|
|
|
|
- public Integer getReturnGoodsStatus() {
|
|
|
|
- return returnGoodsStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setReturnGoodsStatus(Integer returnGoodsStatus) {
|
|
|
|
- this.returnGoodsStatus = returnGoodsStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getSecondHandOrderFlag() {
|
|
|
|
- return secondHandOrderFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSecondHandOrderFlag(String secondHandOrderFlag) {
|
|
|
|
- this.secondHandOrderFlag = secondHandOrderFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public BigDecimal getPayCmAmount() {
|
|
|
|
- return payCmAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPayCmAmount(BigDecimal payCmAmount) {
|
|
|
|
- this.payCmAmount = payCmAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getReceiptedFlag() {
|
|
|
|
- return receiptedFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setReceiptedFlag(String receiptedFlag) {
|
|
|
|
- this.receiptedFlag = receiptedFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getReceiptedType() {
|
|
|
|
- return receiptedType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setReceiptedType(String receiptedType) {
|
|
|
|
- this.receiptedType = receiptedType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getPaySuccessCounter() {
|
|
|
|
- return paySuccessCounter;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPaySuccessCounter(Integer paySuccessCounter) {
|
|
|
|
- this.paySuccessCounter = paySuccessCounter;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- public String getShopPostFlag() {
|
|
|
|
- return shopPostFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShopPostFlag(String shopPostFlag) {
|
|
|
|
- this.shopPostFlag = shopPostFlag;
|
|
|
|
- }
|
|
|
|
- public List<CmOrderPaymentVoucherVo> getVoucherVo() {
|
|
|
|
- return voucherVo;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setVoucherVo(List<CmOrderPaymentVoucherVo> voucherVo) {
|
|
|
|
- this.voucherVo = voucherVo;
|
|
|
|
- }
|
|
|
|
- public String getPostageInfo() {
|
|
|
|
- return postageInfo;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPostageInfo(String postageInfo) {
|
|
|
|
- this.postageInfo = postageInfo;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
private boolean modifyPayable = false; //是否线上支付
|
|
private boolean modifyPayable = false; //是否线上支付
|
|
|
|
|
|
private boolean payShopOtherFee = true; //是否可以付第三方申请
|
|
private boolean payShopOtherFee = true; //是否可以付第三方申请
|
|
|
|
|
|
- public String getOnlinePayWays() {
|
|
|
|
- return onlinePayWays;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOnlinePayWays(String onlinePayWays) {
|
|
|
|
- this.onlinePayWays = onlinePayWays;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getRebateFee() {
|
|
|
|
- return rebateFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRebateFee(String rebateFee) {
|
|
|
|
- this.rebateFee = rebateFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getSettleStatus() {
|
|
|
|
- return settleStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSettleStatus(Integer settleStatus) {
|
|
|
|
- this.settleStatus = settleStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getSettleAmount() {
|
|
|
|
- return settleAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSettleAmount(Double settleAmount) {
|
|
|
|
- this.settleAmount = settleAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getPayWay() {
|
|
|
|
- return payWay;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPayWay(Integer payWay) {
|
|
|
|
- this.payWay = payWay;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getIncome() {
|
|
|
|
- return income;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setIncome(Double income) {
|
|
|
|
- this.income = income;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getOnlineFlag() {
|
|
|
|
- return onlineFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOnlineFlag(Integer onlineFlag) {
|
|
|
|
- this.onlineFlag = onlineFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public List<String> getShopOrderNos() {
|
|
|
|
- return shopOrderNos;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShopOrderNos(List<String> shopOrderNos) {
|
|
|
|
- this.shopOrderNos = shopOrderNos;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getCouponAmount() {
|
|
|
|
- return couponAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setCouponAmount(Double couponAmount) {
|
|
|
|
- this.couponAmount = couponAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getOrderPromotionsId() {
|
|
|
|
- return orderPromotionsId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrderPromotionsId(Integer orderPromotionsId) {
|
|
|
|
- this.orderPromotionsId = orderPromotionsId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getPromotionFullReduction() {
|
|
|
|
- return promotionFullReduction;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPromotionFullReduction(Double promotionFullReduction) {
|
|
|
|
- this.promotionFullReduction = promotionFullReduction;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getRebateOrder() {
|
|
|
|
- return rebateOrder;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRebateOrder(String rebateOrder) {
|
|
|
|
- this.rebateOrder = rebateOrder;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getSplitCount() {
|
|
|
|
- return splitCount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSplitCount(Integer splitCount) {
|
|
|
|
- this.splitCount = splitCount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getSettleRecordNum() {
|
|
|
|
- return settleRecordNum;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSettleRecordNum(Integer settleRecordNum) {
|
|
|
|
- this.settleRecordNum = settleRecordNum;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getIsColdChina() {
|
|
|
|
- return isColdChina;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setIsColdChina(Integer isColdChina) {
|
|
|
|
- this.isColdChina = isColdChina;
|
|
|
|
- }
|
|
|
|
- public String getClubName() {
|
|
|
|
- return clubName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setClubName(String clubName) {
|
|
|
|
- this.clubName = clubName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getReceiptStatus() {
|
|
|
|
- return receiptStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setReceiptStatus(String receiptStatus) {
|
|
|
|
- this.receiptStatus = receiptStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getReceiptTotalFee() {
|
|
|
|
- return receiptTotalFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setReceiptTotalFee(Double receiptTotalFee) {
|
|
|
|
- this.receiptTotalFee = receiptTotalFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getShouldPayProduct() {
|
|
|
|
- return shouldPayProduct;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShouldPayProduct(Double shouldPayProduct) {
|
|
|
|
- this.shouldPayProduct = shouldPayProduct;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getShopOrderID() {
|
|
|
|
- return shopOrderID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShopOrderID(Integer shopOrderID) {
|
|
|
|
- this.shopOrderID = shopOrderID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getShopOrderNo() {
|
|
|
|
- return shopOrderNo;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShopOrderNo(String shopOrderNo) {
|
|
|
|
- this.shopOrderNo = shopOrderNo;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getOrderNo() {
|
|
|
|
- return orderNo;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrderNo(String orderNo) {
|
|
|
|
- this.orderNo = orderNo;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getUserID() {
|
|
|
|
- return userID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setUserID(Integer userID) {
|
|
|
|
- this.userID = userID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getShopID() {
|
|
|
|
- return shopID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShopID(Integer shopID) {
|
|
|
|
- this.shopID = shopID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getItemCount() {
|
|
|
|
- return itemCount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setItemCount(Integer itemCount) {
|
|
|
|
- this.itemCount = itemCount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getTownID() {
|
|
|
|
- return townID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setTownID(Integer townID) {
|
|
|
|
- this.townID = townID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getProductAmount() {
|
|
|
|
- return productAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setProductAmount(Double productAmount) {
|
|
|
|
- this.productAmount = productAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getFee() {
|
|
|
|
- return fee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setFee(Double fee) {
|
|
|
|
- this.fee = fee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getDiscountAmount() {
|
|
|
|
- return discountAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setDiscountAmount(Double discountAmount) {
|
|
|
|
- this.discountAmount = discountAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getAccountAmount() {
|
|
|
|
- return accountAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setAccountAmount(Double accountAmount) {
|
|
|
|
- this.accountAmount = accountAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getTotalAmount() {
|
|
|
|
- return totalAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setTotalAmount(Double totalAmount) {
|
|
|
|
- this.totalAmount = totalAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getPayFlag() {
|
|
|
|
- return payFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPayFlag(String payFlag) {
|
|
|
|
- this.payFlag = payFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getPayTime() {
|
|
|
|
- return payTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPayTime(String payTime) {
|
|
|
|
- this.payTime = payTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getFinishTime() {
|
|
|
|
- return finishTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setFinishTime(String finishTime) {
|
|
|
|
- this.finishTime = finishTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getStatus() {
|
|
|
|
- return status;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setStatus(Integer status) {
|
|
|
|
- this.status = status;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getRefundStatus() {
|
|
|
|
- return refundStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRefundStatus(Integer refundStatus) {
|
|
|
|
- this.refundStatus = refundStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getNeedPayAmount() {
|
|
|
|
- return needPayAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setNeedPayAmount(Double needPayAmount) {
|
|
|
|
- this.needPayAmount = needPayAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getCanRefundAmount() {
|
|
|
|
- return canRefundAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setCanRefundAmount(Double canRefundAmount) {
|
|
|
|
- this.canRefundAmount = canRefundAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getRefundAmount() {
|
|
|
|
- return refundAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRefundAmount(Double refundAmount) {
|
|
|
|
- this.refundAmount = refundAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getClubID() {
|
|
|
|
- return clubID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setClubID(Integer clubID) {
|
|
|
|
- this.clubID = clubID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getSpID() {
|
|
|
|
- return spID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSpID(Integer spID) {
|
|
|
|
- this.spID = spID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getMainSpID() {
|
|
|
|
- return mainSpID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setMainSpID(Integer mainSpID) {
|
|
|
|
- this.mainSpID = mainSpID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getOrderBeanAmount() {
|
|
|
|
- return orderBeanAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrderBeanAmount(Integer orderBeanAmount) {
|
|
|
|
- this.orderBeanAmount = orderBeanAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getUseBeanAmount() {
|
|
|
|
- return useBeanAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setUseBeanAmount(Integer useBeanAmount) {
|
|
|
|
- this.useBeanAmount = useBeanAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getUseBeanFlag() {
|
|
|
|
- return useBeanFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setUseBeanFlag(Integer useBeanFlag) {
|
|
|
|
- this.useBeanFlag = useBeanFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getCanRefundFlag() {
|
|
|
|
- return canRefundFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setCanRefundFlag(Integer canRefundFlag) {
|
|
|
|
- this.canRefundFlag = canRefundFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getUseBalanceFlag() {
|
|
|
|
- return useBalanceFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setUseBalanceFlag(Integer useBalanceFlag) {
|
|
|
|
- this.useBalanceFlag = useBalanceFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getCanRefundBeans() {
|
|
|
|
- return canRefundBeans;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setCanRefundBeans(Integer canRefundBeans) {
|
|
|
|
- this.canRefundBeans = canRefundBeans;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getOrderDeliveryID() {
|
|
|
|
- return orderDeliveryID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrderDeliveryID(Integer orderDeliveryID) {
|
|
|
|
- this.orderDeliveryID = orderDeliveryID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getFreePostageFee() {
|
|
|
|
- return freePostageFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setFreePostageFee(Double freePostageFee) {
|
|
|
|
- this.freePostageFee = freePostageFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getAssociationType() {
|
|
|
|
- return associationType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setAssociationType(String associationType) {
|
|
|
|
- this.associationType = associationType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getConfirmType() {
|
|
|
|
- return confirmType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setConfirmType(String confirmType) {
|
|
|
|
- this.confirmType = confirmType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getConfirmTime() {
|
|
|
|
- return confirmTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setConfirmTime(String confirmTime) {
|
|
|
|
- this.confirmTime = confirmTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public boolean isReceiptOrderFlag() {
|
|
|
|
- return receiptOrderFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setReceiptOrderFlag(boolean receiptOrderFlag) {
|
|
|
|
- this.receiptOrderFlag = receiptOrderFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getOrderReceivedAmount() {
|
|
|
|
- return orderReceivedAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrderReceivedAmount(Double orderReceivedAmount) {
|
|
|
|
- this.orderReceivedAmount = orderReceivedAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getReturnBalanceAmount() {
|
|
|
|
- return returnBalanceAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setReturnBalanceAmount(Double returnBalanceAmount) {
|
|
|
|
- this.returnBalanceAmount = returnBalanceAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getAllServeAmount() {
|
|
|
|
- return allServeAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setAllServeAmount(Double allServeAmount) {
|
|
|
|
- this.allServeAmount = allServeAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getFreePostageTicketID() {
|
|
|
|
- return freePostageTicketID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setFreePostageTicketID(Integer freePostageTicketID) {
|
|
|
|
- this.freePostageTicketID = freePostageTicketID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getBrokerage() {
|
|
|
|
- return brokerage;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setBrokerage(Double brokerage) {
|
|
|
|
- this.brokerage = brokerage;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Override
|
|
|
|
- public String getDelFlag() {
|
|
|
|
- return delFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Override
|
|
|
|
- public void setDelFlag(String delFlag) {
|
|
|
|
- this.delFlag = delFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getRefundsAmount() {
|
|
|
|
- return refundsAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRefundsAmount(Double refundsAmount) {
|
|
|
|
- this.refundsAmount = refundsAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getOrderStatusFlag() {
|
|
|
|
- return orderStatusFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrderStatusFlag(String orderStatusFlag) {
|
|
|
|
- this.orderStatusFlag = orderStatusFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getBuyStatus() {
|
|
|
|
- return buyStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setBuyStatus(String buyStatus) {
|
|
|
|
- this.buyStatus = buyStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public NewOrder getOrder() {
|
|
|
|
- return order;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrder(NewOrder order) {
|
|
|
|
- this.order = order;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public List<NewOrderProduct> getNewOrderProducts() {
|
|
|
|
- return newOrderProducts;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setNewOrderProducts(List<NewOrderProduct> newOrderProducts) {
|
|
|
|
- this.newOrderProducts = newOrderProducts;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getOrderID() {
|
|
|
|
- return orderID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrderID(Integer orderID) {
|
|
|
|
- this.orderID = orderID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getOrderType() {
|
|
|
|
- return orderType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrderType(Integer orderType) {
|
|
|
|
- this.orderType = orderType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public String getShopName() {
|
|
|
|
- return shopName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShopName(String shopName) {
|
|
|
|
- this.shopName = shopName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- public String getContactName() {
|
|
|
|
- return contactName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setContactName(String contactName) {
|
|
|
|
- this.contactName = contactName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getDockingPeopleName() {
|
|
|
|
- return dockingPeopleName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setDockingPeopleName(String dockingPeopleName) {
|
|
|
|
- this.dockingPeopleName = dockingPeopleName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public String getReceiver() {
|
|
|
|
- return receiver;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setReceiver(String receiver) {
|
|
|
|
- this.receiver = receiver;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public String getBuyer() {
|
|
|
|
- return buyer;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setBuyer(String buyer) {
|
|
|
|
- this.buyer = buyer;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public String getOrderSource() {
|
|
|
|
- return orderSource;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrderSource(String orderSource) {
|
|
|
|
- this.orderSource = orderSource;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getOrderTime() {
|
|
|
|
- return orderTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrderTime(String orderTime) {
|
|
|
|
- this.orderTime = orderTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public String getAlreadyReceipt() {
|
|
|
|
- return alreadyReceipt;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setAlreadyReceipt(String alreadyReceipt) {
|
|
|
|
- this.alreadyReceipt = alreadyReceipt;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public String getUnReceipt() {
|
|
|
|
- return unReceipt;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setUnReceipt(String unReceipt) {
|
|
|
|
- this.unReceipt = unReceipt;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public String getPaid() {
|
|
|
|
- return paid;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPaid(String paid) {
|
|
|
|
- this.paid = paid;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public String getUnpaid() {
|
|
|
|
- return unpaid;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setUnpaid(String unpaid) {
|
|
|
|
- this.unpaid = unpaid;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getPreferential() {
|
|
|
|
- return preferential;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPreferential(Double preferential) {
|
|
|
|
- this.preferential = preferential;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getOrderSubmitType() {
|
|
|
|
- return orderSubmitType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrderSubmitType(Integer orderSubmitType) {
|
|
|
|
- this.orderSubmitType = orderSubmitType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public BigInteger getDeliveryTimeMills() {
|
|
|
|
- return deliveryTimeMills;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setDeliveryTimeMills(BigInteger deliveryTimeMills) {
|
|
|
|
- this.deliveryTimeMills = deliveryTimeMills;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getPresentNum() {
|
|
|
|
- return presentNum;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPresentNum(Integer presentNum) {
|
|
|
|
- this.presentNum = presentNum;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getOutStoreNum() {
|
|
|
|
- return outStoreNum;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOutStoreNum(Integer outStoreNum) {
|
|
|
|
- this.outStoreNum = outStoreNum;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getOutStoreTimes() {
|
|
|
|
- return outStoreTimes;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOutStoreTimes(Integer outStoreTimes) {
|
|
|
|
- this.outStoreTimes = outStoreTimes;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getTotalAddedValueTax() {
|
|
|
|
- return totalAddedValueTax;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setTotalAddedValueTax(Double totalAddedValueTax) {
|
|
|
|
- this.totalAddedValueTax = totalAddedValueTax;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public String getSplitFlag() {
|
|
|
|
- return splitFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSplitFlag(String splitFlag) {
|
|
|
|
- this.splitFlag = splitFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getDiscountFee() {
|
|
|
|
- return discountFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setDiscountFee(Double discountFee) {
|
|
|
|
- this.discountFee = discountFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Long getAutoReceiveTimeMills() {
|
|
|
|
- return autoReceiveTimeMills;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setAutoReceiveTimeMills(Long autoReceiveTimeMills) {
|
|
|
|
- this.autoReceiveTimeMills = autoReceiveTimeMills;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Long getAutoOverTimeMills() {
|
|
|
|
- return autoOverTimeMills;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setAutoOverTimeMills(Long autoOverTimeMills) {
|
|
|
|
- this.autoOverTimeMills = autoOverTimeMills;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getReceiveGoodsTime() {
|
|
|
|
- return receiveGoodsTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setReceiveGoodsTime(String receiveGoodsTime) {
|
|
|
|
- this.receiveGoodsTime = receiveGoodsTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getNote() {
|
|
|
|
- return note;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setNote(String note) {
|
|
|
|
- this.note = note;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public List<NewOrderProduct> getSnOrderProducts() {
|
|
|
|
- return snOrderProducts;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSnOrderProducts(List<NewOrderProduct> snOrderProducts) {
|
|
|
|
- this.snOrderProducts = snOrderProducts;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getPayStatus() {
|
|
|
|
- return payStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPayStatus(String payStatus) {
|
|
|
|
- this.payStatus = payStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getSendOutStatus() {
|
|
|
|
- return sendOutStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSendOutStatus(String sendOutStatus) {
|
|
|
|
- this.sendOutStatus = sendOutStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getPostFeeCos() {
|
|
|
|
- return postFeeCos;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPostFeeCos(String postFeeCos) {
|
|
|
|
- this.postFeeCos = postFeeCos;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Boolean getDefaultStatus() {
|
|
|
|
- return defaultStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setDefaultStatus(Boolean defaultStatus) {
|
|
|
|
- this.defaultStatus = defaultStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getPaying() {
|
|
|
|
- return paying;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPaying(String paying) {
|
|
|
|
- this.paying = paying;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public Double getPayTotalFee() {
|
|
|
|
- return payTotalFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPayTotalFee(Double payTotalFee) {
|
|
|
|
- this.payTotalFee = payTotalFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getShopProductAmount() {
|
|
|
|
- return shopProductAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShopProductAmount(Double shopProductAmount) {
|
|
|
|
- this.shopProductAmount = shopProductAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getShopPostFee() {
|
|
|
|
- return shopPostFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShopPostFee(Double shopPostFee) {
|
|
|
|
- this.shopPostFee = shopPostFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getShopTaxFee() {
|
|
|
|
- return shopTaxFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShopTaxFee(Double shopTaxFee) {
|
|
|
|
- this.shopTaxFee = shopTaxFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getShouldPayShopAmount() {
|
|
|
|
- return shouldPayShopAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShouldPayShopAmount(Double shouldPayShopAmount) {
|
|
|
|
- this.shouldPayShopAmount = shouldPayShopAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getPayedShopAmount() {
|
|
|
|
- return payedShopAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPayedShopAmount(Double payedShopAmount) {
|
|
|
|
- this.payedShopAmount = payedShopAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getShopOtherFee() {
|
|
|
|
- return shopOtherFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShopOtherFee(Double shopOtherFee) {
|
|
|
|
- this.shopOtherFee = shopOtherFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public String getStartTime() {
|
|
|
|
- return startTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setStartTime(String startTime) {
|
|
|
|
- this.startTime = startTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public String getEndTime() {
|
|
|
|
- return endTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setEndTime(String endTime) {
|
|
|
|
- this.endTime = endTime;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public Double getWaitPayShop() {
|
|
|
|
- return waitPayShop;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setWaitPayShop(Double waitPayShop) {
|
|
|
|
- this.waitPayShop = waitPayShop;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public Double getWipePayment() {
|
|
|
|
- return wipePayment;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setWipePayment(Double wipePayment) {
|
|
|
|
- this.wipePayment = wipePayment;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public String getRefunding() {
|
|
|
|
- return refunding;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRefunding(String refunding) {
|
|
|
|
- this.refunding = refunding;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public String getOperatingMode() {
|
|
|
|
- return operatingMode;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOperatingMode(String operatingMode) {
|
|
|
|
- this.operatingMode = operatingMode;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getCostType() {
|
|
|
|
- return costType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setCostType(String costType) {
|
|
|
|
- this.costType = costType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getProportional() {
|
|
|
|
- return proportional;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setProportional(Double proportional) {
|
|
|
|
- this.proportional = proportional;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String[] getPs() {
|
|
|
|
- return ps;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPs(String[] ps) {
|
|
|
|
- this.ps = ps;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getModifyShouldPayNote() {
|
|
|
|
- return modifyShouldPayNote;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setModifyShouldPayNote(String modifyShouldPayNote) {
|
|
|
|
- this.modifyShouldPayNote = modifyShouldPayNote;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getModifyShouldPayUserID() {
|
|
|
|
- return modifyShouldPayUserID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setModifyShouldPayUserID(String modifyShouldPayUserID) {
|
|
|
|
- this.modifyShouldPayUserID = modifyShouldPayUserID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getModifyShouldPayDate() {
|
|
|
|
- return modifyShouldPayDate;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setModifyShouldPayDate(String modifyShouldPayDate) {
|
|
|
|
- this.modifyShouldPayDate = modifyShouldPayDate;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Transient
|
|
|
|
- public Double getPayed() {
|
|
|
|
- return payed;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPayed(Double payed) {
|
|
|
|
- this.payed = payed;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getOrganizeID() {
|
|
|
|
- return organizeID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrganizeID(Integer organizeID) {
|
|
|
|
- this.organizeID = organizeID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getRemarkImage1() {
|
|
|
|
- return remarkImage1;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRemarkImage1(String remarkImage1) {
|
|
|
|
- this.remarkImage1 = remarkImage1;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getRemarkImage2() {
|
|
|
|
- return remarkImage2;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRemarkImage2(String remarkImage2) {
|
|
|
|
- this.remarkImage2 = remarkImage2;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getRemarkImage3() {
|
|
|
|
- return remarkImage3;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRemarkImage3(String remarkImage3) {
|
|
|
|
- this.remarkImage3 = remarkImage3;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getRemarkImage4() {
|
|
|
|
- return remarkImage4;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRemarkImage4(String remarkImage4) {
|
|
|
|
- this.remarkImage4 = remarkImage4;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getRemarkImage5() {
|
|
|
|
- return remarkImage5;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRemarkImage5(String remarkImage5) {
|
|
|
|
- this.remarkImage5 = remarkImage5;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getRemarkImage6() {
|
|
|
|
- return remarkImage6;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRemarkImage6(String remarkImage6) {
|
|
|
|
- this.remarkImage6 = remarkImage6;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getRemarkImage7() {
|
|
|
|
- return remarkImage7;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRemarkImage7(String remarkImage7) {
|
|
|
|
- this.remarkImage7 = remarkImage7;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getRemarkImage8() {
|
|
|
|
- return remarkImage8;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRemarkImage8(String remarkImage8) {
|
|
|
|
- this.remarkImage8 = remarkImage8;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getRemarkImage9() {
|
|
|
|
- return remarkImage9;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRemarkImage9(String remarkImage9) {
|
|
|
|
- this.remarkImage9 = remarkImage9;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getRemarkImage10() {
|
|
|
|
- return remarkImage10;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRemarkImage10(String remarkImage10) {
|
|
|
|
- this.remarkImage10 = remarkImage10;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public CmPromotion getShopPromotion() {
|
|
|
|
- return shopPromotion;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShopPromotion(CmPromotion shopPromotion) {
|
|
|
|
- this.shopPromotion = shopPromotion;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getZeroCostFlag() {
|
|
|
|
- return zeroCostFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setZeroCostFlag(Integer zeroCostFlag) {
|
|
|
|
- this.zeroCostFlag = zeroCostFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getReturnedPurchaseTotalFee() {
|
|
|
|
- return returnedPurchaseTotalFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setReturnedPurchaseTotalFee(Double returnedPurchaseTotalFee) {
|
|
|
|
- this.returnedPurchaseTotalFee = returnedPurchaseTotalFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getDiscountTotalFee() {
|
|
|
|
- return discountTotalFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setDiscountTotalFee(Double discountTotalFee) {
|
|
|
|
- this.discountTotalFee = discountTotalFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getFreight() {
|
|
|
|
- return freight;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setFreight(Double freight) {
|
|
|
|
- this.freight = freight;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Boolean getReturnedFreightFlag() {
|
|
|
|
- return returnedFreightFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setReturnedFreightFlag(Boolean returnedFreightFlag) {
|
|
|
|
- this.returnedFreightFlag = returnedFreightFlag;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public boolean isModifyPayable() {
|
|
|
|
- return modifyPayable;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setModifyPayable(boolean modifyPayable) {
|
|
|
|
- this.modifyPayable = modifyPayable;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getCommercialCode() {
|
|
|
|
- return commercialCode;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setCommercialCode(String commercialCode) {
|
|
|
|
- this.commercialCode = commercialCode;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getDifferenceType() {
|
|
|
|
- return differenceType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setDifferenceType(Integer differenceType) {
|
|
|
|
- this.differenceType = differenceType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public BigDecimal getDifferencePrice() {
|
|
|
|
- return differencePrice;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setDifferencePrice(BigDecimal differencePrice) {
|
|
|
|
- this.differencePrice = differencePrice;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getUserBeans() {
|
|
|
|
- return userBeans;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setUserBeans(Integer userBeans) {
|
|
|
|
- this.userBeans = userBeans;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public boolean getPayShopOtherFee() {
|
|
|
|
- return payShopOtherFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPayShopOtherFee(boolean payShopOtherFee) {
|
|
|
|
- this.payShopOtherFee = payShopOtherFee;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getOrderArchiveId() {
|
|
|
|
- return orderArchiveId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrderArchiveId(Integer orderArchiveId) {
|
|
|
|
- this.orderArchiveId = orderArchiveId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getSvipShopReduction() {
|
|
|
|
- return svipShopReduction;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSvipShopReduction(Double svipShopReduction) {
|
|
|
|
- this.svipShopReduction = svipShopReduction;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getRealPay() {
|
|
|
|
- return realPay;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRealPay(Double realPay) {
|
|
|
|
- this.realPay = realPay;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getEachDiscount() {
|
|
|
|
- return eachDiscount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setEachDiscount(Double eachDiscount) {
|
|
|
|
- this.eachDiscount = eachDiscount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getReceiptAmount() {
|
|
|
|
- return receiptAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setReceiptAmount(Double receiptAmount) {
|
|
|
|
- this.receiptAmount = receiptAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getRestAmount() {
|
|
|
|
- return restAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRestAmount(Double restAmount) {
|
|
|
|
- this.restAmount = restAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Double getPayShopAmount() {
|
|
|
|
- return payShopAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPayShopAmount(Double payShopAmount) {
|
|
|
|
- this.payShopAmount = payShopAmount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getShopReceiptStatus() {
|
|
|
|
- return shopReceiptStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setShopReceiptStatus(Integer shopReceiptStatus) {
|
|
|
|
- this.shopReceiptStatus = shopReceiptStatus;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getSplitCode() {
|
|
|
|
- return splitCode;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setSplitCode(String splitCode) {
|
|
|
|
- this.splitCode = splitCode;
|
|
|
|
- }
|
|
|
|
|
|
+ private String productName;
|
|
}
|
|
}
|