rentaiming
2024-07-31 c24c5c44ea1d0e0c32feadfb6dea3b6efa0694fc
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/dto/AuctionGoodsListDTO.java
@@ -20,4 +20,7 @@
    @ApiModelProperty(value = "拍卖状态 0=预展中 1=拍卖中 2=已结束 4=全部")
    private Integer startStatus;
    @ApiModelProperty(value = "拍卖场名称")
    private  String salesroomName;
}