This commit is contained in:
张良(004796)
2024-01-03 14:26:20 +08:00
parent 322bd479e2
commit 8720ad7eaa
44 changed files with 93 additions and 46 deletions

View File

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