feat: 添加值对象
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Yi.Framework.Rbac.Domain.Entities
|
||||
/// 加密密码
|
||||
/// </summary>
|
||||
[SugarColumn(IsOwnsOne = true)]
|
||||
public EncryPasswordValueObject EncryPassword { get; set; }=new EncryPasswordValueObject();
|
||||
public EncryPasswordValueObject EncryPassword { get; set; }
|
||||
|
||||
///// <summary>
|
||||
///// 密码
|
||||
|
||||
Reference in New Issue
Block a user