dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2021-05-25
751acf32f348ae67bf400f74f4601482105d44ee
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
otc
/
dto
/
BlackListDto.java
1
2
3
4
5
6
7
package com.xcong.excoin.modules.otc.dto;
import lombok.Data;
@Data
public class BlackListDto {
}