luodangjia
2024-10-17 0911582d2f80e7f3162fb6d0b59ee12e23de133b
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/model/TInviteUser.java
@@ -30,7 +30,7 @@
    private static final long serialVersionUID = 1L;
    @ApiModelProperty(value = "主键")
    @TableId(value = "id", type = IdType.AUTO)
    @TableId(value = "id", type = IdType.NONE)
    private Integer id;
    @ApiModelProperty(value = "用户id")