xuhy
4 天以前 508f3e225df87e0da974424981e7782fc5ce875c
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;
}