dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2020-06-01
313cfad530634d110e19240737312d8d9de7b972
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
contract
/
parameter
/
dto
/
OrderDetailDto.java
1
2
3
4
5
6
7
8
9
10
11
package com.xcong.excoin.modules.contract.parameter.dto;
import lombok.Data;
/**
* @author wzy
* @date 2020-06-01
**/
@Data
public class OrderDetailDto {
}