src/main/java/com/hx/other/service/model/QueryRecord.java
@@ -37,6 +37,6 @@ @Column(comment = "sql查询的时间,豪秒数", length = 13, type = MySqlTypeConstant.BIGINT) private Long sqlTime; @Column(comment = "是否来自模拟", length = 2, type = MySqlTypeConstant.TINYINT) @Column(comment = "是否来自模板", length = 2, type = MySqlTypeConstant.TINYINT) private Integer isFromQuery = BaseEntity.NO; }