消息细节调整

yun-zuoyi
yunhao.wang 6 years ago
parent 7f8217e644
commit 85178af7f9

@ -100,6 +100,14 @@ public class SysMessage extends BaseBean {
@JsonSerialize(using = ToStringSerializer.class)
private Long readCount;
public long getReadCountVal(){
if(readCount == null){
return 0;
} else {
return readCount.longValue();
}
}
public SysMessage() {
}

Loading…
Cancel
Save