|
|
@ -25,16 +25,8 @@ import java.util.List; |
|
|
|
@RequestMapping("pacustomer") |
|
|
|
public class PaCustomerController { |
|
|
|
|
|
|
|
@Autowired |
|
|
|
private PaUserService paUserService; |
|
|
|
@Autowired |
|
|
|
private PaCustomerService paCustomerService; |
|
|
|
@Autowired |
|
|
|
private PaCustomerAgencyService paCustomerAgencyService; |
|
|
|
@Autowired |
|
|
|
private PaCustomerUserAgencyService paCustomerUserAgencyService; |
|
|
|
@Autowired |
|
|
|
private CustomerMpService customerMpService; |
|
|
|
|
|
|
|
@GetMapping("{id}") |
|
|
|
public Result<PaCustomerDTO> get(@PathVariable("id") String id){ |
|
|
|