|  |  |  | 
|---|
|  |  |  | import com.doumee.core.model.PageWrap; | 
|---|
|  |  |  | import com.doumee.dao.business.model.Member; | 
|---|
|  |  |  | import com.doumee.dao.business.model.Orders; | 
|---|
|  |  |  | import com.doumee.dao.dto.CommentDTO; | 
|---|
|  |  |  | import com.doumee.dao.dto.ConfirmUpdOrderDTO; | 
|---|
|  |  |  | import com.doumee.dao.dto.DoneOrderDTO; | 
|---|
|  |  |  | import com.doumee.dao.dto.UpdOrderDataDTO; | 
|---|
|  |  |  | import com.doumee.dao.dto.*; | 
|---|
|  |  |  | import com.doumee.dao.vo.OrderReleaseVO; | 
|---|
|  |  |  | import com.wechat.pay.java.service.refund.model.RefundNotification; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void receiveCancelOrder(Integer orderId,Member member); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Object doneOrder(DoneOrderDTO doneOrderDTO); | 
|---|
|  |  |  | OrderReleaseVO doneOrder(DoneOrderDTO doneOrderDTO); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void comment(CommentDTO commentDTO); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | void autoGrabOrders(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void initializeCode(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | OrderReleaseVO reusePay(ReusePayDTO reusePayDTO); | 
|---|
|  |  |  | } | 
|---|