zyy
2025-08-08 4022317de4b4361ad75a7366a7cf2a9ee70ac395
src/main/java/com/nq/pojo/StockAI.java
@@ -20,8 +20,9 @@
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;