Browse Source

editreadme

tags/v1.0.0
zhouzj 4 years ago
parent
commit
633f1fed03
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      C#/source/Yitter.IdGenTest/GenTest.cs

+ 1
- 1
C#/source/Yitter.IdGenTest/GenTest.cs View File

@@ -38,7 +38,7 @@ namespace Yitter.OrgSystem.TestA
{ {
var id = IdGen.NewLong(); var id = IdGen.NewLong();
//ids.Add(id, i); //ids.Add(id, i);
idList.Add(id);
//idList.Add(id);
} }
DateTime end = DateTime.Now; DateTime end = DateTime.Now;


Loading…
Cancel
Save