|
|
@ -585,5 +585,7 @@ public interface GovOrgOpenFeignClient { |
|
|
|
Result<IcResiUserOrgMsgResultDTO> icResiUserOrgMsg(@RequestBody IcResiUserOrgMsgFormDTO formDTO); |
|
|
|
|
|
|
|
@PostMapping("/gov/org/customergrid/getstaffgridlist") |
|
|
|
Result<List<CustomerStaffGridResultDTO>> getStaffGridList(@RequestParam("customerId") String customerId, @RequestParam("orgId") String orgId, @RequestParam("orgType") String orgType); |
|
|
|
Result<List<CustomerStaffGridResultDTO>> getStaffGridList(@RequestParam("customerId") String customerId, |
|
|
|
@RequestParam("orgId") String orgId, |
|
|
|
@RequestParam("orgType") String orgType); |
|
|
|
} |
|
|
|