xuhy
2024-10-31 cb381536d1a18156078591f06558fe20872565c4
ruoyi-system/src/main/java/com/ruoyi/system/domain/TGoodsType.java
@@ -29,8 +29,16 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    @ApiModelProperty(value = "店铺id")
    @TableField("shopId")
    private Long shopId;
    @ApiModelProperty(value = "分类名称")
    @TableField("typeName")
    private String typeName;
    @ApiModelProperty(value = "餐饮分类 1=中餐 2=火锅")
    @TableField("mealType")
    private Integer mealType;
}