修复 Infra 模块:
修复项目迁移达梦8数据库后,代码生成器导入功能报错的原因: 调整策略:删除-> autoIncrement <-字段
This commit is contained in:
@@ -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"
|
||||
} ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user