From 51a4ff5d777028d52a19c314a99f796334cb7b51 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 23 十一月 2019 18:30:01 +0800
Subject: [PATCH] 配置文件修改

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsService.java |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsService.java
index 4f3a21c..ee0009d 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsService.java
@@ -2,6 +2,8 @@
 
 import java.util.List;
 
+import org.springframework.web.multipart.MultipartFile;
+
 import com.yeshi.fanli.entity.shop.BanLiShopGoods;
 import com.yeshi.fanli.exception.shop.BanLiShopGoodsException;
 import com.yeshi.fanli.exception.shop.BanLiShopGoodsSetException;
@@ -78,5 +80,24 @@
 	 * @param id
 	 */
 	public void deleteByPrimaryKey(Long id);
+	
+	/**
+	 * 澧炲姞閿�閲�
+	 * @param id
+	 * @param count
+	 */
+	public void addSalesCount(Long id,int count);
+
+	/**
+	 * 鍚庡彴缁存姢
+	 * @param file
+	 * @param file2
+	 * @param record
+	 * @throws BanLiShopGoodsSetException
+	 * @throws Exception
+	 */
+	public void saveObject(MultipartFile file, MultipartFile file2, BanLiShopGoods record)
+			throws BanLiShopGoodsException, Exception;
+	
 
 }

--
Gitblit v1.8.0