WxOrderBiz.java 203 B

123456789101112
  1. package com.emato.ccnet.wx.biz;
  2. import com.emato.ccnet.wx.support.msg.resp.ResponseMessage;
  3. public interface WxOrderBiz {
  4. /**
  5. *
  6. * @return
  7. */
  8. ResponseMessage resendQueryAll();
  9. }