@@ -27,7 +27,7 @@ public class Article implements Entity<Long> {
/**
* 主键
*/
- @TableId(type = IdType.AUTO)
+ @TableId(type = IdType.ASSIGN_ID)
private Long id;
@@ -25,7 +25,7 @@ public class ArticleView implements Entity<Long> {
@@ -26,7 +26,7 @@ public class Category extends BasicEntity<Long> {
@@ -34,7 +34,7 @@ public class Comment extends BasicEntity<Long> {
@@ -30,7 +30,7 @@ public class Enquire implements Entity<Long> {
@@ -30,7 +30,7 @@ public class EnquireReply implements Entity<Long> {
@@ -27,7 +27,7 @@ public class Merchant implements Entity<Long> {
@@ -30,7 +30,7 @@ public class MerchantComment implements Entity<Long> {
@@ -25,7 +25,7 @@ public class MerchantView implements Entity<Long> {
@@ -28,7 +28,7 @@ public class Share implements Entity<Long> {