DAL/Local/IStation.DAL.LocalFile.Core/helper/FileHelper.cs @@ -95,5 +95,14 @@ return JsonHelper.Json2Object<T>(str); } /// <summary> /// 获取Id /// </summary> public static long NextId() { return SnowflakeIdHelper.NextId(); } } }