cq-panda / Vue.NetCore

(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
MIT License
3.85k stars 1.27k forks source link

添加雪花ID支持 #332

Closed kevin100702 closed 1 year ago

kevin100702 commented 1 year ago

使用Yitter/IdGenerator 进行雪花ID的生成

使用注意事项

  1. 数据库中使用主键的类型为bigint(对应实体类型为long)时使用雪花ID
  2. 不需要定义自增
  3. appsettings.json中添加相关的配置选项,需要启用才会使用雪花ID功能
  4. 其他配置的注意事项请参考Yitter.IdGenerator 项目相关说明
cq-panda commented 1 year ago

这是一封自动回复邮件。已经收到您的来信,我会尽快回复。