feat(sj_1.0.0): id生成器默认选中雪花算法

This commit is contained in:
opensnail 2024-05-06 23:40:00 +08:00
parent cb73a0dbb4
commit 34424ad9b2

View File

@ -55,7 +55,7 @@ function createDefaultModel(): Model {
token: generateToken(32),
groupStatus: 1,
description: '',
idGeneratorMode: 1,
idGeneratorMode: 2,
initScene: 1,
groupPartition: 0
};