Ejemplo n.º 1
0
 /// <summary>
 /// 创建 Long ID
 /// </summary>
 public static long NewLong() => LongGenerator.Create();
Ejemplo n.º 2
0
 /// <summary>
 /// 创建 Long ID
 /// </summary>
 /// <returns></returns>
 public static long GetLong()
 {
     return(LongGenerator.Create());
 }