运费计算相关模型
2016-08-28 13:48:16 0 举报
运费计算模型是一种用于确定货物运输成本的数学模型。它通常基于货物的重量、体积、距离和运输方式等因素来计算。运费计算模型可以帮助物流公司和客户更准确地预测运输成本,从而更好地规划物流方案。此外,运费计算模型还可以帮助政府制定合理的运输政策,促进物流行业的发展。目前,有许多不同的运费计算模型可供选择,包括基于距离的模型、基于重量的模型和基于体积的模型等。这些模型各有优缺点,适用于不同的运输场景。总之,运费计算模型是物流行业中不可或缺的工具,它为物流公司、客户和政府提供了重要的参考信息。
作者其他创作
大纲/内容
DeliveryPackageDO物流包裹
PromotionPostageParam优惠运费请求参数
DeliveryPackageGroupDO
DeliveryProtocolDO物流协议
- String groupName- Long groupId- ProtocolDefinitionDO protocolDefinitionDO- FeeDO feeDO- List timingDOs- DeliveryLineDO deliveryLineDO- boolean isValid- SubProtocolViewDO subProtocolViewDO
DeliveryCarrierDTO
DeliveryCarrierDO承运物
DeliveryPackageGroupDTO
- List deliveryCarrierDTOList- List packageList- UserSelectOptionsDTO userSelects- ClientChannelDTO clientChannel
ProtocolDefinitionDO协议定义
DeliveryPackageDTO
- List carrierList- UserSelectOptionsDTO userSelects- BuyerInfoDTO buyerInfo- SellerInfoDTO sellerInfo- Date payTime
PostFeeCalculateGroup运费计算的分组
- DeliveryTemplateDTO template- List originCarrierList 完整的承运物列表- List postFreeCarrierList 单品包邮的承运物列表- List carrierNeedCalcPostFeeList 需要计算运费- Integer count- Long weight- Long size- Long actualTotalFee 订单总价(包含优惠)- List promotionIdList 大促包邮
AdpOption
- boolean calcPostFee- boolean calcAreaLimit- boolean calcSplit- AdpInterfaceSource interfaceSource
PromotionPostageDO优惠运费包邮模型
private Long id; //start time private Date beginTime; //end time private Date endTime; //limit areas private String limitAreaIds; //tmall post job is null if the post is in the tmallPost private String tmallPost; //taobao post job is null if the post is in the tmallPost private String taobaoPost; //if the service is in tmallService then exclusion it private String tmallService; //if the service is in the taobaoService then exclusion it private String taobaoService; //see also the @limitAreaIds private List limitAreaIdList; //see also the @tmallPost private List tmallPostList; //see also the @taobaoPost private List taobaoPostList; //see also the @tmallService private List tmallServiceList; //see also the @taobaoService private List taobaoServiceList; //the item's categoryId private Long category; //an appoint private Long options; //the host appName private String appName; //the tag private Integer tag; //the promotion id private Long promotionId; //where the data from private String dataFrom;
0 条评论
下一页