server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java
@@ -24,6 +24,7 @@ * @return Integer */ Integer create(ApplyChange applyChange); Integer update(ApplyChange applyChange); Integer back(ApplyChange param); Integer dealBackApply(ApplyChange param); Integer uploadPidan(ApplyChange insuranceApply); @@ -120,4 +121,12 @@ String getSignLinkChangeUnit(ApplyChange model); CountCyclePriceVO getChangeCountCyclePriceVO(ApplyChangeCyclePriceDTO applyChangeCyclePriceDTO); /** * 委托保 人员名单签署 * @param applyChangeId * @return */ String getChangeMemberListOnlineSignLink(Integer applyChangeId); }