@@ -13,4 +13,5 @@ public class SocketMessage {
private String title;
private String content;
private Date sendDatetime;
+ private String patId;
}