|
|
@@ -93,16 +93,5 @@ public class StoreMenu {
|
|
|
@TableField("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;
|
|
|
|
|
|
}
|