|
|
|
@ -60,7 +60,7 @@ public interface IDistributionParcelListClient {
|
|
|
|
|
@PostMapping(API_PREFIX+"/add") |
|
|
|
|
boolean add(@RequestBody DistributionParcelListEntity entity); |
|
|
|
|
|
|
|
|
|
@PostMapping(API_PREFIX+"/submitNumByOrderIdAndName") |
|
|
|
|
boolean submitNumByOrderIdAndName(Long articleId, String productName, Integer num); |
|
|
|
|
@GetMapping(API_PREFIX+"/submitNumByOrderIdAndName") |
|
|
|
|
boolean submitNumByOrderIdAndName(@RequestParam Long articleId, @RequestParam String productName, @RequestParam Integer num); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|