//package com.ydtech.modules.ins.service; // //import com.fasterxml.jackson.core.JsonProcessingException; //import com.ydtech.core.page.HttpResult; //import com.ydtech.modules.ins.model.hb.HengbangPolicyPrintResponse; //import com.ydtech.modules.ins.model.ya.YaQuoteInfoVo; // //import java.io.IOException; // //public interface InsHengbangService { // // /** // * 报价 // * // * @param yaQuoteInfoVo // * @return // */ // HttpResult quote(YaQuoteInfoVo yaQuoteInfoVo) throws JsonProcessingException; // // /** // * 核保 // * // * @param orderNo // * @return // * @throws IOException // */ // HttpResult audit(String orderNo) throws IOException; // // /** // * 上传影像 // * // * @param orderId // * @return // * @throws IOException // */ // HttpResult submitImage(String orderId) throws IOException; // // /** // * 获取报价订单 // * // * @param orderNo // * @return // */ // HengbangPolicyPrintResponse getPolicyPrint(String orderNo); //}