dashboard
repositories
filestore
activity
search
login
main
/
exchange-back
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20211201 fish
xiaoyong931011
2022-03-08
4e9d1d8d70a229badc8489bc8bb8f8b0b35f38f4
[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;
}