mall - trade - 新增 TradeDeliveryPriceCalculator

This commit is contained in:
jason
2023-06-03 17:16:18 +08:00
parent 73a781cbbe
commit f1fa8eadd2
8 changed files with 271 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ public class ProductSpuDO extends BaseDO {
/**
* 物流配置模板编号
*
* 关联 { TradeDeliveryExpressTemplateDO#getId()}
* 对应 { TradeDeliveryExpressTemplateDO 的 id 编号}
*/
private Long deliveryTemplateId;