rentaiming
2024-05-30 06094ec805862d8f0bebe1e2327addaf586b94ce
ruoyi-modules/ruoyi-auction/src/main/java/com/ruoyi/auction/controller/forepart/vo/ForepartAuctionSalesroomGoodsVO.java
@@ -57,5 +57,11 @@
    @ApiModelProperty(value = "是中标 1未中标,2中标")
    private Integer isStatus;
    @ApiModelProperty(value = "规格")
    private String spec;
    @ApiModelProperty(value = "规格单位")
    private String specUnit;
}