From 0e0eb2b6645d02c0a0a15cb83fc2717875ab12b4 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 24 三月 2020 15:19:39 +0800 Subject: [PATCH] APP更新整改,团队补贴与团队奖励修改 --- 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