xuhy
4 天以前 508f3e225df87e0da974424981e7782fc5ce875c
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;
}