xuhy
2024-08-27 96483f10fdb66727c3767826fcec6c99958e74b6
ruoyi-system/src/main/java/com/ruoyi/system/domain/TShop.java
@@ -37,6 +37,10 @@
    @TableField("shopName")
    private String shopName;
    @ApiModelProperty(value = "店铺负责人")
    @TableField("shopHead")
    private String shopHead;
    @ApiModelProperty(value = "店铺样式")
    @TableField("shopStyle")
    private String shopStyle;
@@ -53,4 +57,12 @@
    @TableField("businessLicense")
    private String businessLicense;
    @ApiModelProperty(value = "状态 1=启用 0=禁用")
    @TableField("status")
    private Integer status;
    @ApiModelProperty(value = "账号")
    @TableField("account")
    private String account;
}