|
|
@@ -17,7 +17,12 @@ import com.chinaitop.depot.hk.dto.res.ResultResDTO;
|
|
17
|
17
|
public interface HkService {
|
|
18
|
18
|
/**
|
|
19
|
19
|
* 分页获取区域列表
|
|
20
|
|
- * /api/resource/v1/regions
|
|
21
|
|
- */
|
|
|
20
|
+ *
|
|
|
21
|
+ * @param pageReqDTO
|
|
|
22
|
+ * @methodName: getRegions
|
|
|
23
|
+ * @return: com.chinaitop.depot.hk.dto.res.ResultResDTO<com.chinaitop.depot.hk.dto.res.PageResDTO < com.chinaitop.depot.hk.dto.res.RegionResDTO>>
|
|
|
24
|
+ * @author: ybw
|
|
|
25
|
+ * @date: 2024/6/19
|
|
|
26
|
+ **/
|
|
22
|
27
|
ResultResDTO<PageResDTO<RegionResDTO>> getRegions(PageReqDTO pageReqDTO);
|
|
23
|
28
|
}
|