phpcjl
2024-12-13 cd993463b138f91e9216b01f6182b9afe06d2b5c
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/CouponInfo.java
@@ -115,5 +115,9 @@
    @TableField("person_ids")
    private String personIds;
    @ApiModelProperty(value = "上架状态:0-下架 1-上架")
    @TableField("shelf_status")
    private Integer shelfStatus;
}