多店铺需求
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.czg.account.service;
|
||||
|
||||
import com.czg.account.dto.ShopBranchDTO;
|
||||
import com.czg.account.param.ShopBranchParam;
|
||||
import com.mybatisflex.core.paginate.Page;
|
||||
|
||||
/**
|
||||
@@ -13,10 +14,10 @@ public interface ShopBranchService {
|
||||
/**
|
||||
* 查询分店列表
|
||||
*
|
||||
* @param shopId 主店id
|
||||
* @param param 查询入参
|
||||
* @return 分店列表
|
||||
*/
|
||||
Page<ShopBranchDTO> findPage(Long shopId);
|
||||
Page<ShopBranchDTO> findPage(ShopBranchParam param);
|
||||
|
||||
/**
|
||||
* 设计数据同步方式
|
||||
|
||||
Reference in New Issue
Block a user