|
|
@ -103,6 +103,7 @@ public class CustomerGridController { |
|
|
|
*/ |
|
|
|
@PostMapping("getcustomergridbygridid") |
|
|
|
public Result<CustomerGridDTO> getCustomerGridByGridId(@RequestBody CustomerGridFormDTO customerGridFormDTO) { |
|
|
|
ValidatorUtils.validateEntity(customerGridFormDTO, CustomerGridFormDTO.Grid.class); |
|
|
|
return customerGridService.getCustomerGridByGridId(customerGridFormDTO); |
|
|
|
} |
|
|
|
|
|
|
|