充值可用店铺列表

This commit is contained in:
张松
2025-09-28 18:09:50 +08:00
parent a12b87d47e
commit d586eb0cac
3 changed files with 21 additions and 1 deletions

View File

@@ -31,4 +31,6 @@ public interface ShopInfoService extends IService<ShopInfo> {
List<ShopBranchSelectDTO> findShopBranch(Long shopId);
Long getMainIdByShopId(Long shopId);
List<ShopInfo> getByMainIdOrList(Long mainShopId, List<Long> shopIdList, String shopName);
}