public interface ShipmentOrderDubboService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAppendDiscountAmount(Integer id,
Integer appendDiscountAmount)
添加追加优惠金额
|
void |
batchUpdate(List<ShipmentOrder> shipmentOrders)
批量更新
|
void |
cancel(Integer id)
退单
|
ShipmentOrderDetailVO |
createOrder(ShipmentOrderDTO shipmentOrderDTO)
创建订单
|
List<ShipmentOrder> |
findByIds(List<Integer> ids)
根据id查询订单
|
ShipmentOrderDetailVO |
findDetailById(Integer id)
订单详情
|
com.github.pagehelper.PageInfo<ShipmentOrderVO> |
findPage(ShipmentOrderDTO shipmentOrderDTO)
查询承运订单列表
|
List<ShipmentOrder> |
findPaidOrder(String boothNo,
Integer year)
查询已付款的订单
|
com.github.pagehelper.PageInfo<ShipmentExhibitorVO> |
findShipmentExhibitorPage(ShipmentOrderDTO shipmentOrderDTO)
查询承运展商列表
|
ShipmentStatisticAmountVO |
findShipmentStatisticAmount(ShipmentOrderDTO shipmentOrderDTO)
查询承运统计金额
|
void |
updatePrintStatus(Integer id,
Integer printStatus)
更新打印状态
|
com.github.pagehelper.PageInfo<ShipmentOrderVO> findPage(ShipmentOrderDTO shipmentOrderDTO)
shipmentOrderDTO - ShipmentOrderDTOShipmentOrderVOcom.github.pagehelper.PageInfo<ShipmentExhibitorVO> findShipmentExhibitorPage(ShipmentOrderDTO shipmentOrderDTO)
shipmentOrderDTO - ShipmentOrderDTOShipmentExhibitorVOShipmentStatisticAmountVO findShipmentStatisticAmount(ShipmentOrderDTO shipmentOrderDTO)
shipmentOrderDTO - ShipmentOrderDTOShipmentStatisticAmountVOShipmentOrderDetailVO findDetailById(Integer id)
id - 订单idShipmentOrderDetailVOvoid cancel(Integer id)
id - 订单idShipmentOrderDetailVO createOrder(ShipmentOrderDTO shipmentOrderDTO)
shipmentOrderDTO - ShipmentOrderDTOShipmentOrderDetailVOList<ShipmentOrder> findPaidOrder(String boothNo, Integer year)
boothNo - 展位号year - 年份ShipmentOrderList<ShipmentOrder> findByIds(List<Integer> ids)
ids - idsShipmentOrdervoid batchUpdate(List<ShipmentOrder> shipmentOrders)
shipmentOrders - ShipmentOrdervoid updatePrintStatus(Integer id, Integer printStatus)
id - idprintStatus - 打印状态 0 未打印 1 已打印Copyright © 2025 Pivotal Software, Inc.. All rights reserved.