@TableId(value = "id", type = IdType.AUTO) private Integer id;
改成
@TableId(value = "id", type = IdType.INPUT) private Integer id;
posted on 2021-06-15 10:20 二两老酒 阅读(130) 评论(0) 编辑 收藏 举报