提交成交量
This commit is contained in:
@@ -61,7 +61,16 @@ public class StockVO {
|
||||
private String monthImg;
|
||||
|
||||
private Integer depositAmt;
|
||||
|
||||
private String volume;
|
||||
|
||||
public String getVolume() {
|
||||
return volume;
|
||||
}
|
||||
|
||||
public void setVolume(String volume) {
|
||||
this.volume = volume;
|
||||
}
|
||||
|
||||
public static StockVO from(StockDetail detail, Stock stock) {
|
||||
StockVO vo = new StockVO();
|
||||
if(stock != null) {
|
||||
|
||||
Reference in New Issue
Block a user