Update IdComponent.cs

This commit is contained in:
CortexCore
2024-08-07 16:48:16 +08:00
parent d5c21759b5
commit dffda3663b

View File

@@ -8,7 +8,7 @@ namespace BITKit.Entities
}
public interface IdComponent_String
{
string Id { get; }
string DbId { get; }
}
}