ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/model/TInviteUser.java
@@ -30,8 +30,8 @@ private static final long serialVersionUID = 1L; @ApiModelProperty(value = "主键") @TableId(value = "id", type = IdType.AUTO) private Long id; @TableId(value = "id", type = IdType.NONE) private Integer id; @ApiModelProperty(value = "用户id") @TableField("app_user_id")