shippingFee
2016-10-26 13:59:00 0 举报
UML
作者其他创作
大纲/内容
CategoryService
+ getShippingProps(ShippingTO shippingTO): List
FeeCalculator
+ calculateFee() : List
ShippingFeeService
+ getCaluclate(PromotionCalByIntoTO cartInfo):ShippingFeeCalResultTO
ShippingFeeServiceImpl
- shippingFeeBizService : ShippingFeeBizService
+ getCaluclate(PromotionCalByIntoTO cartInfo) : ShippingFeeCalResultTO
ShippingPropsTO
- isSpecialCategery : boolean- isFreeShippingFee : boolean- isRemoteRegion : boolean- shippingValueTO: ShippingValueTO- skuId : long
ShippingFeeSKUDetailTO
- skuId : long- shippingFee : int
ShippingFeeCalculate
- shippingFeeService: ShippingFeeService
+ getCalculate(BillCalculateInfo billCalculateInfo)
ShippingFeeCalResultTO
- shippingFeeSkuDetailList: List
ShippingTO
- skuIdPidTOList : List- addressId : Long- uid : Long
SkuIdPidTO
- skuId : long - pId : long
ShippingFeeCalculator
- ShippingPropsTOList : List
ShippingValueTO
- type : int- normalFee : int- remoteFee : int
ShippingFeeBizService
- categoryService : CategoryService
+ getCaluclate(PromotionCalByIntoTO cartInfo):List
0 条评论
下一页