public interface ShipmentDiscountDubboService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addDeclareDiscount(ShipmentDeclareDiscount shipmentDeclareDiscount)
添加复核折扣
|
void |
addReviewDiscount(ShipmentReviewDiscount shipmentReviewDiscount)
添加复核折扣
|
Boolean |
deleteDeclareDiscount(Integer id)
删除申报折扣
|
Boolean |
deleteReviewDiscount(Integer id)
删除复核折扣
|
List<ShipmentDeclareDiscount> |
findDeclareDiscountByUniqueId(String uniqueId)
查询申报折扣
|
List<ShipmentReviewDiscount> |
findReviewDiscountByUniqueId(String uniqueId)
查询复核折扣
|
List<ShipmentReviewDiscount> |
findReviewDiscountByUniqueIdAndSource(String uniqueId,
Integer source)
查询复核折扣
|
List<ShipmentReviewDiscount> |
findSponsorReviewDiscountList(String uniqueId)
查询主办方复核折扣
|
List<ShipmentDiscountVO> |
findUnReviewDiscountList(String uniqueId)
查询未复核折扣
|
List<ShipmentDeclareDiscount> findDeclareDiscountByUniqueId(String uniqueId)
uniqueId - uniqueIdShipmentDeclareDiscountvoid addDeclareDiscount(ShipmentDeclareDiscount shipmentDeclareDiscount)
shipmentDeclareDiscount - ShipmentDeclareDiscountvoid addReviewDiscount(ShipmentReviewDiscount shipmentReviewDiscount)
shipmentReviewDiscount - ShipmentReviewDiscountList<ShipmentReviewDiscount> findReviewDiscountByUniqueIdAndSource(String uniqueId, Integer source)
uniqueId - uniqueIdsource - 折扣来源 1主办方 2承运方ShipmentReviewDiscountList<ShipmentReviewDiscount> findReviewDiscountByUniqueId(String uniqueId)
uniqueId - uniqueIdShipmentReviewDiscountList<ShipmentDiscountVO> findUnReviewDiscountList(String uniqueId)
uniqueId - uniqueIdShipmentDiscountVOList<ShipmentReviewDiscount> findSponsorReviewDiscountList(String uniqueId)
uniqueId - uniqueIdShipmentReviewDiscountCopyright © 2025 Pivotal Software, Inc.. All rights reserved.