Sfoglia il codice sorgente

Revert "用户端酒水菜单列表接口新增"

This reverts commit b50f70dcb4494ae050a8bf18f887fe83c802ef79.
zhangchen 1 settimana fa
parent
commit
954d7b0c99

+ 0 - 11
alien-entity/src/main/java/shop/alien/entity/store/StoreMenu.java

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