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; }