mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-04-12 05:23:16 +08:00
update 统一框架所有主键id均使用雪花id
This commit is contained in:
@@ -25,7 +25,12 @@ public interface OssConstant {
|
||||
/**
|
||||
* 系统数据ids
|
||||
*/
|
||||
List<Long> SYSTEM_DATA_IDS = Arrays.asList(1L, 2L, 3L, 4L);
|
||||
List<Long> SYSTEM_DATA_IDS = Arrays.asList(
|
||||
1761900000000000001L,
|
||||
1761900000000000002L,
|
||||
1761900000000000003L,
|
||||
1761900000000000004L
|
||||
);
|
||||
|
||||
/**
|
||||
* 云服务商
|
||||
|
||||
Reference in New Issue
Block a user