公告板
版本库
filestore
活动
搜索
登录
main
/
ReliabilitySimulation
可靠性仿真
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改bug:1)将connect、vote、switch替换成vnode时遗漏了向modelNodeAndVnodeList添加此此节点。2)algo...
xyc
2024-03-22
88490578da41d38ed754b6b3e4d63ab2c2ccf666
[ReliabilitySimulation.git]
/
zt
/
common
/
src
/
main
/
java
/
com
/
zt
/
common
/
message
/
model
/
identity
/
EmailIdentity.java
1
2
3
4
5
6
7
8
9
10
11
package com.zt.common.message.model.identity;
import lombok.Data;
/**
* 消息email用户id
*/
@Data
public class EmailIdentity extends MessageIdentity {
private String email;
}