trade:1、重构 order handler 的参数;2、增加砍价商品的价格计算

This commit is contained in:
YunaiV
2023-10-04 17:30:07 +08:00
parent 8dbabb9efc
commit 6f39b2c030
2 changed files with 5 additions and 4 deletions

View File

@@ -50,15 +50,15 @@ public class BargainRecordDO extends BaseDO {
private Long skuId;
/**
* 砍价底价,单位分
* 砍价底价,单位
*/
private Integer bargainPrice;
/**
* 商品原价,单位分
* 商品原价,单位
*/
private Integer price;
/**
* 应付金额,单位分
* 应付金额,单位
*/
private Integer payPrice;