无关风月
2025-01-20 c8b0b0b257790ae74e16a54bfb3772da1ff70288
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;
}