From d0f12da013131cd291cec6e81a12d661c02c4bf4 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期二, 17 三月 2020 12:14:27 +0800
Subject: [PATCH] 2.1

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java |   14 ++++++++++++++
 1 files changed, 14 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 1e20fc5..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
@@ -76,5 +76,19 @@
 	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