rentaiming
2024-07-30 128e090ae1cea3edc8c1773291d5375040a2d7ba
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;
}