|
@@ -10,6 +10,12 @@ import lombok.Setter;
|
|
@SuppressWarnings("serial")
|
|
@SuppressWarnings("serial")
|
|
public class LoginUserVO implements Serializable {
|
|
public class LoginUserVO implements Serializable {
|
|
|
|
|
|
|
|
+
|
|
|
|
+ * 序列化id
|
|
|
|
+ */
|
|
|
|
+ private static final long serialVersionUID = 4125096758372084309L;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
* 用户id
|
|
* 用户id
|
|
*/
|
|
*/
|