去除 CodegenTableDO 的自增标识
This commit is contained in:
parent
61394e577f
commit
9f6d8d2139
@ -28,7 +28,7 @@ public class CodegenTableDO extends BaseDO {
|
||||
/**
|
||||
* ID 编号
|
||||
*/
|
||||
@TableId(type = IdType.AUTO)
|
||||
@TableId
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user