标签:eid 自增 tab 插入数据 插入 自定义 技巧 vat type
@TableId(value = "id", type = IdType.AUTO) private Integer id;
改成
@TableId(value = "id", type = IdType.INPUT) private Integer id;
标签:eid 自增 tab 插入数据 插入 自定义 技巧 vat type
原文地址:https://www.cnblogs.com/xuehu666/p/14884421.html