无关风月
4 天以前 201c191cc3bc7b68b379e46f3a652aa1efb62837
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;
}