rentaiming
2024-05-28 6e82cd5d5875b38fb30be5ee4c1c5d3dbe33fe98
ruoyi-modules/ruoyi-auction/src/main/java/com/ruoyi/auction/controller/forepart/vo/ForepartAuctionSalesroomGoodsVO.java
@@ -25,7 +25,7 @@
    private BigDecimal startingPrice;
    @ApiModelProperty(value = "拍品数量")
    private Integer itemQuantity;
    private Integer salesroomStock;
    @ApiModelProperty(value = "拍卖时间 0=线下拍卖 1=线上线下结合")
    private Integer SalesroomType;
@@ -51,5 +51,11 @@
    @ApiModelProperty(value = "下一个商品名称")
    private String nextGoodsSkuName;
    @ApiModelProperty(value = "是否出价 1未出价,2出价")
    private Integer isBond;
    @ApiModelProperty(value = "是中标 1未中标,2中标")
    private Integer isStatus;
}