xuhy
2025-06-06 932521fd5159b040cc3c1297da6338b943f3810a
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;
}