From 84cc4678e46328ebc6ec0bfdb2e2dfa954b93f66 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期一, 19 五月 2025 18:58:39 +0800 Subject: [PATCH] git ch --- server/service/src/main/java/com/doumee/service/business/SettleClaimsService.java | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 100 insertions(+), 1 deletions(-) diff --git a/server/service/src/main/java/com/doumee/service/business/SettleClaimsService.java b/server/service/src/main/java/com/doumee/service/business/SettleClaimsService.java index a6f58cb..70d69c7 100644 --- a/server/service/src/main/java/com/doumee/service/business/SettleClaimsService.java +++ b/server/service/src/main/java/com/doumee/service/business/SettleClaimsService.java @@ -2,8 +2,10 @@ import com.doumee.core.model.PageData; import com.doumee.core.model.PageWrap; -import com.doumee.dao.business.dto.SCSupplementDTO; +import com.doumee.dao.business.dto.*; import com.doumee.dao.business.model.SettleClaims; +import com.doumee.dao.business.vo.CompensationVO; +import com.doumee.service.system.impl.SystemDictDataServiceImpl; import io.swagger.models.auth.In; import javax.servlet.http.HttpServletResponse; @@ -130,4 +132,101 @@ Integer back(SettleClaims settleClaims); Integer delFile(Integer id, Integer fileId); + + + /************************************************************************鏂颁笟鍔�******************************************************************************************/ + + /** + * 浼佷笟鎶ユ鎻愪氦 + * @param settleClaimsDTO + * @param systemDictDataService + */ + void saveSettleClaims(SettleClaimsDTO settleClaimsDTO, SystemDictDataServiceImpl systemDictDataService); + + + /** + * 琛ュ厖璇存槑 + * 骞冲彴绔娇鐢� + * @param dto + */ + void saveSupplementDescribe(SaveSupplementDescribeDTO dto); + + + /** + * 娣诲姞琛ュ厖鏉愭枡 + * @param dto + */ + void saveSupplementFile(SaveSupplementDescribeDTO dto); + + + /** + * 鎾ら攢鎶ユ + * @param dto + */ + void returnSettle(OptSettleClaimsDTO dto); + + /** + * 骞冲彴绔嬫鎴栭��鍥� + * @param dto + */ + void register(OptSettleClaimsDTO dto); + + /** + * 娣诲姞鎶ユ鍙� + * @param param + * @return + */ + Integer addReportNum(OptSettleClaimsDTO param); + + /** + * 娣诲姞澶囨敞 + * @param param + * @return + */ + Integer addRemark(OptSettleClaimsDTO param); + + /** + * 鍙楃悊涓氬姟 + * @param dto + */ + void acceptance(AcceptanceSettleClaimsDTO dto); + + + /** + * 鐞嗚禂閲戦椤� + * @param id + * @return + */ + List<CompensationVO> getCompensation(Integer id); + + /** + * 鐞嗚禂涓氬姟 + * @param dto + */ + void compensation(CompensationDTO dto); + + /** + * 鍟嗚瀹℃壒 + * @param dto + */ + void discussAudit(DiscussAuditDTO dto); + + + /** + * 骞冲彴鏍歌禂 + * @param dto + */ + void nuclearCompensation(CompensationDTO dto); + + /** + * 淇敼閲戦 + * @param dto + */ + void updFee(CompensationDTO dto); + + /** + * 瀹㈡埛纭閲戦 + * @param id + */ + void confirmFee(Integer id); } -- Gitblit v1.9.3