添加用户端接口
This commit is contained in:
@@ -22,7 +22,7 @@ public interface PpPackageService extends IService<PpPackage> {
|
||||
/**
|
||||
* 更新套餐开关
|
||||
*/
|
||||
boolean updatePackagePromotionSwitch(Integer status);
|
||||
boolean updatePackagePromotionSwitch(Integer status, Long shopId);
|
||||
|
||||
/**
|
||||
* 插入套餐
|
||||
@@ -37,12 +37,9 @@ public interface PpPackageService extends IService<PpPackage> {
|
||||
/**
|
||||
* 删除套餐
|
||||
*/
|
||||
long deletePackage(Long id);
|
||||
boolean deletePackage(Long id);
|
||||
|
||||
/**
|
||||
* 确认删除套餐
|
||||
*/
|
||||
void sureDeletePackage(Long id);
|
||||
boolean updateOnlineStatus(Long id, Integer onlineStatus);
|
||||
|
||||
/**
|
||||
* 获取套餐分页
|
||||
|
||||
Reference in New Issue
Block a user