|
|
@@ -249,4 +249,14 @@ public class PtlNewAgreementController extends BaseController {
|
|
|
return HttpResult.ok(ptlAgreementService.getByCompanyCode(companyCode));
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ @ApiOperation("复制协议费用承保规则")
|
|
|
+ @PostMapping("/copyAgreementAllInformation")
|
|
|
+ public HttpResult<Object> copyAgreementAllInformation(){
|
|
|
+
|
|
|
+ return HttpResult.ok();
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
}
|