xuhy
2024-10-31 0b00c7532a0330785d0c8cf46bcb05dfc63e65c4
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;
}