ruoyi-api/ruoyi-api-order/src/main/java/model/OrderGood.java
@@ -28,6 +28,10 @@ @TableId(value = "id", type = IdType.AUTO) private Long id; @ApiModelProperty(value = "商品id") @TableField("goods_id") private Long goodsId; @ApiModelProperty(value = "订单id") @TableField("order_id") private Integer orderId;