first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace JSMachine.WMS.Domain.IRepository
|
||||
{
|
||||
/// <summary>
|
||||
/// 领域聚合根标记接口,用于约束可由通用仓储持久化的实体。
|
||||
/// </summary>
|
||||
public interface IAggregateRoot
|
||||
{
|
||||
Guid Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user