xuhy
2024-09-10 993c89754d492a684108839ecba56fe8ca5b160f
ruoyi-system/src/main/java/com/ruoyi/system/domain/TOrderMealGoods.java
@@ -42,6 +42,9 @@
    @ApiModelProperty(value = "销售价")
    @TableField("goodsSalePrice")
    private BigDecimal goodsSalePrice;
    @ApiModelProperty(value = "成本价")
    @TableField("costPrice")
    private BigDecimal costPrice;
    @ApiModelProperty(value = "商品图")
    @TableField("goodsPicture")
@@ -54,6 +57,11 @@
    @ApiModelProperty(value = "订单id")
    @TableField("orderId")
    private Long orderId;
    @ApiModelProperty(value = "菜品类型")
    @TableField("typeName")
    private String typeName;
    @ApiModelProperty(value = "类型id")
    @TableField("typeId")
    private Long typeId;
}