xuhy
2024-10-31 11a5e71b3e664cc96e292150dbf6beeba40b4282
ruoyi-system/src/main/java/com/ruoyi/system/domain/TOrderSaleGoods.java
@@ -70,5 +70,7 @@
    @ApiModelProperty(value = "类型id")
    @TableField("typeId")
    private Long typeId;
    @ApiModelProperty(value = "商品id")
    @TableField("goodsId")
    private Long goodsId;
}