jiangping
2024-01-23 5db66ef6fb108de06df182189d822f3f5ebdd557
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);
}