添加项目文件。
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using MassTransit;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace IdentityService.Domain.Entities
|
||||
{
|
||||
public class Role : IdentityRole<Guid>
|
||||
{
|
||||
public Role()
|
||||
{
|
||||
Id = NewId.NextGuid();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user