package com.bcxin.risk.zjzw;

/**
 * 浙江办件接口方法
 * @author wangjianjun
 * @date 2020/9/15
 */
public interface ZjzwService {
    ///**
    // * 收件
    // * @param request
    // */
    //boolean receive(AtgBizAffairReceiveRequest request) throws Exception;
    //
    ///**
    // * 受理
    // * @param request
    // */
    //boolean accept(AtgBizAffairAcceptRequest request) throws Exception;
    //
    ///**
    // * 办结
    // * @param request
    // */
    //boolean finish(AtgBizAffairFinishRequest request) throws  Exception;
    //
    ///**
    // * 开启特殊程序
    // * @param request
    // */
    //boolean specProcStart(AtgBizAffairSpecProcStartRequest request) throws Exception;
    //
    ///**
    // * 关闭特殊程序
    // * @param request
    // */
    //boolean specProcFinish(AtgBizAffairSpecProcFinishRequest request) throws Exception;
    //
    ///**
    // * 补齐补正通知接口
    // */
    //boolean supplementNotify(AtgBizAffairSupplementNotifyRequest request) throws Exception;
    //
    ///**
    // * 补齐补正-收件
    // * @param request
    // * @return
    // * @throws Exception
    // */
    //@Transactional(rollbackFor = Exception.class)
    //boolean reReceive(AtgBizAffairSupplementAcceptRequestDiy request) throws Exception;
}
