| | |
| | | |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.business.dto.PayOrderNotifyParam; |
| | | import com.doumee.dao.business.dto.PayOrderParam; |
| | | import com.doumee.dao.business.dto.PayOrderResponse; |
| | | import com.doumee.dao.business.model.Orders; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.io.IOException; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * @return long |
| | | */ |
| | | long count(Orders model); |
| | | |
| | | void dealOrdreResult(String request, HttpServletResponse response) throws IOException; |
| | | |
| | | void returnPage(PayOrderParam param, HttpServletResponse response) throws IOException; |
| | | |
| | | void autoCancelNoPay(); |
| | | } |