错误详情:Caused by: org.postgresql.util.PSQLException: ERROR: column "id" is of type bigint but expression is of type character varying
@@ -28,8 +28,8 @@ public class FileContentDO extends BaseDO {
/**
* 编号,数据库自增
*/
- @TableId(type = IdType.INPUT)
- private String id;
+ @TableId
+ private Long id;
* 配置编号
*