添加项目文件。
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace IM.DomainCommons
|
||||
{
|
||||
public interface IEntity
|
||||
{
|
||||
Guid Id { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user