xuhy
2024-12-06 d7efbb2b6bae17334c3f8dbdb706813e1ad738b5
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;
}