|
|
@ -59,6 +59,6 @@ public interface IServiceNumClient { |
|
|
|
@GetMapping(API_PREFIX + "/findByserviceNum") |
|
|
|
@GetMapping(API_PREFIX + "/findByserviceNum") |
|
|
|
ServiceNumEntity findByserviceNum(@RequestParam String sn); |
|
|
|
ServiceNumEntity findByserviceNum(@RequestParam String sn); |
|
|
|
|
|
|
|
|
|
|
|
@PostMapping(API_PREFIX + "/update") |
|
|
|
@PostMapping(API_PREFIX + "/updateServiceNum") |
|
|
|
void updateServiceNum(@RequestBody ServiceNumEntity serviceNum); |
|
|
|
void updateServiceNum(@RequestBody ServiceNumEntity serviceNum); |
|
|
|
} |
|
|
|
} |
|
|
|