dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
change xct to xcc
Helius
2021-11-29
c8cd5a4e1891407c38bc63d4167f6288747e5eca
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
trade
/
TradePlateItem.java
1
2
3
4
5
6
7
8
9
10
11
package com.xcong.excoin.trade;
import lombok.Data;
import java.math.BigDecimal;
@Data
public class TradePlateItem {
private BigDecimal price;
private BigDecimal amount;
}