分销:根据商品,计算推广员可以得到的佣金

This commit is contained in:
owen
2023-09-24 22:27:24 +08:00
parent e9fd377772
commit 9856e17974
6 changed files with 90 additions and 13 deletions

View File

@ -137,4 +137,14 @@ public class ProductSpuRespDTO {
*/
private Integer clickCount;
// ========== 分销相关字段 =========
/**
* 分销类型
*
* false - 默认
* true - 自行设置
*/
private Boolean subCommissionType;
}