xuhy
2024-09-11 9ca97fd558700e7054c5f54192a9db7a1e6b8230
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;
}