server/service/src/main/java/com/doumee/service/business/UnionApplyService.java
@@ -102,7 +102,7 @@ * 保单合并 * @param saveUnionApplyDTO */ void merge(SaveUnionApplyDTO saveUnionApplyDTO); Integer merge(SaveUnionApplyDTO saveUnionApplyDTO); /** * 取消合并单 @@ -129,4 +129,5 @@ */ void uploadBXD(UnionApplyBXDDTO unionApplyBXDDTO); UnionApply detail(Integer applyId); }