spu:分佣属性和分佣保持一致

This commit is contained in:
puhui999
2023-09-09 23:18:09 +08:00
parent 95d8be0455
commit 50354462fe
5 changed files with 13 additions and 15 deletions

View File

@@ -59,15 +59,13 @@ public class ProductSkuRespDTO {
* 商品体积单位m^3 平米
*/
private Double volume;
// TODO @puhui这 2 字段需要改下firstBrokerageRecord、secondBrokerageRecord和分佣保持一致
/**
* 一级分销的佣金,单位:分
*/
private Integer subCommissionFirstPrice;
private Integer firstBrokerageRecord;
/**
* 二级分销的佣金,单位:分
*/
private Integer subCommissionSecondPrice;
private Integer secondBrokerageRecord;
}