添加用户端接口

This commit is contained in:
gong
2025-12-18 18:27:20 +08:00
parent c0a958579c
commit 9a7256b82c
4 changed files with 141 additions and 51 deletions

View File

@@ -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);
/**
* 获取套餐分页