MrShi
2024-03-05 28de5d860e5983ea00c5b0b2287bf2617fbcf90d
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);
@@ -132,4 +132,6 @@
    void dealWaitSignedData();
    CountCyclePriceVO getCountCyclePriceVO(CountCyclePriceDTO countCyclePriceDTO);
    void generateNotice();
}