修复 Infra 模块:

修复项目迁移达梦8数据库后,代码生成器导入功能报错的原因:
调整策略:删除-> autoIncrement <-字段
This commit is contained in:
byeJuly
2024-04-10 17:51:16 +08:00
parent e2c1c7d380
commit 4e10a0c2ef
14 changed files with 5 additions and 40 deletions

View File

@@ -17,7 +17,6 @@
"dataType" : "BIGINT",
"columnComment" : "编号",
"primaryKey" : true,
"autoIncrement" : true,
"javaType" : "Long",
"javaField" : "id",
"example" : "1024",
@@ -132,4 +131,4 @@
"listOperationResult" : true,
"htmlType" : "datetime"
} ]
}
}