From aba192810c97b03ca3ca4aef1d44f0b60aa243e8 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期五, 17 四月 2020 17:41:47 +0800 Subject: [PATCH] 队员脱离 + 自动发圈不替换价格系信息 --- fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java | 7 +++++++ 1 files changed, 7 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 93de9dd..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 @@ -84,4 +84,11 @@ */ public void addSalesCount(Long id,int count); + /** + * 鍚庡彴缂栬緫 + * @param record + * @throws BanLiShopGoodsSetException + */ + public void saveObject(BanLiShopGoodsSets record) throws BanLiShopGoodsSetException; + } -- Gitblit v1.8.0