显式抛出
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user