-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea0c7be
commit 9304bae
Showing
4 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
namespace Nerosoft.Euonia.Domain; | ||
|
||
/// <summary> | ||
/// Represents the object identifier would generated using SnowflakeId. | ||
/// Represents the object identifier would generate using SnowflakeId. | ||
/// </summary> | ||
public interface IHasSnowflakeId | ||
{ | ||
/// <summary> | ||
/// Gets or sets the object identifier of Int64 type. | ||
/// </summary> | ||
long Id { get; set; } | ||
/// <summary> | ||
/// Gets or sets the object identifier of Int64 type. | ||
/// </summary> | ||
long Id { get; set; } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters