临时工作进度
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package quant.rich.emoney.entity.postgre;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
@@ -12,6 +14,18 @@ public class StockStrategy {
|
||||
|
||||
private String tsCode;
|
||||
|
||||
private LocalDateTime date;
|
||||
|
||||
private String strategyName;
|
||||
|
||||
private Integer strategyId;
|
||||
|
||||
private String poolName;
|
||||
|
||||
private String type;
|
||||
|
||||
private Integer poolId;
|
||||
|
||||
public StockStrategy setTsCodeFromGoodsId(Integer goodsId) {
|
||||
// 自动将益盟 goodsId 转换成 tsCode
|
||||
// 1301325 -> 301325.SZ
|
||||
|
||||
Reference in New Issue
Block a user