| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- //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);
- //}
|