1
phpcjl
2024-12-16 1378f42e7fe638889b934010e82060fcb222e0fd
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/CouponInfo.java
@@ -119,5 +119,11 @@
    @TableField("shelf_status")
    private Integer shelfStatus;
    @ApiModelProperty(value = "已发放数量")
    @TableField(exist = false)
    private Long sendNumNow;
    public String getIdStr() {
        return String.valueOf(id);
    }
}