mall:新增价格计算的接口

pull/2/head
YunaiV 2022-08-16 09:17:46 +08:00
parent cfd0f3679f
commit 96fc252348
2 changed files with 24 additions and 13 deletions

View File

@ -66,8 +66,8 @@ public class PriceCalculateRespDTO {
* + {@link #deliveryPrice} * + {@link #deliveryPrice}
* - {@link #skuPromotionPrice} * - {@link #skuPromotionPrice}
* - {@link #orderPromotionPrice} * - {@link #orderPromotionPrice}
* - {@link #couponPrice} // TODO 芋艿:需要再考虑一下它
*/ */
// * - {@link #couponPrice} // TODO 芋艿:靠营销表记录
private Integer payPrice; private Integer payPrice;
// ========== 营销基本信息 ========== // ========== 营销基本信息 ==========
@ -75,10 +75,12 @@ public class PriceCalculateRespDTO {
* *
*/ */
private Long couponId; private Long couponId;
/** // /**
* // * 优惠劵减免金额,单位:分
*/ // *
private Integer couponPrice; // * // TODO 芋艿:靠营销表记录
// */
// private Integer couponPrice;
} }
@ -162,8 +164,17 @@ public class PriceCalculateRespDTO {
* *
*/ */
private Integer totalPromotionPrice; private Integer totalPromotionPrice;
// TODO 芋艿是否匹配match ;不匹配的原因 /**
// TODO 芋艿:描述 *
*/
private Boolean meet;
/**
*
*
* {@link #meet} = true : 150.00
* {@link #meet} = false 85 40
*/
private String meetTip;
/** /**
* SKU * SKU

View File

@ -148,9 +148,9 @@ public class TradeOrderDO extends BaseDO {
* + {@link #deliveryPrice} * + {@link #deliveryPrice}
* - {@link #skuPromotionPrice} * - {@link #skuPromotionPrice}
* - {@link #orderPromotionPrice} * - {@link #orderPromotionPrice}
* - {@link #couponPrice}
*/ */
// niu - pay_moneytaobao - payment主订单实付金额 | trade.total_fee主订单应付金额参考使用 // niu - pay_moneytaobao - payment主订单实付金额 | trade.total_fee主订单应付金额参考使用
// * - {@link #couponPrice} // TODO 芋艿:靠营销表记录
private Integer payPrice; private Integer payPrice;
/** /**
* *
@ -247,11 +247,11 @@ public class TradeOrderDO extends BaseDO {
* *
*/ */
private Long couponId; private Long couponId;
/** // /**
* // * 优惠劵减免金额,单位:分 // TODO 芋艿:靠营销表记录
*/ // */
// niu - coupon_money // // niu - coupon_money
private Integer couponPrice; // private Integer couponPrice;
// /** // /**
// * 积分抵扣的金额,单位:分 // * 积分抵扣的金额,单位:分
// */ // */