update crawl ipo

This commit is contained in:
vu-tran
2024-12-11 14:23:08 +07:00
parent d085d8de12
commit b26d3962c4

View File

@@ -61,11 +61,11 @@ public class StockIpoPO {
/**
* 是否显示【1 显示2 不显示】 */
Integer isShow;
Integer isShow = 1;
/**
* 是否上市【1 未上市2 已上市】 */
Integer isList;
Integer isList = 1;
Date createDate;