|
@@ -12,38 +12,39 @@ public class OrderDto implements Serializable {
|
|
|
private Long id;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 订单号
|
|
|
+ */
|
|
|
+ private String tradeNo;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 交易地区ID
|
|
|
*/
|
|
|
private Long tradeAreaId;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 交易地区名称
|
|
|
*/
|
|
|
private String tradeAreaName;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 地区ID集合
|
|
|
*/
|
|
|
private String addressIds;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
- */
|
|
|
- private Long saleMainId;
|
|
|
- /**
|
|
|
- *
|
|
|
+ * 过审商品id
|
|
|
*/
|
|
|
- private Long groupId;
|
|
|
+ private Long goodsId;
|
|
|
|
|
|
/**
|
|
|
- * 过审商品id[goodstransitid]
|
|
|
+ * 卖家ID
|
|
|
*/
|
|
|
- private Long goodsId;
|
|
|
+ private Long saleMainId;
|
|
|
|
|
|
/**
|
|
|
- * 订单号
|
|
|
+ * 购买的互市组ID
|
|
|
*/
|
|
|
- private String tradeNo;
|
|
|
+ private Long groupId;
|
|
|
|
|
|
/**
|
|
|
* 买家ID
|
|
@@ -91,11 +92,6 @@ public class OrderDto implements Serializable {
|
|
|
private Integer tradeStatus;
|
|
|
|
|
|
/**
|
|
|
- * 边民或组长取消订单(0=未取消,1=已取消)
|
|
|
- */
|
|
|
- private Integer cancelPeople;
|
|
|
-
|
|
|
- /**
|
|
|
* 支付方式(0=金融互助,1=现金刷卡)
|
|
|
*/
|
|
|
private Integer payType;
|
|
@@ -103,7 +99,7 @@ public class OrderDto implements Serializable {
|
|
|
/**
|
|
|
* 结算时间
|
|
|
*/
|
|
|
- private String settleTime;
|
|
|
+ private Date settleTime;
|
|
|
|
|
|
/**
|
|
|
* 当前结算金额
|
|
@@ -125,8 +121,6 @@ public class OrderDto implements Serializable {
|
|
|
*/
|
|
|
private Long recordUserId;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
/**
|
|
|
* 对账时间
|
|
|
*/
|
|
@@ -145,27 +139,27 @@ public class OrderDto implements Serializable {
|
|
|
/**
|
|
|
* 退款时间
|
|
|
*/
|
|
|
- private String refundTime;
|
|
|
+ private Date refundTime;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 收货人名称
|
|
|
*/
|
|
|
private String receiveName;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 收货人电话
|
|
|
*/
|
|
|
private String receivePhone;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 收货地址
|
|
|
*/
|
|
|
private String receiveAddress;
|
|
|
|
|
|
/**
|
|
|
* 出互市区时间
|
|
|
*/
|
|
|
- private String outTime;
|
|
|
+ private Date outTime;
|
|
|
|
|
|
/**
|
|
|
* 商品名称字符串
|
|
@@ -173,7 +167,12 @@ public class OrderDto implements Serializable {
|
|
|
private String goodsNames;
|
|
|
|
|
|
/**
|
|
|
- * 是否申报
|
|
|
+ * 商品图片
|
|
|
+ */
|
|
|
+ private String goodsImg;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 申报
|
|
|
*/
|
|
|
private Integer apply;
|
|
|
|
|
@@ -188,7 +187,12 @@ public class OrderDto implements Serializable {
|
|
|
private String applyResult;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 申报单号
|
|
|
+ */
|
|
|
+ private Long applyNo;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 申报失败理由
|
|
|
*/
|
|
|
private String applyFailReason;
|
|
|
|
|
@@ -198,29 +202,22 @@ public class OrderDto implements Serializable {
|
|
|
private String distribution;
|
|
|
|
|
|
/**
|
|
|
- * 一级市场边民确认状态(0=待确认,1=是)
|
|
|
+ * 边民确认
|
|
|
*/
|
|
|
- private Integer peopleConfirmStatus;
|
|
|
- /**
|
|
|
- * 一级市场边民确认类型(1=刷脸,2=指纹)
|
|
|
- */
|
|
|
- private Integer peopleConfirmType;
|
|
|
- /**
|
|
|
- * 一级市场边民确认时间
|
|
|
- */
|
|
|
- private Date peopleConfirmTime;
|
|
|
+ private String peopleConfirmStatus;
|
|
|
|
|
|
/**
|
|
|
- * 边民进口申报确认状态(0=待确认,1=是)
|
|
|
+ * 边民确认类型
|
|
|
*/
|
|
|
- private Integer applyConfirmStatus;
|
|
|
+ private String peopleConfirmType;
|
|
|
+
|
|
|
/**
|
|
|
- * 边民进口申报确认时间
|
|
|
+ * 边民确认时间
|
|
|
*/
|
|
|
- private Date applyConfirmTime;
|
|
|
+ private String peopleConfirmTime;
|
|
|
|
|
|
/**
|
|
|
- * 一级市场商户确认(0=待确认,1=是)[j]
|
|
|
+ * 一级市场商户确认(0=待确认,1=是,2=否)
|
|
|
*/
|
|
|
private Integer enterpriseConfirm;
|
|
|
|
|
@@ -235,12 +232,12 @@ public class OrderDto implements Serializable {
|
|
|
private Date pickTime;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 商铺ID
|
|
|
*/
|
|
|
private Long shopId;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ * 商铺名称
|
|
|
*/
|
|
|
private String shopName;
|
|
|
|
|
@@ -252,7 +249,7 @@ public class OrderDto implements Serializable {
|
|
|
/**
|
|
|
* 发货时间
|
|
|
*/
|
|
|
- private String sendTime;
|
|
|
+ private Date sendTime;
|
|
|
|
|
|
/**
|
|
|
* 对应合作社的拼单订单ID
|
|
@@ -267,7 +264,7 @@ public class OrderDto implements Serializable {
|
|
|
/**
|
|
|
* 创建人编号
|
|
|
*/
|
|
|
- private Long createBy;
|
|
|
+ private String createBy;
|
|
|
|
|
|
/**
|
|
|
* 创建人名称
|
|
@@ -295,30 +292,124 @@ public class OrderDto implements Serializable {
|
|
|
private Integer deleteStatus;
|
|
|
|
|
|
/**
|
|
|
- * 订单状态(0=未完成,1=已完成)
|
|
|
+ * 是否转售(0=未转售,1=已转售,2=转售中)
|
|
|
+ */
|
|
|
+ private Integer resaleStatus;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 订单完成状态(0=未完成,1=已完成)
|
|
|
*/
|
|
|
private Integer finishStatus;
|
|
|
|
|
|
/**
|
|
|
- * 申报单号
|
|
|
+ * 边民或组长取消订单(0=未取消,1=已取消)
|
|
|
*/
|
|
|
- private Long applyNo;
|
|
|
+ private Integer cancelPeople;
|
|
|
|
|
|
/**
|
|
|
- * 是否转售(0=未转售,1=已转售)
|
|
|
+ * 商品单位
|
|
|
*/
|
|
|
- private Integer resaleStatus;
|
|
|
+ private String goodsUnit;
|
|
|
|
|
|
/**
|
|
|
- * 叫车状态[默认是0=待叫车,1=已叫车,2=完成叫车]
|
|
|
+ * 叫车状态
|
|
|
*/
|
|
|
private Integer callCarStatus;
|
|
|
|
|
|
+ /**
|
|
|
+ * 互助委托申报确认状态
|
|
|
+ */
|
|
|
+ private String cooperEntrustStatus;
|
|
|
|
|
|
/**
|
|
|
- * 商品单位
|
|
|
+ * 互助委托申报确认时间
|
|
|
*/
|
|
|
- private String goodsUnit;
|
|
|
+ private Date cooperEntrustTime;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 边民进口申报确认状态
|
|
|
+ */
|
|
|
+ private String applyConfirmStatus;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 边民进口申报确认时间
|
|
|
+ */
|
|
|
+ private Date applyConfirmTime;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 车牌号
|
|
|
+ */
|
|
|
+ private String veNo;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 车航次(班)号
|
|
|
+ */
|
|
|
+ private String voyageNo;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ private String preNo;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 预申报编号
|
|
|
+ */
|
|
|
+ private String platSeqNo;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 边民姓名
|
|
|
+ */
|
|
|
+ private String borderName;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 身份证号
|
|
|
+ */
|
|
|
+ private String idno;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 边民备案编号
|
|
|
+ */
|
|
|
+ private String borderPutrecNo;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 结算单号
|
|
|
+ */
|
|
|
+ private String settleBillNo;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 申报金额
|
|
|
+ */
|
|
|
+ private Double buyAmount;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 净重
|
|
|
+ */
|
|
|
+ private Double netWt;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 毛重
|
|
|
+ */
|
|
|
+ private Double grossWt;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 申报数量
|
|
|
+ */
|
|
|
+ private Double buyQty;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 第一数量
|
|
|
+ */
|
|
|
+ private Double buyQty1;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 第二数量
|
|
|
+ */
|
|
|
+ private Double buyQty2;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 进出口预申报单号
|
|
|
+ */
|
|
|
+ private String preIeportNo;
|
|
|
|
|
|
public Long getId() {
|
|
|
return id;
|
|
@@ -328,6 +419,14 @@ public class OrderDto implements Serializable {
|
|
|
this.id = id;
|
|
|
}
|
|
|
|
|
|
+ public String getTradeNo() {
|
|
|
+ return tradeNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTradeNo(String tradeNo) {
|
|
|
+ this.tradeNo = tradeNo;
|
|
|
+ }
|
|
|
+
|
|
|
public Long getTradeAreaId() {
|
|
|
return tradeAreaId;
|
|
|
}
|
|
@@ -352,6 +451,14 @@ public class OrderDto implements Serializable {
|
|
|
this.addressIds = addressIds;
|
|
|
}
|
|
|
|
|
|
+ public Long getGoodsId() {
|
|
|
+ return goodsId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGoodsId(Long goodsId) {
|
|
|
+ this.goodsId = goodsId;
|
|
|
+ }
|
|
|
+
|
|
|
public Long getSaleMainId() {
|
|
|
return saleMainId;
|
|
|
}
|
|
@@ -368,22 +475,6 @@ public class OrderDto implements Serializable {
|
|
|
this.groupId = groupId;
|
|
|
}
|
|
|
|
|
|
- public Long getGoodsId() {
|
|
|
- return goodsId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setGoodsId(Long goodsId) {
|
|
|
- this.goodsId = goodsId;
|
|
|
- }
|
|
|
-
|
|
|
- public String getTradeNo() {
|
|
|
- return tradeNo;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTradeNo(String tradeNo) {
|
|
|
- this.tradeNo = tradeNo;
|
|
|
- }
|
|
|
-
|
|
|
public Long getBuyUserId() {
|
|
|
return buyUserId;
|
|
|
}
|
|
@@ -456,14 +547,6 @@ public class OrderDto implements Serializable {
|
|
|
this.tradeStatus = tradeStatus;
|
|
|
}
|
|
|
|
|
|
- public Integer getCancelPeople() {
|
|
|
- return cancelPeople;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCancelPeople(Integer cancelPeople) {
|
|
|
- this.cancelPeople = cancelPeople;
|
|
|
- }
|
|
|
-
|
|
|
public Integer getPayType() {
|
|
|
return payType;
|
|
|
}
|
|
@@ -472,11 +555,11 @@ public class OrderDto implements Serializable {
|
|
|
this.payType = payType;
|
|
|
}
|
|
|
|
|
|
- public String getSettleTime() {
|
|
|
+ public Date getSettleTime() {
|
|
|
return settleTime;
|
|
|
}
|
|
|
|
|
|
- public void setSettleTime(String settleTime) {
|
|
|
+ public void setSettleTime(Date settleTime) {
|
|
|
this.settleTime = settleTime;
|
|
|
}
|
|
|
|
|
@@ -536,11 +619,11 @@ public class OrderDto implements Serializable {
|
|
|
this.refundReason = refundReason;
|
|
|
}
|
|
|
|
|
|
- public String getRefundTime() {
|
|
|
+ public Date getRefundTime() {
|
|
|
return refundTime;
|
|
|
}
|
|
|
|
|
|
- public void setRefundTime(String refundTime) {
|
|
|
+ public void setRefundTime(Date refundTime) {
|
|
|
this.refundTime = refundTime;
|
|
|
}
|
|
|
|
|
@@ -568,11 +651,11 @@ public class OrderDto implements Serializable {
|
|
|
this.receiveAddress = receiveAddress;
|
|
|
}
|
|
|
|
|
|
- public String getOutTime() {
|
|
|
+ public Date getOutTime() {
|
|
|
return outTime;
|
|
|
}
|
|
|
|
|
|
- public void setOutTime(String outTime) {
|
|
|
+ public void setOutTime(Date outTime) {
|
|
|
this.outTime = outTime;
|
|
|
}
|
|
|
|
|
@@ -584,6 +667,14 @@ public class OrderDto implements Serializable {
|
|
|
this.goodsNames = goodsNames;
|
|
|
}
|
|
|
|
|
|
+ public String getGoodsImg() {
|
|
|
+ return goodsImg;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGoodsImg(String goodsImg) {
|
|
|
+ this.goodsImg = goodsImg;
|
|
|
+ }
|
|
|
+
|
|
|
public Integer getApply() {
|
|
|
return apply;
|
|
|
}
|
|
@@ -608,6 +699,14 @@ public class OrderDto implements Serializable {
|
|
|
this.applyResult = applyResult;
|
|
|
}
|
|
|
|
|
|
+ public Long getApplyNo() {
|
|
|
+ return applyNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setApplyNo(Long applyNo) {
|
|
|
+ this.applyNo = applyNo;
|
|
|
+ }
|
|
|
+
|
|
|
public String getApplyFailReason() {
|
|
|
return applyFailReason;
|
|
|
}
|
|
@@ -624,46 +723,30 @@ public class OrderDto implements Serializable {
|
|
|
this.distribution = distribution;
|
|
|
}
|
|
|
|
|
|
- public Integer getPeopleConfirmStatus() {
|
|
|
+ public String getPeopleConfirmStatus() {
|
|
|
return peopleConfirmStatus;
|
|
|
}
|
|
|
|
|
|
- public void setPeopleConfirmStatus(Integer peopleConfirmStatus) {
|
|
|
+ public void setPeopleConfirmStatus(String peopleConfirmStatus) {
|
|
|
this.peopleConfirmStatus = peopleConfirmStatus;
|
|
|
}
|
|
|
|
|
|
- public Integer getPeopleConfirmType() {
|
|
|
+ public String getPeopleConfirmType() {
|
|
|
return peopleConfirmType;
|
|
|
}
|
|
|
|
|
|
- public void setPeopleConfirmType(Integer peopleConfirmType) {
|
|
|
+ public void setPeopleConfirmType(String peopleConfirmType) {
|
|
|
this.peopleConfirmType = peopleConfirmType;
|
|
|
}
|
|
|
|
|
|
- public Date getPeopleConfirmTime() {
|
|
|
+ public String getPeopleConfirmTime() {
|
|
|
return peopleConfirmTime;
|
|
|
}
|
|
|
|
|
|
- public void setPeopleConfirmTime(Date peopleConfirmTime) {
|
|
|
+ public void setPeopleConfirmTime(String peopleConfirmTime) {
|
|
|
this.peopleConfirmTime = peopleConfirmTime;
|
|
|
}
|
|
|
|
|
|
- public Integer getApplyConfirmStatus() {
|
|
|
- return applyConfirmStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public void setApplyConfirmStatus(Integer applyConfirmStatus) {
|
|
|
- this.applyConfirmStatus = applyConfirmStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public Date getApplyConfirmTime() {
|
|
|
- return applyConfirmTime;
|
|
|
- }
|
|
|
-
|
|
|
- public void setApplyConfirmTime(Date applyConfirmTime) {
|
|
|
- this.applyConfirmTime = applyConfirmTime;
|
|
|
- }
|
|
|
-
|
|
|
public Integer getEnterpriseConfirm() {
|
|
|
return enterpriseConfirm;
|
|
|
}
|
|
@@ -712,11 +795,11 @@ public class OrderDto implements Serializable {
|
|
|
this.send = send;
|
|
|
}
|
|
|
|
|
|
- public String getSendTime() {
|
|
|
+ public Date getSendTime() {
|
|
|
return sendTime;
|
|
|
}
|
|
|
|
|
|
- public void setSendTime(String sendTime) {
|
|
|
+ public void setSendTime(Date sendTime) {
|
|
|
this.sendTime = sendTime;
|
|
|
}
|
|
|
|
|
@@ -736,11 +819,11 @@ public class OrderDto implements Serializable {
|
|
|
this.createTime = createTime;
|
|
|
}
|
|
|
|
|
|
- public Long getCreateBy() {
|
|
|
+ public String getCreateBy() {
|
|
|
return createBy;
|
|
|
}
|
|
|
|
|
|
- public void setCreateBy(Long createBy) {
|
|
|
+ public void setCreateBy(String createBy) {
|
|
|
this.createBy = createBy;
|
|
|
}
|
|
|
|
|
@@ -784,6 +867,14 @@ public class OrderDto implements Serializable {
|
|
|
this.deleteStatus = deleteStatus;
|
|
|
}
|
|
|
|
|
|
+ public Integer getResaleStatus() {
|
|
|
+ return resaleStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setResaleStatus(Integer resaleStatus) {
|
|
|
+ this.resaleStatus = resaleStatus;
|
|
|
+ }
|
|
|
+
|
|
|
public Integer getFinishStatus() {
|
|
|
return finishStatus;
|
|
|
}
|
|
@@ -792,20 +883,20 @@ public class OrderDto implements Serializable {
|
|
|
this.finishStatus = finishStatus;
|
|
|
}
|
|
|
|
|
|
- public Long getApplyNo() {
|
|
|
- return applyNo;
|
|
|
+ public Integer getCancelPeople() {
|
|
|
+ return cancelPeople;
|
|
|
}
|
|
|
|
|
|
- public void setApplyNo(Long applyNo) {
|
|
|
- this.applyNo = applyNo;
|
|
|
+ public void setCancelPeople(Integer cancelPeople) {
|
|
|
+ this.cancelPeople = cancelPeople;
|
|
|
}
|
|
|
|
|
|
- public Integer getResaleStatus() {
|
|
|
- return resaleStatus;
|
|
|
+ public String getGoodsUnit() {
|
|
|
+ return goodsUnit;
|
|
|
}
|
|
|
|
|
|
- public void setResaleStatus(Integer resaleStatus) {
|
|
|
- this.resaleStatus = resaleStatus;
|
|
|
+ public void setGoodsUnit(String goodsUnit) {
|
|
|
+ this.goodsUnit = goodsUnit;
|
|
|
}
|
|
|
|
|
|
public Integer getCallCarStatus() {
|
|
@@ -816,23 +907,167 @@ public class OrderDto implements Serializable {
|
|
|
this.callCarStatus = callCarStatus;
|
|
|
}
|
|
|
|
|
|
- public String getGoodsUnit() {
|
|
|
- return goodsUnit;
|
|
|
+ public String getCooperEntrustStatus() {
|
|
|
+ return cooperEntrustStatus;
|
|
|
}
|
|
|
|
|
|
- public void setGoodsUnit(String goodsUnit) {
|
|
|
- this.goodsUnit = goodsUnit;
|
|
|
+ public void setCooperEntrustStatus(String cooperEntrustStatus) {
|
|
|
+ this.cooperEntrustStatus = cooperEntrustStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getCooperEntrustTime() {
|
|
|
+ return cooperEntrustTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCooperEntrustTime(Date cooperEntrustTime) {
|
|
|
+ this.cooperEntrustTime = cooperEntrustTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getApplyConfirmStatus() {
|
|
|
+ return applyConfirmStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setApplyConfirmStatus(String applyConfirmStatus) {
|
|
|
+ this.applyConfirmStatus = applyConfirmStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getApplyConfirmTime() {
|
|
|
+ return applyConfirmTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setApplyConfirmTime(Date applyConfirmTime) {
|
|
|
+ this.applyConfirmTime = applyConfirmTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getVeNo() {
|
|
|
+ return veNo;
|
|
|
}
|
|
|
|
|
|
- public OrderDto(Long id, Long tradeAreaId, String tradeAreaName, String addressIds, Long saleMainId, Long groupId, Long goodsId, String tradeNo, Long buyUserId, String buyUserName, String buyUserType, Long enterpriseId, String enterpriseName, Double totalWeight, Double totalPrice, Date tradeTime, Integer tradeStatus, Integer cancelPeople, Integer payType, String settleTime, Double realPrice, Double shouldPrice, Long settleUserId, Long recordUserId, String recordTime, String record, String refundReason, String refundTime, String receiveName, String receivePhone, String receiveAddress, String outTime, String goodsNames, Integer apply, Date applyTime, String applyResult, String applyFailReason, String distribution, Integer peopleConfirmStatus, Integer peopleConfirmType, Date peopleConfirmTime, Integer applyConfirmStatus, Date applyConfirmTime, Integer enterpriseConfirm, String pick, Date pickTime, Long shopId, String shopName, Integer send, String sendTime, Long collageOrdersId, Date createTime, Long createBy, String createName, Date updateTime, Long updateBy, String updateName, Integer deleteStatus, Integer finishStatus, Long applyNo, Integer resaleStatus, Integer callCarStatus, String goodsUnit) {
|
|
|
+ public void setVeNo(String veNo) {
|
|
|
+ this.veNo = veNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getVoyageNo() {
|
|
|
+ return voyageNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setVoyageNo(String voyageNo) {
|
|
|
+ this.voyageNo = voyageNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPreNo() {
|
|
|
+ return preNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPreNo(String preNo) {
|
|
|
+ this.preNo = preNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPlatSeqNo() {
|
|
|
+ return platSeqNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPlatSeqNo(String platSeqNo) {
|
|
|
+ this.platSeqNo = platSeqNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBorderName() {
|
|
|
+ return borderName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBorderName(String borderName) {
|
|
|
+ this.borderName = borderName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getIdno() {
|
|
|
+ return idno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIdno(String idno) {
|
|
|
+ this.idno = idno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBorderPutrecNo() {
|
|
|
+ return borderPutrecNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBorderPutrecNo(String borderPutrecNo) {
|
|
|
+ this.borderPutrecNo = borderPutrecNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSettleBillNo() {
|
|
|
+ return settleBillNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSettleBillNo(String settleBillNo) {
|
|
|
+ this.settleBillNo = settleBillNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getBuyAmount() {
|
|
|
+ return buyAmount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBuyAmount(Double buyAmount) {
|
|
|
+ this.buyAmount = buyAmount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getNetWt() {
|
|
|
+ return netWt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setNetWt(Double netWt) {
|
|
|
+ this.netWt = netWt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getGrossWt() {
|
|
|
+ return grossWt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGrossWt(Double grossWt) {
|
|
|
+ this.grossWt = grossWt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getBuyQty() {
|
|
|
+ return buyQty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBuyQty(Double buyQty) {
|
|
|
+ this.buyQty = buyQty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getBuyQty1() {
|
|
|
+ return buyQty1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBuyQty1(Double buyQty1) {
|
|
|
+ this.buyQty1 = buyQty1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getBuyQty2() {
|
|
|
+ return buyQty2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBuyQty2(Double buyQty2) {
|
|
|
+ this.buyQty2 = buyQty2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPreIeportNo() {
|
|
|
+ return preIeportNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPreIeportNo(String preIeportNo) {
|
|
|
+ this.preIeportNo = preIeportNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public OrderDto(Long id, String tradeNo, Long tradeAreaId, String tradeAreaName, String addressIds, Long goodsId, Long saleMainId, Long groupId, Long buyUserId, String buyUserName, String buyUserType, Long enterpriseId, String enterpriseName, Double totalWeight, Double totalPrice, Date tradeTime, Integer tradeStatus, Integer payType, Date settleTime, Double realPrice, Double shouldPrice, Long settleUserId, Long recordUserId, String recordTime, String record, String refundReason, Date refundTime, String receiveName, String receivePhone, String receiveAddress, Date outTime, String goodsNames, String goodsImg, Integer apply, Date applyTime, String applyResult, Long applyNo, String applyFailReason, String distribution, String peopleConfirmStatus, String peopleConfirmType, String peopleConfirmTime, Integer enterpriseConfirm, String pick, Date pickTime, Long shopId, String shopName, Integer send, Date sendTime, Long collageOrdersId, Date createTime, String createBy, String createName, Date updateTime, Long updateBy, String updateName, Integer deleteStatus, Integer resaleStatus, Integer finishStatus, Integer cancelPeople, String goodsUnit, Integer callCarStatus, String cooperEntrustStatus, Date cooperEntrustTime, String applyConfirmStatus, Date applyConfirmTime, String veNo, String voyageNo, String preNo, String platSeqNo, String borderName, String idno, String borderPutrecNo, String settleBillNo, Double buyAmount, Double netWt, Double grossWt, Double buyQty, Double buyQty1, Double buyQty2, String preIeportNo) {
|
|
|
this.id = id;
|
|
|
+ this.tradeNo = tradeNo;
|
|
|
this.tradeAreaId = tradeAreaId;
|
|
|
this.tradeAreaName = tradeAreaName;
|
|
|
this.addressIds = addressIds;
|
|
|
+ this.goodsId = goodsId;
|
|
|
this.saleMainId = saleMainId;
|
|
|
this.groupId = groupId;
|
|
|
- this.goodsId = goodsId;
|
|
|
- this.tradeNo = tradeNo;
|
|
|
this.buyUserId = buyUserId;
|
|
|
this.buyUserName = buyUserName;
|
|
|
this.buyUserType = buyUserType;
|
|
@@ -842,7 +1077,6 @@ public class OrderDto implements Serializable {
|
|
|
this.totalPrice = totalPrice;
|
|
|
this.tradeTime = tradeTime;
|
|
|
this.tradeStatus = tradeStatus;
|
|
|
- this.cancelPeople = cancelPeople;
|
|
|
this.payType = payType;
|
|
|
this.settleTime = settleTime;
|
|
|
this.realPrice = realPrice;
|
|
@@ -858,16 +1092,16 @@ public class OrderDto implements Serializable {
|
|
|
this.receiveAddress = receiveAddress;
|
|
|
this.outTime = outTime;
|
|
|
this.goodsNames = goodsNames;
|
|
|
+ this.goodsImg = goodsImg;
|
|
|
this.apply = apply;
|
|
|
this.applyTime = applyTime;
|
|
|
this.applyResult = applyResult;
|
|
|
+ this.applyNo = applyNo;
|
|
|
this.applyFailReason = applyFailReason;
|
|
|
this.distribution = distribution;
|
|
|
this.peopleConfirmStatus = peopleConfirmStatus;
|
|
|
this.peopleConfirmType = peopleConfirmType;
|
|
|
this.peopleConfirmTime = peopleConfirmTime;
|
|
|
- this.applyConfirmStatus = applyConfirmStatus;
|
|
|
- this.applyConfirmTime = applyConfirmTime;
|
|
|
this.enterpriseConfirm = enterpriseConfirm;
|
|
|
this.pick = pick;
|
|
|
this.pickTime = pickTime;
|
|
@@ -883,82 +1117,32 @@ public class OrderDto implements Serializable {
|
|
|
this.updateBy = updateBy;
|
|
|
this.updateName = updateName;
|
|
|
this.deleteStatus = deleteStatus;
|
|
|
- this.finishStatus = finishStatus;
|
|
|
- this.applyNo = applyNo;
|
|
|
this.resaleStatus = resaleStatus;
|
|
|
- this.callCarStatus = callCarStatus;
|
|
|
+ this.finishStatus = finishStatus;
|
|
|
+ this.cancelPeople = cancelPeople;
|
|
|
this.goodsUnit = goodsUnit;
|
|
|
+ this.callCarStatus = callCarStatus;
|
|
|
+ this.cooperEntrustStatus = cooperEntrustStatus;
|
|
|
+ this.cooperEntrustTime = cooperEntrustTime;
|
|
|
+ this.applyConfirmStatus = applyConfirmStatus;
|
|
|
+ this.applyConfirmTime = applyConfirmTime;
|
|
|
+ this.veNo = veNo;
|
|
|
+ this.voyageNo = voyageNo;
|
|
|
+ this.preNo = preNo;
|
|
|
+ this.platSeqNo = platSeqNo;
|
|
|
+ this.borderName = borderName;
|
|
|
+ this.idno = idno;
|
|
|
+ this.borderPutrecNo = borderPutrecNo;
|
|
|
+ this.settleBillNo = settleBillNo;
|
|
|
+ this.buyAmount = buyAmount;
|
|
|
+ this.netWt = netWt;
|
|
|
+ this.grossWt = grossWt;
|
|
|
+ this.buyQty = buyQty;
|
|
|
+ this.buyQty1 = buyQty1;
|
|
|
+ this.buyQty2 = buyQty2;
|
|
|
+ this.preIeportNo = preIeportNo;
|
|
|
}
|
|
|
|
|
|
public OrderDto() {
|
|
|
}
|
|
|
-
|
|
|
- @Override
|
|
|
- public String toString() {
|
|
|
- return "OrderDto{" +
|
|
|
- "id=" + id +
|
|
|
- ", tradeAreaId=" + tradeAreaId +
|
|
|
- ", tradeAreaName='" + tradeAreaName + '\'' +
|
|
|
- ", addressIds='" + addressIds + '\'' +
|
|
|
- ", saleMainId=" + saleMainId +
|
|
|
- ", groupId=" + groupId +
|
|
|
- ", goodsId=" + goodsId +
|
|
|
- ", tradeNo='" + tradeNo + '\'' +
|
|
|
- ", buyUserId=" + buyUserId +
|
|
|
- ", buyUserName='" + buyUserName + '\'' +
|
|
|
- ", buyUserType='" + buyUserType + '\'' +
|
|
|
- ", enterpriseId=" + enterpriseId +
|
|
|
- ", enterpriseName='" + enterpriseName + '\'' +
|
|
|
- ", totalWeight=" + totalWeight +
|
|
|
- ", totalPrice=" + totalPrice +
|
|
|
- ", tradeTime=" + tradeTime +
|
|
|
- ", tradeStatus=" + tradeStatus +
|
|
|
- ", cancelPeople=" + cancelPeople +
|
|
|
- ", payType=" + payType +
|
|
|
- ", settleTime='" + settleTime + '\'' +
|
|
|
- ", realPrice=" + realPrice +
|
|
|
- ", shouldPrice=" + shouldPrice +
|
|
|
- ", settleUserId=" + settleUserId +
|
|
|
- ", recordUserId=" + recordUserId +
|
|
|
- ", recordTime='" + recordTime + '\'' +
|
|
|
- ", record='" + record + '\'' +
|
|
|
- ", refundReason='" + refundReason + '\'' +
|
|
|
- ", refundTime='" + refundTime + '\'' +
|
|
|
- ", receiveName='" + receiveName + '\'' +
|
|
|
- ", receivePhone='" + receivePhone + '\'' +
|
|
|
- ", receiveAddress='" + receiveAddress + '\'' +
|
|
|
- ", outTime='" + outTime + '\'' +
|
|
|
- ", goodsNames='" + goodsNames + '\'' +
|
|
|
- ", apply=" + apply +
|
|
|
- ", applyTime=" + applyTime +
|
|
|
- ", applyResult='" + applyResult + '\'' +
|
|
|
- ", applyFailReason='" + applyFailReason + '\'' +
|
|
|
- ", distribution='" + distribution + '\'' +
|
|
|
- ", peopleConfirmStatus=" + peopleConfirmStatus +
|
|
|
- ", peopleConfirmType=" + peopleConfirmType +
|
|
|
- ", peopleConfirmTime=" + peopleConfirmTime +
|
|
|
- ", applyConfirmStatus=" + applyConfirmStatus +
|
|
|
- ", applyConfirmTime=" + applyConfirmTime +
|
|
|
- ", enterpriseConfirm=" + enterpriseConfirm +
|
|
|
- ", pick='" + pick + '\'' +
|
|
|
- ", pickTime=" + pickTime +
|
|
|
- ", shopId=" + shopId +
|
|
|
- ", shopName='" + shopName + '\'' +
|
|
|
- ", send=" + send +
|
|
|
- ", sendTime='" + sendTime + '\'' +
|
|
|
- ", collageOrdersId=" + collageOrdersId +
|
|
|
- ", createTime=" + createTime +
|
|
|
- ", createBy=" + createBy +
|
|
|
- ", createName='" + createName + '\'' +
|
|
|
- ", updateTime=" + updateTime +
|
|
|
- ", updateBy=" + updateBy +
|
|
|
- ", updateName='" + updateName + '\'' +
|
|
|
- ", deleteStatus=" + deleteStatus +
|
|
|
- ", finishStatus=" + finishStatus +
|
|
|
- ", applyNo=" + applyNo +
|
|
|
- ", resaleStatus=" + resaleStatus +
|
|
|
- ", callCarStatus=" + callCarStatus +
|
|
|
- ", goodsUnit='" + goodsUnit + '\'' +
|
|
|
- '}';
|
|
|
- }
|
|
|
}
|