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