|
@@ -27,8 +27,8 @@ public class TAdmin implements Serializable {
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
-// @TableId(value = "id", type = IdType.AUTO)
|
|
|
- @TableId(value = "id", type = IdType.ASSIGN_ID)
|
|
|
+ @TableId(value = "id", type = IdType.AUTO)
|
|
|
+// @TableId(value = "id", type = IdType.ASSIGN_ID)
|
|
|
private Long id;
|
|
|
|
|
|
private Date createDate;
|