dashboard
repositories
filestore
activity
search
login
main
/
exchange-back
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20211126 fish
xiaoyong931011
2021-11-29
43a51277c91dba52922379bdf8bf81622303ceaa
[exchange-back.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
fish
/
dto
/
MemberDto.java
1
2
3
4
5
6
7
8
9
10
package com.xcong.excoin.modules.fish.dto;
import lombok.Data;
@Data
public class MemberDto {
private String name;
}