From f4a0f2acc63d7785eab108419a4e16f5f688cb95 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期六, 18 一月 2020 12:06:27 +0800 Subject: [PATCH] 用户注册信息 --- fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsService.java | 13 +++++++++++++ 1 files changed, 13 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 5881d81..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; @@ -85,6 +87,17 @@ * @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