无关风月
6 天以前 cd6cbe50d00a4dbbe7285a1087a41861b1ebee8e
applet/src/main/java/com/jilongda/applet/model/TCouponReceive.java
@@ -65,5 +65,8 @@
    @ApiModelProperty(value = "1待使用 2已使用 3已过期")
    @TableField("status")
    private Integer status;
    @ApiModelProperty(value = "优惠券名称")
    @TableField("couponName")
    private String couponName;
}