id 自增 取消

This commit is contained in:
2025-01-03 21:47:08 +08:00
parent 8b46967c53
commit 9d26091e55
23 changed files with 23 additions and 23 deletions

View File

@@ -16,7 +16,7 @@ public class Search implements Serializable {
/**
* 搜索id
*/
@TableId(type = IdType.AUTO)
@TableId
@JsonSerialize(using = ToStringSerializer.class)
private Long searchId;
/**