rentaiming
2024-07-31 c24c5c44ea1d0e0c32feadfb6dea3b6efa0694fc
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;
}