| | |
| | | import com.doumee.dao.dto.ConfirmUpdOrderDTO; |
| | | import com.doumee.dao.dto.DoneOrderDTO; |
| | | import com.doumee.dao.dto.UpdOrderDataDTO; |
| | | import com.doumee.dao.vo.OrderReleaseVO; |
| | | import com.wechat.pay.java.service.refund.model.RefundNotification; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @param orders 实体对象 |
| | | * @return Integer |
| | | */ |
| | | Object create(Orders orders); |
| | | OrderReleaseVO create(Orders orders); |
| | | |
| | | /** |
| | | * 主键删除 |
| | |
| | | PageData<Orders> findPageForMini(PageWrap<Orders> pageWrap); |
| | | |
| | | Orders getDetail(Integer id,Integer userType); |
| | | |
| | | void refundCallback(RefundNotification refundNotification); |
| | | |
| | | void autoComment(); |
| | | |
| | | void autoConfirm(); |
| | | |
| | | Long getTotal(Orders orders); |
| | | |
| | | void autoGrabOrders(); |
| | | |
| | | void initializeCode(); |
| | | } |