``` <!-- 数据库ID类型,Default (mysql、postgresql为自增ID,mongodb为uuid64),UUID64 (统一是用UUID64) --> <idType> Default </idType> <!-- 数据库自增列初始值,仅对mysql、postgresql有效 --> <autoIncrementInit> 1 </autoIncrementInit> ``` https://github.com/KBEngineLab/KBEngine-Nex/pull/192
#192