fix bug
This commit is contained in:
@@ -18,7 +18,7 @@ type StratModel struct {
|
|||||||
Code string
|
Code string
|
||||||
UpDateDay int //上市时间,天数
|
UpDateDay int //上市时间,天数
|
||||||
IndustryScore int // 行业分组
|
IndustryScore int // 行业分组
|
||||||
StScore int
|
StScore int // 是否是ST
|
||||||
GtAmount int // 每日交易额大于设定值
|
GtAmount int // 每日交易额大于设定值
|
||||||
GtPrice int // 最近20日交易日价格大于设定值
|
GtPrice int // 最近20日交易日价格大于设定值
|
||||||
GtRoe int // ROE 是否大于设定值
|
GtRoe int // ROE 是否大于设定值
|
||||||
|
|||||||
Reference in New Issue
Block a user