This commit is contained in:
张良(004796)
2024-01-05 18:33:00 +08:00
parent 0fa2841213
commit ab1e56f773
16 changed files with 18 additions and 79 deletions

View File

@@ -19,7 +19,7 @@ public class UserFollow implements Serializable {
private static final long serialVersionUID=1L;
@TableId(value = "id",type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 关注人ID