package com.emato.ccnet.wx.biz; import com.emato.ccnet.wx.support.msg.resp.ResponseMessage; public interface WxOrderBiz { /** * * @return */ ResponseMessage resendQueryAll(); }