guang
2023-04-24 6044ac660b623034eaf0d7d8512aff99463458d1
src/main/java/com/hx/other/service/model/QueryRecord.java
@@ -19,7 +19,7 @@
    @Column(comment = "查询内容", type = MySqlTypeConstant.VARCHAR, isNull = false)
    private String content;
    @Column(comment = "向AI查询内容", length = 5000, type = MySqlTypeConstant.VARCHAR, isNull = false)
    @Column(comment = "向AI查询内容", length = 5000, type = MySqlTypeConstant.VARCHAR)
    private String aiQueryContent;
    @Column(comment = "AI返回结果", length = 1000, type = MySqlTypeConstant.VARCHAR)