Browse Source

增加YidHelper快速使用方法

tags/v1.0.0
zhouzj 4 years ago
parent
commit
7edc7f5754
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/Yitter.IdGenerator/IIdGenerator.cs

+ 2
- 0
src/Yitter.IdGenerator/IIdGenerator.cs View File

@@ -16,5 +16,7 @@ namespace Yitter.IdGenerator
Action<OverCostActionArg> GenIdActionAsync { get; set; }

long NewLong();

// Guid NewGuid();
}
}

Loading…
Cancel
Save