rk
6 小时以前 56fcde8c93a1a10bc50fac775e370a2db57f520e
server/dmmall_service/src/main/java/com/doumee/dao/system/dto/PlatformConfigDTO.java
@@ -32,7 +32,7 @@
    @ApiModelProperty(value = "邀请好友积分奖励数量")
    private BigDecimal shareIntegralReward;
    @ApiModelProperty(value = "注册优惠券奖励集合")
    @ApiModelProperty(value = "注册优惠券奖励集合") //[{"num":"2","couponId":6},{"num":"3","couponId":5}]
    private List<JSONObject> regCouponRewardList;
    @ApiModelProperty(value = "邀请好友优惠券奖励集合")
    private List<JSONObject> shareCouponRewardList;
@@ -41,12 +41,24 @@
    private Integer returnMemberIntegralStatus;
    @ApiModelProperty(value = "消费返积分-返经销商积分状态 0开启 1关闭")
    private Integer returnShopIntegralStatus;
    @ApiModelProperty(value = "消费返积分-返用户积分数量")
    private BigDecimal returnMemberIntegral;
    @ApiModelProperty(value = "消费返积分-返经销商积分数量")
    private BigDecimal returnShopIntegral;
    @ApiModelProperty(value = "合计优惠承担比例(%)")
    private BigDecimal totalRate;
    @ApiModelProperty(value = "多少积分抵扣1元")
    private Integer deductIntegralLimit;
    @ApiModelProperty(value = "满多少金额可使用积分")
    private BigDecimal minIntegralPriceLimit;
    @ApiModelProperty(value = "积分失效方式 0长期有效 1按积分产生时间失效")
    private Integer integralInvalidType;
    @ApiModelProperty(value = "积分销毁周期")
    private Integer integralInvalidCircle;
    @ApiModelProperty(value = "积分使用规则说明")
    private String integralRuleInfo;
    @ApiModelProperty(value = "字典code")
    private String dictCode;
}