xuhy
2024-11-06 51a13368cd66ffa48f37c8e2f0b8e3ba98f0e95c
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;
}