|
@@ -93,5 +93,16 @@ public class StoreMenu {
|
|
|
@TableField("description")
|
|
@TableField("description")
|
|
|
private String description;
|
|
private String description;
|
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "酒精度")
|
|
|
|
|
+ @TableField("alcoholVolume")
|
|
|
|
|
+ private String alcoholVolume;
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty(value = "分类")
|
|
|
|
|
+ @TableField("category")
|
|
|
|
|
+ private String category;
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty(value = "品味")
|
|
|
|
|
+ @TableField("flavor")
|
|
|
|
|
+ private String flavor;
|
|
|
|
|
|
|
|
}
|
|
}
|