图文问诊和聊天记录代码优化
This commit is contained in:
parent
b072fb0d05
commit
f9e3425457
@ -12,6 +12,7 @@ import lombok.NoArgsConstructor;
|
||||
import org.apache.commons.lang3.builder.ToStringBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringStyle;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
@ -25,9 +26,9 @@ import java.util.Date;
|
||||
@NoArgsConstructor
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@ApiModel(value = "图文咨询-聊天记录对象", description = "chat_record")
|
||||
public class ChatRecord extends BaseEntity {
|
||||
private static final long serialVersionUID = 1L;
|
||||
public class ChatRecord extends BaseEntity implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 2101522181273918239L;
|
||||
/**
|
||||
* 自增主键
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user