查询套餐详情 增加 shopId 字段
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user