|
|
|
@ -68,15 +68,15 @@ public class TStockDailyTrade extends BaseEntity
|
|
|
|
private Integer isLimitDown;
|
|
|
|
private Integer isLimitDown;
|
|
|
|
|
|
|
|
|
|
|
|
/** 10日动量(涨跌幅) */
|
|
|
|
/** 10日动量(涨跌幅) */
|
|
|
|
@Excel(name = "10日动量")
|
|
|
|
@Excel(name = "10日区间涨跌幅")
|
|
|
|
private BigDecimal momentum10d;
|
|
|
|
private BigDecimal momentum10d;
|
|
|
|
|
|
|
|
|
|
|
|
/** 20日动量(涨跌幅) */
|
|
|
|
/** 20日动量(涨跌幅) */
|
|
|
|
@Excel(name = "20日动量")
|
|
|
|
@Excel(name = "20日区间涨跌幅")
|
|
|
|
private BigDecimal momentum20d;
|
|
|
|
private BigDecimal momentum20d;
|
|
|
|
|
|
|
|
|
|
|
|
/** 60日动量(涨跌幅) */
|
|
|
|
/** 60日动量(涨跌幅) */
|
|
|
|
@Excel(name = "60日动量")
|
|
|
|
@Excel(name = "60日区间涨跌幅")
|
|
|
|
private BigDecimal momentum60d;
|
|
|
|
private BigDecimal momentum60d;
|
|
|
|
|
|
|
|
|
|
|
|
/** 证券名称(查询时关联获取) */
|
|
|
|
/** 证券名称(查询时关联获取) */
|
|
|
|
@ -97,7 +97,7 @@ public class TStockDailyTrade extends BaseEntity
|
|
|
|
private Date listingDate;
|
|
|
|
private Date listingDate;
|
|
|
|
|
|
|
|
|
|
|
|
/** 上市天数(冗余存储,提升查询效率) */
|
|
|
|
/** 上市天数(冗余存储,提升查询效率) */
|
|
|
|
@Excel(name = "上市天数")
|
|
|
|
@Excel(name = "可交易日数")
|
|
|
|
private Integer listingDays;
|
|
|
|
private Integer listingDays;
|
|
|
|
|
|
|
|
|
|
|
|
/** 是否为ST股票(1=是,0=否) */
|
|
|
|
/** 是否为ST股票(1=是,0=否) */
|
|
|
|
|