update crawl ipo
This commit is contained in:
@@ -61,11 +61,11 @@ public class StockIpoPO {
|
||||
|
||||
/**
|
||||
* 是否显示【1 显示,2 不显示】 */
|
||||
Integer isShow;
|
||||
Integer isShow = 1;
|
||||
|
||||
/**
|
||||
* 是否上市【1 未上市,2 已上市】 */
|
||||
Integer isList;
|
||||
Integer isList = 1;
|
||||
|
||||
Date createDate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user