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; }