111
k94314517
2024-01-24 e7f3835c7ffb0de6747c7c496c590f7f42e455fc
server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
@@ -107,7 +107,13 @@
    Integer uploadBaoxiandan(InsuranceApply insuranceApply);
    Integer   refuseBackApply(InsuranceApply insuranceApply);
    Integer   dealBackApply(InsuranceApply insuranceApply);
    Integer check(InsuranceApply insuranceApply);
     InsuranceApply  findDetailForExport(InsuranceApply model);
    List<InsuranceApply> findListByDTO(InsuranceApplyQueryDTO model);
    Integer editBaoxiandan(InsuranceApply param);
}