xuhy
2024-09-10 993c89754d492a684108839ecba56fe8ca5b160f
ruoyi-system/src/main/java/com/ruoyi/system/domain/TGoods.java
@@ -58,5 +58,7 @@
    @TableField("inventory")
    private Integer inventory;
    @ApiModelProperty(value = "店铺id")
    @TableField("shopId")
    private Long shopId;
}