huliguo
2025-06-06 2474cec7f04390c196c0f7c753d4b70f1d53fcac
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 = "名称")