|
@@ -77,6 +77,11 @@ public class OrderPercentageDO extends BaseDO {
|
|
|
*/
|
|
|
private String baseMaxQuota;
|
|
|
|
|
|
+ /**
|
|
|
+ * 收藏商品获取身价值,同一SPU商品收藏多次无效
|
|
|
+ */
|
|
|
+ private String collectSocialStatus;
|
|
|
+
|
|
|
public String getGrossProfitBonusQuotaPerc() {
|
|
|
double grossProfitBonusQuotaPerc = Double.parseDouble(this.grossProfitBonusQuotaPerc);
|
|
|
if(grossProfitBonusQuotaPerc > GROSS_PROFIT_BONUS_QUOTA_PERC){
|