package com.emato.cuspay.wx.declare; /** * 海关申报接口 * @author zx * @version 1.0 * 2018-05-18 11:01 */ public interface CusDeclare { /** * 海关报关 */ void declare(); }