From 1e9d66afda722a8ace7c5a21c9c0bfa0f14989c4 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 24 九月 2021 15:23:27 +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