商品列表问题
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user