k94314517
2024-03-29 2a2b5ae83879d2d36b3a6ca0a6a4940c04acba65
server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java
@@ -28,6 +28,7 @@
    Integer back(ApplyChange param);
    Integer dealBackApply(ApplyChange param);
    Integer uploadPidan(ApplyChange insuranceApply);
    Integer check(ApplyChange applyChange);
    /**
     * 主键删除
     *
@@ -121,4 +122,12 @@
    String getSignLinkChangeUnit(ApplyChange model);
    CountCyclePriceVO getChangeCountCyclePriceVO(ApplyChangeCyclePriceDTO applyChangeCyclePriceDTO);
    /**
     * 委托保 人员名单签署
     * @param applyChangeId
     * @return
     */
    String getChangeMemberListOnlineSignLink(Integer applyChangeId);
}