k94314517
2024-03-29 2b88f76c533a2fa94cd029b8a88c2d4da437552c
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);
}