国贸2.0系统调用接口说明修改
This commit is contained in:
@@ -41,7 +41,7 @@ public interface ContractApi {
|
||||
CommonResult<List<PurchaseOrderWithDetailsDTO>> getOrderByOrderIds(@RequestBody List<Long> ids);
|
||||
|
||||
@PostMapping(PREFIX + "/push")
|
||||
@Operation(summary = "国贸2.0系统创建合同")
|
||||
@Operation(summary = "国贸2.0系统推送合同")
|
||||
CommonResult<Boolean> push(@Valid @RequestBody IntContract reqVO) throws Exception;
|
||||
|
||||
@GetMapping(PREFIX + "/logistics/list/page")
|
||||
|
||||
Reference in New Issue
Block a user