rentaiming
2024-07-31 14e3019fb5528f19ce70fade3008ab620e3f4762
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/dto/GoodsStockUpdDTO.java
@@ -20,4 +20,7 @@
    @ApiModelProperty(value = "库存")
    private Integer auctionStock;
    @ApiModelProperty(value = "已售数量")
    private Integer soldQuantity;
}