| | |
| | | import com.stylefeng.guns.modular.system.util.ResultUtil; |
| | | import com.stylefeng.guns.modular.system.warpper.OrderListWarpper; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @return |
| | | */ |
| | | void getTrackId(Integer orderId, Integer orderType, Integer trackId); |
| | | |
| | | /** |
| | | * 修改订单价格 |
| | | * @param orderId |
| | | * @param orderType |
| | | * @param priceType |
| | | * @param updatePrice |
| | | * @return |
| | | */ |
| | | void updatePrice(Integer orderId, Integer orderType, Integer priceType, BigDecimal updatePrice); |
| | | } |