nidapeng
2024-03-28 4cca308699dc565aaf164b9bbf3d3e535fef5bf4
server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
@@ -104,7 +104,7 @@
    InsuranceApply findDetail(Integer id);
     void applyOpt(InsuranceApplyOptDTO insuranceApplyOptDTO);
    void applyOpt(InsuranceApplyOptDTO insuranceApplyOptDTO);
    Integer back(InsuranceApply insuranceApply);
@@ -124,7 +124,6 @@
    void updateApplyCurrentFee(Integer id);
    String getSignLink(Integer id);
    void dealSignResult(NotifyDataReq data);
@@ -132,4 +131,6 @@
    void dealWaitSignedData();
    CountCyclePriceVO getCountCyclePriceVO(CountCyclePriceDTO countCyclePriceDTO);
    void generateNotice();
}