Commit 4837e0c3 by chentianzhong

更新

parent bcebb72a
...@@ -25,7 +25,7 @@ public class EmailFolder implements Serializable { ...@@ -25,7 +25,7 @@ public class EmailFolder implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@TableId(value = "folder_id", type = IdType.INPUT) @TableId(value = "folder_id", type = IdType.AUTO)
private Long folderId; private Long folderId;
private Long userId; private Long userId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment