jiangping
2024-01-23 a946438f6d69f976c94935f53dd7f326947aba0f
server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
@@ -107,7 +107,11 @@
    Integer uploadBaoxiandan(InsuranceApply insuranceApply);
    Integer   refuseBackApply(InsuranceApply insuranceApply);
    Integer   dealBackApply(InsuranceApply insuranceApply);
    Integer check(InsuranceApply insuranceApply);
     InsuranceApply  findDetailForExport(InsuranceApply model);
    Integer editBaoxiandan(InsuranceApply param);
}