dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'otc' of http://120.27.238.55:7000/r/exchange into otc
xiaoyong931011
2021-05-25
3341b7a0e2a8c719cf6eaf1591a721ec6b8e1fe4
[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 {
}