111
k94314517
2024-01-23 8a7797cf8ba37fa1beec625209a6964a3668b994
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);
}