提交 ad900a9b 编写于 作者: 街头小贩's avatar 街头小贩

ForumLetterReceiver实现Serializable

上级 0bb6b265
package com.apobates.forum.letterbox.entity;
import javax.persistence.Transient;
import java.io.Serializable;
/**
* ForumLetter的收件人
......@@ -8,7 +9,8 @@ import javax.persistence.Transient;
* @author xiaofanku
* @since 20200510
*/
public class ForumLetterReceiver {
public class ForumLetterReceiver implements Serializable {
private static final long serialVersionUID = 1L;
private long member;
private String memberNickname;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册