dashboard
repositories
filestore
activity
search
login
main
/
exchange-back
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210617 开售开关
xiaoyong931011
2021-06-17
72c0a35d83909c3a59c4acf2fb3df777cbfd5090
[exchange-back.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
trademanage
/
vo
/
BzzNewPriceVo.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.xcong.excoin.modules.trademanage.vo;
import lombok.Data;
@Data
public class BzzNewPriceVo {
private String newprice;
private String bzzStart;
private long id;
}