nidapeng
2024-03-28 dc3cfa57c400ded43fdac3a73c7be27a18a90b23
server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java
@@ -121,4 +121,12 @@
    String getSignLinkChangeUnit(ApplyChange model);
    CountCyclePriceVO getChangeCountCyclePriceVO(ApplyChangeCyclePriceDTO applyChangeCyclePriceDTO);
    /**
     * 委托保 人员名单签署
     * @param applyChangeId
     * @return
     */
    String getChangeMemberListOnlineSignLink(Integer applyChangeId);
}