member: 分销增加佣金

This commit is contained in:
owen
2023-09-05 08:56:39 +08:00
parent 991b53649b
commit c7ef8519c8
23 changed files with 1068 additions and 2 deletions

View File

@ -60,4 +60,13 @@ public class ProductSkuRespDTO {
*/
private Double volume;
/**
* 一级分销的佣金,单位:分
*/
private Integer subCommissionFirstPrice;
/**
* 二级分销的佣金,单位:分
*/
private Integer subCommissionSecondPrice;
}