From 1340beb67a9b6d777821d0139bcc7c9b0896ed4e Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 05 九月 2020 10:59:26 +0800
Subject: [PATCH] 拼多多比价修改

---
 fanli/src/main/java/com/yeshi/fanli/entity/pdd/PDDOrder.java |  461 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 236 insertions(+), 225 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/pdd/PDDOrder.java b/fanli/src/main/java/com/yeshi/fanli/entity/pdd/PDDOrder.java
index cc023e4..7b10e49 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/pdd/PDDOrder.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/pdd/PDDOrder.java
@@ -9,284 +9,295 @@
 
 /**
  * 鎷煎澶氳鍗�
- * 
- * @author Administrator
  *
+ * @author Administrator
  */
 @Table("yeshi_ec_pdd_order")
 public class PDDOrder {
-	@Column(name = "po_id")
-	private Long id;
-	@SerializedName("order_sn")
-	@Column(name = "po_order_sn")
-	private String orderSn;// 鎺ㄥ箍璁㈠崟缂栧彿
-	@SerializedName("goods_id")
-	@Column(name = "po_goods_id")
-	private Long goodsId;// 鍟嗗搧ID
-	@SerializedName("group_id")
-	@Column(name = "po_group_id")
-	private Long groupId;// 鎴愬洟ID
-	@SerializedName("goods_name")
-	@Column(name = "po_goods_name")
-	private String goodsName;// 鍟嗗搧鏍囬
-	@SerializedName("goods_thumbnail_url")
-	@Column(name = "po_goods_thumbnail_url")
-	private String goodsThumbnailUrl;// 鍟嗗搧缂╃暐鍥�
-	@SerializedName("goods_quantity")
-	@Column(name = "po_goods_quantity")
-	private Integer goodsQuantity;// 璐拱鍟嗗搧鐨勬暟閲�
-	@SerializedName("goods_price")
-	@Column(name = "po_goods_price")
-	private Long goodsPrice;// 璁㈠崟涓璼ku鐨勫崟浠朵环鏍硷紝鍗曚綅涓哄垎
-	@SerializedName("order_amount")
-	@Column(name = "po_order_amount")
-	private Long orderAmount;// 瀹為檯鏀粯閲戦锛屽崟浣嶄负鍒�
-	@SerializedName("p_id")
-	@Column(name = "po_p_id")
-	private String pId;// 鎺ㄥ箍浣岻D
-	@SerializedName("promotion_rate")
-	@Column(name = "po_promotion_rate")
-	private Long promotionRate;// 浣i噾姣斾緥锛屽崈鍒嗘瘮
-	@SerializedName("promotion_amount")
-	@Column(name = "po_promotion_amount")
-	private Long promotionAmount;// 浣i噾閲戦锛屽崟浣嶄负鍒�
-	@SerializedName("order_status")
-	@Column(name = "po_order_status")
-	private Integer orderStatus;// 璁㈠崟鐘舵�侊細 -1 鏈敮浠�;
-								// 0-宸叉敮浠橈紱1-宸叉垚鍥紱2-纭鏀惰揣锛�3-瀹℃牳鎴愬姛锛�4-瀹℃牳澶辫触锛堜笉鍙彁鐜帮級锛�5-宸茬粡缁撶畻锛�8-闈炲澶氳繘瀹濆晢鍝侊紙鏃犱剑閲戣鍗曪級
-	@SerializedName("order_status_desc")
-	@Column(name = "po_order_status_desc")
-	private String orderStatusDesc;// 璁㈠崟鐘舵�佹弿杩�
-	@SerializedName("order_create_time")
-	@Column(name = "po_order_create_time")
-	private Long orderCreateTime;// 璁㈠崟鐢熸垚鏃堕棿锛孶NIX鏃堕棿鎴�
-	@SerializedName("order_pay_time")
-	@Column(name = "po_order_pay_time")
-	private Long orderPayTime;// 鏀粯鏃堕棿
-	@SerializedName("order_group_success_time")
-	@Column(name = "po_order_group_success_time")
-	private Long orderGroupSuccessTime;// 鎴愬洟鏃堕棿
-	@SerializedName("order_verify_time")
-	@Column(name = "po_order_verify_time")
-	private Long orderVerifyTime;// 瀹℃牳鏃堕棿
-	@SerializedName("order_modify_at")
-	@Column(name = "po_order_modify_at")
-	private Long orderModifyAt;// 鏈�鍚庢洿鏂版椂闂�
-	@SerializedName("order_receive_time")
-	@Column(name = "po_order_receive_time")
-	private Long orderReceiveTime;//鏀惰揣鏃堕棿
-	@SerializedName("custom_parameters")
-	@Column(name = "po_custom_parameters")
-	private String customParameters;// 鑷畾涔夊弬鏁�
-	@SerializedName("order_settle_time")
-	@Column(name = "po_order_settle_time")
-	private Long orderSettleTime;// 璁㈠崟缁撶畻鏃堕棿
-	@SerializedName("order_id")
-	@Column(name = "po_order_id")
-	private String orderId;// 璁㈠崟缂栧彿
-	@Column(name = "po_create_time")
-	private Date createTime;// 鍒涘缓鏃堕棿
-	@Column(name = "po_update_time")
-	private Date updateTime;// 鏇存柊鏃堕棿
+    @Column(name = "po_id")
+    private Long id;
+    @SerializedName("order_sn")
+    @Column(name = "po_order_sn")
+    private String orderSn;// 鎺ㄥ箍璁㈠崟缂栧彿
+    @SerializedName("goods_id")
+    @Column(name = "po_goods_id")
+    private Long goodsId;// 鍟嗗搧ID
+    @SerializedName("group_id")
+    @Column(name = "po_group_id")
+    private Long groupId;// 鎴愬洟ID
+    @SerializedName("goods_name")
+    @Column(name = "po_goods_name")
+    private String goodsName;// 鍟嗗搧鏍囬
+    @SerializedName("goods_thumbnail_url")
+    @Column(name = "po_goods_thumbnail_url")
+    private String goodsThumbnailUrl;// 鍟嗗搧缂╃暐鍥�
+    @SerializedName("goods_quantity")
+    @Column(name = "po_goods_quantity")
+    private Integer goodsQuantity;// 璐拱鍟嗗搧鐨勬暟閲�
+    @SerializedName("goods_price")
+    @Column(name = "po_goods_price")
+    private Long goodsPrice;// 璁㈠崟涓璼ku鐨勫崟浠朵环鏍硷紝鍗曚綅涓哄垎
+    @SerializedName("order_amount")
+    @Column(name = "po_order_amount")
+    private Long orderAmount;// 瀹為檯鏀粯閲戦锛屽崟浣嶄负鍒�
+    @SerializedName("p_id")
+    @Column(name = "po_p_id")
+    private String pId;// 鎺ㄥ箍浣岻D
+    @SerializedName("promotion_rate")
+    @Column(name = "po_promotion_rate")
+    private Long promotionRate;// 浣i噾姣斾緥锛屽崈鍒嗘瘮
+    @SerializedName("promotion_amount")
+    @Column(name = "po_promotion_amount")
+    private Long promotionAmount;// 浣i噾閲戦锛屽崟浣嶄负鍒�
+    @SerializedName("order_status")
+    @Column(name = "po_order_status")
+    private Integer orderStatus;// 璁㈠崟鐘舵�侊細 -1 鏈敮浠�;
+    // 0-宸叉敮浠橈紱1-宸叉垚鍥紱2-纭鏀惰揣锛�3-瀹℃牳鎴愬姛锛�4-瀹℃牳澶辫触锛堜笉鍙彁鐜帮級锛�5-宸茬粡缁撶畻锛�8-闈炲澶氳繘瀹濆晢鍝侊紙鏃犱剑閲戣鍗曪級
+    @SerializedName("order_status_desc")
+    @Column(name = "po_order_status_desc")
+    private String orderStatusDesc;// 璁㈠崟鐘舵�佹弿杩�
+    @SerializedName("fail_reason")
+    @Column(name = "po_fail_reason")
+    private String failReason;//璁㈠崟澶辫触鍘熷洜
+    @SerializedName("order_create_time")
+    @Column(name = "po_order_create_time")
+    private Long orderCreateTime;// 璁㈠崟鐢熸垚鏃堕棿锛孶NIX鏃堕棿鎴�
+    @SerializedName("order_pay_time")
+    @Column(name = "po_order_pay_time")
+    private Long orderPayTime;// 鏀粯鏃堕棿
+    @SerializedName("order_group_success_time")
+    @Column(name = "po_order_group_success_time")
+    private Long orderGroupSuccessTime;// 鎴愬洟鏃堕棿
+    @SerializedName("order_verify_time")
+    @Column(name = "po_order_verify_time")
+    private Long orderVerifyTime;// 瀹℃牳鏃堕棿
+    @SerializedName("order_modify_at")
+    @Column(name = "po_order_modify_at")
+    private Long orderModifyAt;// 鏈�鍚庢洿鏂版椂闂�
+    @SerializedName("order_receive_time")
+    @Column(name = "po_order_receive_time")
+    private Long orderReceiveTime;//鏀惰揣鏃堕棿
+    @SerializedName("custom_parameters")
+    @Column(name = "po_custom_parameters")
+    private String customParameters;// 鑷畾涔夊弬鏁�
+    @SerializedName("order_settle_time")
+    @Column(name = "po_order_settle_time")
+    private Long orderSettleTime;// 璁㈠崟缁撶畻鏃堕棿
+    @SerializedName("order_id")
+    @Column(name = "po_order_id")
+    private String orderId;// 璁㈠崟缂栧彿
+    @Column(name = "po_create_time")
+    private Date createTime;// 鍒涘缓鏃堕棿
+    @Column(name = "po_update_time")
+    private Date updateTime;// 鏇存柊鏃堕棿
 
-	public Date getCreateTime() {
-		return createTime;
-	}
 
-	public void setCreateTime(Date createTime) {
-		this.createTime = createTime;
-	}
+    public String getFailReason() {
+        return failReason;
+    }
 
-	public Date getUpdateTime() {
-		return updateTime;
-	}
+    public void setFailReason(String failReason) {
+        this.failReason = failReason;
+    }
 
-	public void setUpdateTime(Date updateTime) {
-		this.updateTime = updateTime;
-	}
+    public Date getCreateTime() {
+        return createTime;
+    }
 
-	public Long getId() {
-		return id;
-	}
+    public void setCreateTime(Date createTime) {
+        this.createTime = createTime;
+    }
 
-	public void setId(Long id) {
-		this.id = id;
-	}
+    public Date getUpdateTime() {
+        return updateTime;
+    }
 
-	public String getOrderSn() {
-		return orderSn;
-	}
+    public void setUpdateTime(Date updateTime) {
+        this.updateTime = updateTime;
+    }
 
-	public void setOrderSn(String orderSn) {
-		this.orderSn = orderSn;
-	}
+    public Long getId() {
+        return id;
+    }
 
-	public Long getGoodsId() {
-		return goodsId;
-	}
+    public void setId(Long id) {
+        this.id = id;
+    }
 
-	public void setGoodsId(Long goodsId) {
-		this.goodsId = goodsId;
-	}
+    public String getOrderSn() {
+        return orderSn;
+    }
 
-	public Long getGroupId() {
-		return groupId;
-	}
+    public void setOrderSn(String orderSn) {
+        this.orderSn = orderSn;
+    }
 
-	public void setGroupId(Long groupId) {
-		this.groupId = groupId;
-	}
+    public Long getGoodsId() {
+        return goodsId;
+    }
 
-	public String getGoodsName() {
-		return goodsName;
-	}
+    public void setGoodsId(Long goodsId) {
+        this.goodsId = goodsId;
+    }
 
-	public void setGoodsName(String goodsName) {
-		this.goodsName = goodsName;
-	}
+    public Long getGroupId() {
+        return groupId;
+    }
 
-	public String getGoodsThumbnailUrl() {
-		return goodsThumbnailUrl;
-	}
+    public void setGroupId(Long groupId) {
+        this.groupId = groupId;
+    }
 
-	public void setGoodsThumbnailUrl(String goodsThumbnailUrl) {
-		this.goodsThumbnailUrl = goodsThumbnailUrl;
-	}
+    public String getGoodsName() {
+        return goodsName;
+    }
 
-	public Integer getGoodsQuantity() {
-		return goodsQuantity;
-	}
+    public void setGoodsName(String goodsName) {
+        this.goodsName = goodsName;
+    }
 
-	public void setGoodsQuantity(Integer goodsQuantity) {
-		this.goodsQuantity = goodsQuantity;
-	}
+    public String getGoodsThumbnailUrl() {
+        return goodsThumbnailUrl;
+    }
 
-	public Long getGoodsPrice() {
-		return goodsPrice;
-	}
+    public void setGoodsThumbnailUrl(String goodsThumbnailUrl) {
+        this.goodsThumbnailUrl = goodsThumbnailUrl;
+    }
 
-	public void setGoodsPrice(Long goodsPrice) {
-		this.goodsPrice = goodsPrice;
-	}
+    public Integer getGoodsQuantity() {
+        return goodsQuantity;
+    }
 
-	public Long getOrderAmount() {
-		return orderAmount;
-	}
+    public void setGoodsQuantity(Integer goodsQuantity) {
+        this.goodsQuantity = goodsQuantity;
+    }
 
-	public void setOrderAmount(Long orderAmount) {
-		this.orderAmount = orderAmount;
-	}
+    public Long getGoodsPrice() {
+        return goodsPrice;
+    }
 
-	public String getpId() {
-		return pId;
-	}
+    public void setGoodsPrice(Long goodsPrice) {
+        this.goodsPrice = goodsPrice;
+    }
 
-	public void setpId(String pId) {
-		this.pId = pId;
-	}
+    public Long getOrderAmount() {
+        return orderAmount;
+    }
 
-	public Long getPromotionRate() {
-		return promotionRate;
-	}
+    public void setOrderAmount(Long orderAmount) {
+        this.orderAmount = orderAmount;
+    }
 
-	public void setPromotionRate(Long promotionRate) {
-		this.promotionRate = promotionRate;
-	}
+    public String getpId() {
+        return pId;
+    }
 
-	public Long getPromotionAmount() {
-		return promotionAmount;
-	}
+    public void setpId(String pId) {
+        this.pId = pId;
+    }
 
-	public void setPromotionAmount(Long promotionAmount) {
-		this.promotionAmount = promotionAmount;
-	}
+    public Long getPromotionRate() {
+        return promotionRate;
+    }
 
-	public Integer getOrderStatus() {
-		return orderStatus;
-	}
+    public void setPromotionRate(Long promotionRate) {
+        this.promotionRate = promotionRate;
+    }
 
-	public void setOrderStatus(Integer orderStatus) {
-		this.orderStatus = orderStatus;
-	}
+    public Long getPromotionAmount() {
+        return promotionAmount;
+    }
 
-	public String getOrderStatusDesc() {
-		return orderStatusDesc;
-	}
+    public void setPromotionAmount(Long promotionAmount) {
+        this.promotionAmount = promotionAmount;
+    }
 
-	public void setOrderStatusDesc(String orderStatusDesc) {
-		this.orderStatusDesc = orderStatusDesc;
-	}
+    public Integer getOrderStatus() {
+        return orderStatus;
+    }
 
-	public Long getOrderCreateTime() {
-		return orderCreateTime;
-	}
+    public void setOrderStatus(Integer orderStatus) {
+        this.orderStatus = orderStatus;
+    }
 
-	public void setOrderCreateTime(Long orderCreateTime) {
-		this.orderCreateTime = orderCreateTime;
-	}
+    public String getOrderStatusDesc() {
+        return orderStatusDesc;
+    }
 
-	public Long getOrderPayTime() {
-		return orderPayTime;
-	}
+    public void setOrderStatusDesc(String orderStatusDesc) {
+        this.orderStatusDesc = orderStatusDesc;
+    }
 
-	public void setOrderPayTime(Long orderPayTime) {
-		this.orderPayTime = orderPayTime;
-	}
+    public Long getOrderCreateTime() {
+        return orderCreateTime;
+    }
 
-	public Long getOrderGroupSuccessTime() {
-		return orderGroupSuccessTime;
-	}
+    public void setOrderCreateTime(Long orderCreateTime) {
+        this.orderCreateTime = orderCreateTime;
+    }
 
-	public void setOrderGroupSuccessTime(Long orderGroupSuccessTime) {
-		this.orderGroupSuccessTime = orderGroupSuccessTime;
-	}
+    public Long getOrderPayTime() {
+        return orderPayTime;
+    }
 
-	public Long getOrderVerifyTime() {
-		return orderVerifyTime;
-	}
+    public void setOrderPayTime(Long orderPayTime) {
+        this.orderPayTime = orderPayTime;
+    }
 
-	public void setOrderVerifyTime(Long orderVerifyTime) {
-		this.orderVerifyTime = orderVerifyTime;
-	}
+    public Long getOrderGroupSuccessTime() {
+        return orderGroupSuccessTime;
+    }
 
-	public Long getOrderModifyAt() {
-		return orderModifyAt;
-	}
+    public void setOrderGroupSuccessTime(Long orderGroupSuccessTime) {
+        this.orderGroupSuccessTime = orderGroupSuccessTime;
+    }
 
-	public void setOrderModifyAt(Long orderModifyAt) {
-		this.orderModifyAt = orderModifyAt;
-	}
+    public Long getOrderVerifyTime() {
+        return orderVerifyTime;
+    }
 
-	public String getCustomParameters() {
-		return customParameters;
-	}
+    public void setOrderVerifyTime(Long orderVerifyTime) {
+        this.orderVerifyTime = orderVerifyTime;
+    }
 
-	public void setCustomParameters(String customParameters) {
-		this.customParameters = customParameters;
-	}
+    public Long getOrderModifyAt() {
+        return orderModifyAt;
+    }
 
-	public Long getOrderSettleTime() {
-		return orderSettleTime;
-	}
+    public void setOrderModifyAt(Long orderModifyAt) {
+        this.orderModifyAt = orderModifyAt;
+    }
 
-	public void setOrderSettleTime(Long orderSettleTime) {
-		this.orderSettleTime = orderSettleTime;
-	}
+    public String getCustomParameters() {
+        return customParameters;
+    }
 
-	public String getOrderId() {
-		return orderId;
-	}
+    public void setCustomParameters(String customParameters) {
+        this.customParameters = customParameters;
+    }
 
-	public void setOrderId(String orderId) {
-		this.orderId = orderId;
-	}
+    public Long getOrderSettleTime() {
+        return orderSettleTime;
+    }
 
-	public Long getOrderReceiveTime() {
-		return orderReceiveTime;
-	}
+    public void setOrderSettleTime(Long orderSettleTime) {
+        this.orderSettleTime = orderSettleTime;
+    }
 
-	public void setOrderReceiveTime(Long orderReceiveTime) {
-		this.orderReceiveTime = orderReceiveTime;
-	}
+    public String getOrderId() {
+        return orderId;
+    }
+
+    public void setOrderId(String orderId) {
+        this.orderId = orderId;
+    }
+
+    public Long getOrderReceiveTime() {
+        return orderReceiveTime;
+    }
+
+    public void setOrderReceiveTime(Long orderReceiveTime) {
+        this.orderReceiveTime = orderReceiveTime;
+    }
 
 }

--
Gitblit v1.8.0