[缺少 "P:Store.Domain.Entities.Sys.SysPermission.ParentId" 的 <summary> 文档]
public Guid? ParentId { get; set; }
Public Property ParentId As Guid?
Get
Set
public:
property Nullable<Guid> ParentId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member ParentId : Nullable<Guid> with get, set