| | |
| | | import com.doumee.dao.business.web.response.HomeResponse; |
| | | import com.doumee.dao.business.web.response.GoodsorderDetailDTO; |
| | | import com.doumee.dao.business.web.response.RidesDetailResponse; |
| | | import com.wechat.pay.java.service.refund.model.RefundNotification; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | void closeGoodsorder(Goodsorder order,int type ); |
| | | void closeGoodsorder(Goodsorder order,int type ); |
| | | void closeGoodsorderDone(RefundNotification param); |
| | | void forceCloseGoodsorder(String orderId); |
| | | |
| | | /** |
| | |
| | | |
| | | List<GoodsorderExportVO> findExportAccountDetailPage(Goodsorder model); |
| | | |
| | | void goodsOrderSettlement(String orderId); |
| | | void goodsOrderSettlement(String memberId); |
| | | |
| | | void autoCloseOrder(); |
| | | |
| | | void autoCancelRefunOrder(); |
| | | } |