xuhy
2024-09-04 c92aa3899e11a355cddfcfeaececcc843d7ad1bb
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;
}