peng
8 天以前 1fc2dd17221f97eb3da1b4f9d81225ac8743e0ba
framework/src/main/java/cn/lili/modules/promotion/entity/dos/Coupon.java
@@ -82,6 +82,9 @@
    @ApiModelProperty(value = "有效期")
    private Integer effectiveDays;
    @ApiModelProperty(value = "商品使用限制")
    private Integer goodsUseLimitNum;
    public Coupon(CouponVO couponVO) {
        BeanUtils.copyProperties(couponVO, this);
    }