xuhy
2024-09-19 20cd42287efb95254ea788ce2b6d0c559e378e04
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,8 @@
    @TableField("account")
    private String account;
    @ApiModelProperty(value = "用户id")
    @TableField("userId")
    private Long userId;
}