111
k94314517
2024-01-26 c21d5551744f8f55aa44157c17985243670bec24
server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
@@ -5,6 +5,8 @@
import com.doumee.dao.business.dto.InsuranceApplyOptDTO;
import com.doumee.dao.business.dto.InsuranceApplyQueryDTO;
import com.doumee.dao.business.model.InsuranceApply;
import com.jzq.common.bean.sign.NotifyDataReq;
import java.util.List;
/**
@@ -110,4 +112,19 @@
    Integer   dealBackApply(InsuranceApply insuranceApply);
    Integer check(InsuranceApply insuranceApply);
     InsuranceApply  findDetailForExport(InsuranceApply model);
    List<InsuranceApply> findListByDTO(InsuranceApplyQueryDTO model);
    Integer editBaoxiandan(InsuranceApply param);
    void updateApplyCurrentFee();
    String getSignLink(Integer id);
    void dealSignResult(NotifyDataReq data);
    void dealWaitSignedData();
}