dashboard
repositories
filestore
activity
search
login
main
/
exchange-back
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20211201 fish
xiaoyong931011
2021-12-01
9d3ab9b4ccd1bd6159af8743ee8df6f70a43b1d2
[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;
}