From 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 26 四月 2024 18:02:17 +0800 Subject: [PATCH] 唯品会链接解析升级 --- fanli/src/main/java/com/yeshi/fanli/dto/vipshop/VipShopQueryOrderResultDTO.java | 74 ++++++++++++++++++------------------ 1 files changed, 37 insertions(+), 37 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/vipshop/VipShopQueryOrderResultDTO.java b/fanli/src/main/java/com/yeshi/fanli/dto/vipshop/VipShopQueryOrderResultDTO.java index 650f245..ecb4c89 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dto/vipshop/VipShopQueryOrderResultDTO.java +++ b/fanli/src/main/java/com/yeshi/fanli/dto/vipshop/VipShopQueryOrderResultDTO.java @@ -1,37 +1,37 @@ -package com.yeshi.fanli.dto.vipshop; - -import java.util.List; - -import com.yeshi.fanli.entity.vipshop.VipShopOrder; - -/** - * 鍞搧浼氳鍗曠粨鏋� - * @author Administrator - * - */ -public class VipShopQueryOrderResultDTO { - private List<VipShopOrder> orderList; - private Integer total; - - public VipShopQueryOrderResultDTO(List<VipShopOrder> orderList, Integer total) { - super(); - this.orderList = orderList; - this.total = total; - } - - public List<VipShopOrder> getOrderList() { - return orderList; - } - - public void setOrderList(List<VipShopOrder> orderList) { - this.orderList = orderList; - } - - public Integer getTotal() { - return total; - } - - public void setTotal(Integer total) { - this.total = total; - } -} +package com.yeshi.fanli.dto.vipshop; + +import java.util.List; + +import com.yeshi.fanli.entity.vipshop.VipShopOrder; + +/** + * 鍞搧浼氳鍗曠粨鏋� + * @author Administrator + * + */ +public class VipShopQueryOrderResultDTO { + private List<VipShopOrder> orderList; + private Integer total; + + public VipShopQueryOrderResultDTO(List<VipShopOrder> orderList, Integer total) { + super(); + this.orderList = orderList; + this.total = total; + } + + public List<VipShopOrder> getOrderList() { + return orderList; + } + + public void setOrderList(List<VipShopOrder> orderList) { + this.orderList = orderList; + } + + public Integer getTotal() { + return total; + } + + public void setTotal(Integer total) { + this.total = total; + } +} -- Gitblit v1.8.0