From d6a6513dd8ff55449844264b24a3051c683febb7 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 22 一月 2024 10:03:34 +0800
Subject: [PATCH] 开发业务接口

---
 server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java b/server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
index e5ca65b..caab703 100644
--- a/server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
+++ b/server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
@@ -99,5 +99,15 @@
 
     InsuranceApply findDetail(Integer id);
 
-    void applyOpt(InsuranceApplyOptDTO insuranceApplyOptDTO);
+     void applyOpt(InsuranceApplyOptDTO insuranceApplyOptDTO);
+
+    Integer back(InsuranceApply insuranceApply);
+
+    Integer uploadToubaodan(InsuranceApply insuranceApply);
+
+    Integer uploadBaoxiandan(InsuranceApply insuranceApply);
+
+    Integer   refuseBackApply(InsuranceApply insuranceApply);
+
+    Integer check(InsuranceApply insuranceApply);
 }

--
Gitblit v1.9.3