We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fdb64 commit b5f14a2Copy full SHA for b5f14a2
docs/manual/defaultschemacollector.md
@@ -239,7 +239,7 @@ mapper定义了外部类型映射相关信息,与enum中mapper的定义方式
239
|value|否||表记录类型|
240
|readSchemaFromFile|是|false|是否从input的excel文件标题头行中读取value定义。此时不能再定义value对应的bean,否则会出现定义重复的错误|
241
|input|否||可以为多个,以逗号','分割,对应schema逻辑结构中inputFiles字段|
242
-|index|是||可以为多以,如果是联合主键,则以'+'分割,如果是独立主键,则以','分割|
+|index|是||可以为多个,如果是联合主键,则以'+'分割,如果是独立主键,则以','分割|
243
|mode|是||取one(或singleton)、map、list之一|
244
|comment|是|||
245
|group|是|||
0 commit comments