|
@@ -1,6 +1,6 @@
|
|
package cn.com.qmth.examcloud.core.basic.service.bean;
|
|
package cn.com.qmth.examcloud.core.basic.service.bean;
|
|
|
|
|
|
-import java.io.Serializable;
|
|
|
|
|
|
+import cn.com.qmth.examcloud.commons.web.cloud.api.JsonSerializable;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 登陆信息
|
|
* 登陆信息
|
|
@@ -8,7 +8,7 @@ import java.io.Serializable;
|
|
* @author WANGWEI
|
|
* @author WANGWEI
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
-public class LoginInfo implements Serializable {
|
|
|
|
|
|
+public class LoginInfo implements JsonSerializable {
|
|
|
|
|
|
private static final long serialVersionUID = 1305354276321732681L;
|
|
private static final long serialVersionUID = 1305354276321732681L;
|
|
|
|
|