商品列表问题

This commit is contained in:
2025-12-19 17:56:40 +08:00
parent 30b3da513b
commit 6084bf847b
4 changed files with 9 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ import com.mybatisflex.core.service.IService;
public interface GbWareService extends IService<GbWare> {
//拼团 活动 注意分店 主店的 问题
Page<GbWare> getGbWarePage(GbWareQueryParamDTO param, Long shopId);
Page<GbWare> getGbWarePage(GbWareQueryParamDTO param, Long shopId, boolean isAdmin);
//添加
boolean addGbWare(GbWareDTO param);