|
@ -303,6 +303,6 @@ public interface GovOrgOpenFeignClient { |
|
|
* @Date 2020/11/18 15:34 |
|
|
* @Date 2020/11/18 15:34 |
|
|
*/ |
|
|
*/ |
|
|
@PostMapping("/gov/org/customergrid/getcustomergridbygridid") |
|
|
@PostMapping("/gov/org/customergrid/getcustomergridbygridid") |
|
|
Result<CustomerGridDTO> getCustomerGridByGridId(CustomerGridFormDTO customerGridFormDTO); |
|
|
Result<CustomerGridDTO> getCustomerGridByGridId(@RequestBody CustomerGridFormDTO customerGridFormDTO); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|