dashboard
repositories
filestore
activity
search
login
main
/
exchange-back
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210617 开售开关
xiaoyong931011
2021-06-17
4c902d9c20dd965d1ec832760809c622d1df9aac
[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 Integer bzzStart;
private long id;
}