25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

@ExcelCollection 372 B

123456789101112
  1. @ExcelCollection
  2. ===
  3. 一对多的集合注解,用以标记集合是否被数据以及集合的整体排序
  4. 属性 | 类型 | 默认值 | 功能 |
  5. ---|---|---|---|
  6. id | String | null | 定义ID |
  7. name | String | null | 定义集合列名,支持nanm_id |
  8. orderNum | int | 0 | 排序,支持name_id |
  9. type | Class<?> | ArrayList.class | 导入时创建对象使用 |