去除 CodegenTableDO 的自增标识

This commit is contained in:
YunaiV 2023-04-02 19:22:41 +08:00
parent 61394e577f
commit 9f6d8d2139

View File

@ -28,7 +28,7 @@ public class CodegenTableDO extends BaseDO {
/** /**
* ID 编号 * ID 编号
*/ */
@TableId(type = IdType.AUTO) @TableId
private Long id; private Long id;
/** /**