management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/TCoupon.java
@@ -93,6 +93,18 @@ @TableField("coupon_count") private Integer couponCount; @ApiModelProperty(value = "剩余数量") @TableField("remaining_quantity") private Integer remainingQuantity; public Integer getRemainingQuantity() { return remainingQuantity; } public void setRemainingQuantity(Integer remainingQuantity) { this.remainingQuantity = remainingQuantity; } public Integer getCouponCount() { return couponCount; }