xuhy
2024-10-31 11a5e71b3e664cc96e292150dbf6beeba40b4282
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;
}