1
phpcjl
2024-12-16 9f879eca290b9c2ad2f793ba185a6e73b6fc90ba
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/CouponInfo.java
@@ -119,5 +119,9 @@
    @TableField("shelf_status")
    private Integer shelfStatus;
    @ApiModelProperty(value = "已发放数量")
    @TableField(exist = false)
    private Long sendNumNow;
}