From 1c7343125d71a707bb9ed6c6c37bb5823b72eb04 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 31 一月 2024 09:44:59 +0800
Subject: [PATCH] 开发业务接口

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

diff --git a/server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java b/server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java
index 4a42bc6..df79445 100644
--- a/server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java
+++ b/server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java
@@ -2,9 +2,11 @@
 
 import com.doumee.core.model.PageData;
 import com.doumee.core.model.PageWrap;
+import com.doumee.dao.business.dto.ApplyChangeCyclePriceDTO;
 import com.doumee.dao.business.dto.ApplyChangeOptDTO;
 import com.doumee.dao.business.model.ApplyChange;
 import com.doumee.dao.business.model.InsuranceApply;
+import com.doumee.dao.business.vo.CountCyclePriceVO;
 
 import java.util.List;
 
@@ -108,4 +110,14 @@
     ApplyChange findDetail(Integer id);
 
     Integer editPidan(ApplyChange applyChange);
+
+    ApplyChange exportJiajianBaoExcel(ApplyChange model);
+
+    ApplyChange exportChangeUnitExcel(ApplyChange model);
+
+    String getSignLinkJiajiabao(ApplyChange model);
+
+    String getSignLinkChangeUnit(ApplyChange model);
+
+    CountCyclePriceVO getChangeCountCyclePriceVO(ApplyChangeCyclePriceDTO applyChangeCyclePriceDTO);
 }

--
Gitblit v1.9.3