doum
昨天 639eb18312a62ac2a76e2b59e16bcc1ff8d70d03
server/dmmall_service/src/main/java/com/doumee/dao/system/dto/PlatformConfigDTO.java
@@ -41,12 +41,25 @@
    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;
}