dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20221117
xiaoyong931011
2022-11-23
b830aea31e9ab2df475ec1ebd73e5db219252d55
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
dapp
/
vo
/
AdminMemberIdentityVo.java
1
2
3
4
5
6
7
8
9
10
11
12
package cc.mrbird.febs.dapp.vo;
import lombok.Data;
@Data
public class AdminMemberIdentityVo {
private String identityCode;
private String identityValue;
}