wangwei 5 년 전
부모
커밋
76ee6b5e46
1개의 변경된 파일0개의 추가작업 그리고 26개의 파일을 삭제
  1. 0 26
      src/main/java/cn/com/qmth/examcloud/api/commons/security/bean/WebSocketSession.java

+ 0 - 26
src/main/java/cn/com/qmth/examcloud/api/commons/security/bean/WebSocketSession.java

@@ -1,26 +0,0 @@
-package cn.com.qmth.examcloud.api.commons.security.bean;
-
-import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
-
-/**
- * WebSocket session
- *
- * @author WANGWEI
- * @date 2019年11月22日
- * @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
- */
-public class WebSocketSession implements JsonSerializable {
-
-	private static final long serialVersionUID = 6657113738382557514L;
-
-	private String id;
-
-	public String getId() {
-		return id;
-	}
-
-	public void setId(String id) {
-		this.id = id;
-	}
-
-}