From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/vo/shop/BanLiShopOrderVO.java | 170 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 85 insertions(+), 85 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/shop/BanLiShopOrderVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/shop/BanLiShopOrderVO.java index e8a858b..338fa6c 100644 --- a/fanli/src/main/java/com/yeshi/fanli/vo/shop/BanLiShopOrderVO.java +++ b/fanli/src/main/java/com/yeshi/fanli/vo/shop/BanLiShopOrderVO.java @@ -1,85 +1,85 @@ -package com.yeshi.fanli.vo.shop; - -public class BanLiShopOrderVO { - private Long id; - private String orderId;// 璁㈠崟鍙� - private String chargeAccount;// 鍏呭�艰处鍙� - private String orderTime;// 涓嬪崟鏃堕棿 - private String chargeTime;// 鍏呭�兼椂闂� - private BanLiShopOrderGoodsVO goods;// 鍟嗗搧 - private String stateColor;// 鐘舵�佺殑瀛椾綋棰滆壊 - private String state;// 鐘舵�� - private String stateDesc;// 鐘舵�佽鏄� - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public String getOrderId() { - return orderId; - } - - public void setOrderId(String orderId) { - this.orderId = orderId; - } - - public String getChargeAccount() { - return chargeAccount; - } - - public void setChargeAccount(String chargeAccount) { - this.chargeAccount = chargeAccount; - } - - public String getOrderTime() { - return orderTime; - } - - public void setOrderTime(String orderTime) { - this.orderTime = orderTime; - } - - public String getChargeTime() { - return chargeTime; - } - - public void setChargeTime(String chargeTime) { - this.chargeTime = chargeTime; - } - - public BanLiShopOrderGoodsVO getGoods() { - return goods; - } - - public void setGoods(BanLiShopOrderGoodsVO goods) { - this.goods = goods; - } - - public String getStateColor() { - return stateColor; - } - - public void setStateColor(String stateColor) { - this.stateColor = stateColor; - } - - public String getState() { - return state; - } - - public void setState(String state) { - this.state = state; - } - - public String getStateDesc() { - return stateDesc; - } - - public void setStateDesc(String stateDesc) { - this.stateDesc = stateDesc; - } -} +package com.yeshi.fanli.vo.shop; + +public class BanLiShopOrderVO { + private Long id; + private String orderId;// 璁㈠崟鍙� + private String chargeAccount;// 鍏呭�艰处鍙� + private String orderTime;// 涓嬪崟鏃堕棿 + private String chargeTime;// 鍏呭�兼椂闂� + private BanLiShopOrderGoodsVO goods;// 鍟嗗搧 + private String stateColor;// 鐘舵�佺殑瀛椾綋棰滆壊 + private String state;// 鐘舵�� + private String stateDesc;// 鐘舵�佽鏄� + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public String getOrderId() { + return orderId; + } + + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + public String getChargeAccount() { + return chargeAccount; + } + + public void setChargeAccount(String chargeAccount) { + this.chargeAccount = chargeAccount; + } + + public String getOrderTime() { + return orderTime; + } + + public void setOrderTime(String orderTime) { + this.orderTime = orderTime; + } + + public String getChargeTime() { + return chargeTime; + } + + public void setChargeTime(String chargeTime) { + this.chargeTime = chargeTime; + } + + public BanLiShopOrderGoodsVO getGoods() { + return goods; + } + + public void setGoods(BanLiShopOrderGoodsVO goods) { + this.goods = goods; + } + + public String getStateColor() { + return stateColor; + } + + public void setStateColor(String stateColor) { + this.stateColor = stateColor; + } + + public String getState() { + return state; + } + + public void setState(String state) { + this.state = state; + } + + public String getStateDesc() { + return stateDesc; + } + + public void setStateDesc(String stateDesc) { + this.stateDesc = stateDesc; + } +} -- Gitblit v1.8.0