多店铺需求

This commit is contained in:
Tankaikai
2025-04-07 18:11:48 +08:00
parent 1eafd54536
commit 18b2c536f3
5 changed files with 15 additions and 8 deletions

View File

@@ -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);
/**
* 设计数据同步方式