|  |  |  | 
|---|
|  |  |  | import com.doumee.core.model.PageData; | 
|---|
|  |  |  | import com.doumee.core.model.PageWrap; | 
|---|
|  |  |  | import com.doumee.dao.business.model.Bikes; | 
|---|
|  |  |  | import com.doumee.dao.business.model.DiscountMember; | 
|---|
|  |  |  | import com.doumee.dao.business.model.Goodsorder; | 
|---|
|  |  |  | import com.doumee.dao.business.model.MemberRides; | 
|---|
|  |  |  | import com.doumee.dao.business.vo.GoodsorderExportVO; | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | Object createGoodsOrderPay(String memberId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 套餐购买 | 
|---|
|  |  |  | * @param discountId | 
|---|
|  |  |  | * @param memberId | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | Object createDiscountOrderPay(String discountId,String memberId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 押金支付回调业务 | 
|---|
|  |  |  | * 支付回调业务 | 
|---|
|  |  |  | * @param preOrderId | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | GoodsorderDetailDTO getGoodsorderDetailDTO(String id); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Integer getVoltageStatus(Bikes bikes); | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 套餐卡订单详情 | 
|---|
|  |  |  | * @param id | 
|---|
|  |  |  | 
|---|
|  |  |  | GoodsorderDetailVO getGoodsorderDetailForDisCount(String id); | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 强制结算订单 | 
|---|
|  |  |  | * @param id | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void closeGoodsorder(Goodsorder  order,int type ); | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 退款 | 
|---|
|  |  |  | * @param orderId | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void backGoodsorder(GoodsorderBackDTO goodsorderBackDTO); | 
|---|
|  |  |  | List<MemberRides> getMemberRidesForClose(String orderid ); | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void autoCancelRefunOrder(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | DiscountMember getUseDiscount(String memberId, Integer driveTime,Integer type); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void autCancel(); | 
|---|
|  |  |  | } | 
|---|