package com.emato.ccnet.wx.biz; /** * 海关单证报文发送 * @author Scott Chen * @version 1.0 * 2017-11-07 19:22 */ public interface CebReqSend { boolean send(String msgXml, String cebType, String msgFileName, String orderNo); }