|
@@ -19,27 +19,27 @@ public class OrderPercentageRespVO {
|
|
|
|
|
|
@Schema(description = "毛利 = 成本 * 0.38... (推广费用)")
|
|
|
@ExcelProperty("毛利 = 成本 * 0.38... (推广费用)")
|
|
|
- private Integer grossProfitPerc;
|
|
|
+ private String grossProfitPerc;
|
|
|
|
|
|
@Schema(description = "推广-用户额度 百分比")
|
|
|
@ExcelProperty("推广-用户额度 百分比")
|
|
|
- private Integer grossProfitUserQuotaPerc;
|
|
|
+ private String grossProfitUserQuotaPerc;
|
|
|
|
|
|
@Schema(description = "推广-推荐人额度 百分比")
|
|
|
@ExcelProperty("推广-推荐人额度 百分比")
|
|
|
- private Integer grossProfitAncestorQuotaPerc;
|
|
|
+ private String grossProfitAncestorQuotaPerc;
|
|
|
|
|
|
@Schema(description = "推广-合赢奖额度(浮动) 百分比")
|
|
|
@ExcelProperty("推广-合赢奖额度(浮动) 百分比")
|
|
|
- private Integer grossProfitBonusQuotaPerc;
|
|
|
+ private String grossProfitBonusQuotaPerc;
|
|
|
|
|
|
@Schema(description = "推广-平台分成额度(浮动) 百分比")
|
|
|
@ExcelProperty("推广-平台分成额度(浮动) 百分比")
|
|
|
- private Integer grossProfitPlatformQuotaPerc;
|
|
|
+ private String grossProfitPlatformQuotaPerc;
|
|
|
|
|
|
@Schema(description = "分成百分比")
|
|
|
@ExcelProperty("分成百分比")
|
|
|
- private Integer divideIntoPerc;
|
|
|
+ private String divideIntoPerc;
|
|
|
|
|
|
@Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
@ExcelProperty("创建时间")
|