查询套餐详情 增加 shopId 字段

This commit is contained in:
gong
2025-12-20 09:20:36 +08:00
parent d363c580bd
commit c33f169614
3 changed files with 6 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ public interface PpPackageService extends IService<PpPackage> {
PpPackage getPackageById(Long id);
PpPackageVO getPackageDetail(Long id);
PpPackageVO getPackageDetail(Long id, Long shopId);
PpPackageVO convertPackageToVo(PpPackage ppPackage);