123
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user