Parcourir la source

修改费用获取订单信息

wks il y a 1 an
Parent
commit
193b3a5320

+ 10 - 0
src/main/java/com/ydtech/modules/protocols/controller/PtlNewAgreementController.java

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