显式抛出

This commit is contained in:
2025-11-14 10:07:40 +08:00
parent 3e3cf0ac98
commit a4d84dfd87

View File

@@ -3,6 +3,7 @@ package com.czg.account.service;
import com.czg.account.dto.PageDTO;
import com.czg.account.dto.shopinfo.*;
import com.czg.account.entity.ShopInfo;
import com.czg.exception.CzgException;
import com.mybatisflex.core.paginate.Page;
import com.mybatisflex.core.service.IService;
@@ -31,7 +32,7 @@ public interface ShopInfoService extends IService<ShopInfo> {
List<ShopBranchSelectDTO> findShopBranch(Long shopId);
Long getMainIdByShopId(Long shopId);
Long getMainIdByShopId(Long shopId) throws CzgException;
List<ShopInfo> getByMainIdOrList(Long mainShopId, List<Long> shopIdList, String shopName);