id 自增 取消
This commit is contained in:
@@ -16,7 +16,7 @@ public class Search implements Serializable {
|
||||
/**
|
||||
* 搜索id
|
||||
*/
|
||||
@TableId(type = IdType.AUTO)
|
||||
@TableId
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long searchId;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user