1
zyy
2026-04-02 01b3fecb2d1b03861a72d53a7afea6ca557a209c
src/main/java/com/nq/pojo/StockAI.java
@@ -20,11 +20,14 @@
public class StockAI {
    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    private Long id;
    //@GeneratedValue(strategy = GenerationType.IDENTITY)
    @TableId(type = IdType.AUTO,value = "id")
    private Integer id;
    //股票类型
    private String stockType;
    //股票名称
    private String stockName;
    /**