nidapeng
2024-04-02 adb4be885811ee602073c2e723d9d09df0e5b4e6
server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
@@ -108,7 +108,7 @@
    void applyOpt(InsuranceApplyOptDTO insuranceApplyOptDTO);
    Integer back(InsuranceApply insuranceApply);
    Integer closeWtbForShop(InsuranceApply insuranceApply);
    Integer uploadToubaodan(InsuranceApply insuranceApply);
    Integer uploadBaoxiandan(InsuranceApply insuranceApply);
@@ -162,5 +162,11 @@
     * @return
     */
    String getSignWTBTBDLink(SmsCheckDTO smsCheckDTO);
    /**
     * 保障中金额
     * @return
     */
    Integer guaranteeNum();
}