xuhy
2024-10-29 9d006c9c8355370a7500e01e00ea133c99bf8c4b
ruoyi-system/src/main/java/com/ruoyi/system/domain/TShop.java
@@ -43,7 +43,7 @@
    @ApiModelProperty(value = "店铺样式")
    @TableField("shopStyle")
    private String shopStyle;
    private Integer shopStyle;
    @ApiModelProperty(value = "系统名称")
    @TableField("systemName")
@@ -65,4 +65,12 @@
    @TableField("account")
    private String account;
    @ApiModelProperty(value = "用户id")
    @TableField("userId")
    private Long userId;
    @ApiModelProperty(value = "餐饮类型 1=中餐 2=火锅")
    @TableField("mealType")
    private Integer mealType;
}