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