coderJYX
Results
1
issues of
coderJYX
使用mybatis初始化配置之后 ``` IdGeneratorOptions options = new IdGeneratorOptions((short) 1); options.SeqBitLength = 10; YitIdHelper.setIdGenerator(options); return YitIdHelper.nextId(); ``` 想手工赋值id的话,需要重新初始化一次吗,还是说直接使用YitIdHelper.nextId()获取即可