xuhy
2024-08-31 80206642e27a501ab2f2725d4104c7579698793d
ruoyi-system/src/main/java/com/ruoyi/system/domain/TOrderSaleGoods.java
@@ -63,5 +63,11 @@
    @TableField("goodsPicture")
    private String goodsPicture;
    @ApiModelProperty(value = "菜品类型")
    @TableField("typeName")
    private String typeName;
    @ApiModelProperty(value = "类型id")
    @TableField("typeId")
    private Long typeId;
}