|
@@ -64,5 +64,14 @@ public class OrderPercentageRespVO {
|
|
|
private String baseMaxQuota;
|
|
|
|
|
|
@Schema(description = "收藏商品获取身价值,同一SPU商品收藏多次无效", example = "1")
|
|
|
+ @ExcelProperty("收藏商品获取身价值,同一SPU商品收藏多次无效")
|
|
|
private String collectSocialStatus;
|
|
|
+
|
|
|
+ @Schema(description = "用户签到可获取的最大身价值")
|
|
|
+ @ExcelProperty("用户签到可获取的最大身价值")
|
|
|
+ private String signInSocialStatusMax;
|
|
|
+
|
|
|
+ @Schema(description = "签到获取身价", example = "1")
|
|
|
+ @ExcelProperty("签到获取身价")
|
|
|
+ private String signInSocialStatus;
|
|
|
}
|