ningshuxia
2023-02-06 1fc0b4ed96d4c4b1ff7142926239998de32b2ada
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();
        }
    }
}