无关风月
2025-08-27 c005ec7ef2e8a3f0db2a0c23b7ea298b2ead7987
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/dto/AddGoodsDTO.java
@@ -13,6 +13,10 @@
@Data
public class AddGoodsDTO {
    @ApiModelProperty(value = "商品id")
    private Integer goodId;
    @ApiModelProperty(value = "门店id")
    private Integer shopId;
    @ApiModelProperty(value = "名称")