商品类型
This commit is contained in:
@@ -17,7 +17,7 @@ public interface MkPointsGoodsService extends IService<MkPointsGoods> {
|
||||
|
||||
Page<MkPointsGoods> getPointsGoodsPage(BaseQueryParam param, Long shopId);
|
||||
|
||||
Page<MkPointsGoods> getPointsGoodsPageByUser(Integer page, Integer size, Long shopId, Long userId);
|
||||
Page<MkPointsGoods> getPointsGoodsPageByUser(Integer page, Integer size, Long shopId, String goodsCategory, Long userId);
|
||||
|
||||
Page<MkPointsGoodsRecord> getGoodsRecordPage(Integer page, Integer size, Long shopId, Long userId);
|
||||
|
||||
@@ -29,9 +29,9 @@ public interface MkPointsGoodsService extends IService<MkPointsGoods> {
|
||||
/**
|
||||
* 更新商品数量
|
||||
*
|
||||
* @param id 商品id
|
||||
* @param quantity 库存数量 最终值
|
||||
* @param totalExchangeCount 累计兑换数量 最终值
|
||||
* @param id 商品id
|
||||
* @param quantity 库存数量 最终值
|
||||
* @param totalExchangeCount 累计兑换数量 最终值
|
||||
*/
|
||||
boolean upNumberById(Long id, Integer quantity, Integer totalExchangeCount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user