|
|
@ -530,5 +530,5 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<List<IcNeighborHoodDTO>> getListByIds(@RequestBody List<String> ids); |
|
|
|
|
|
|
|
@GetMapping("/gov/org/customergrid/getGridIListByAgency/{agencyId}") |
|
|
|
Result<List<CustomerGridDTO>> getGridIListByAgency(@PathVariable("agencyId") String agencyId) |
|
|
|
Result<List<CustomerGridDTO>> getGridIListByAgency(@PathVariable("agencyId") String agencyId); |
|
|
|
} |
|
|
|