yingsong

 

1)如果不指定number的长度,或指定长度n>18

id number not null,转换为pojo类时,为java.math.BigDecimal类型

2)如果number的长度在10 <= n <= 18

id number(n) not null,转换为pojo类时,为java.lang.Long类型

3)如果number的长度在1 <= n <= 9

id number(n) not null,转换为pojo类时,为java.lang.Integer类型

分类:

技术点:

相关文章:

  • 2021-12-10
  • 2021-11-27
  • 2021-12-10
  • 2021-12-20
  • 2021-11-27
  • 2021-09-24
  • 2021-10-31
  • 2021-11-21
猜你喜欢
  • 2022-12-23
  • 2021-12-10
  • 2021-06-13
  • 2022-12-23
相关资源
相似解决方案