登陆注册后端接口

Change-Id: Ida548e4f32a505259dd180a5ae1ff8989ccfc076
diff --git a/src/main/java/entity/Post.java b/src/main/java/entity/Post.java
index 1593ca0..5245d1c 100644
--- a/src/main/java/entity/Post.java
+++ b/src/main/java/entity/Post.java
@@ -12,7 +12,9 @@
 import javax.persistence.Table;
 import javax.persistence.Temporal;
 import javax.persistence.TemporalType;
+import com.querydsl.core.annotations.QueryEntity;
 
+@QueryEntity
 @Entity
 @Table(name = "Post")
 public class Post {