This commit is contained in:
yanweidong
2026-02-03 16:30:08 +08:00
parent cc4cc97779
commit abe029c610

View File

@@ -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 是否大于设定值