From d3db196ed2fe8b6c3905ff111d665d9fc2c951a3 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 10 十二月 2019 15:41:58 +0800 Subject: [PATCH] 返利比例与会员比例调整 --- fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java index af1dbda..aef2cee 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java @@ -66,4 +66,29 @@ */ public void deleteByPrimaryKey(Long id); + /** + * 鍒楄〃鏌ヨ + * @param page + * @param pageSize + * @param key + * @return + */ + public List<BanLiShopGoodsSets> listQuery(int page, int pageSize, String key, Long goodsId); + + public long countQuery(String key, Long goodsId); + + /** + * 閿�閲忓鍔� + * @param id + * @param count + */ + public void addSalesCount(Long id,int count); + + /** + * 鍚庡彴缂栬緫 + * @param record + * @throws BanLiShopGoodsSetException + */ + public void saveObject(BanLiShopGoodsSets record) throws BanLiShopGoodsSetException; + } -- Gitblit v1.8.0