zxl
5 天以前 8c4818a77b2279e1993a7022f21a6bc85046fdba
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);
    }