Package com.bytedesk.core.rbac.user
Class UserOrganizationRoleEntity
java.lang.Object
com.bytedesk.core.rbac.user.UserOrganizationRoleEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate LocalDateTime
private Long
private OrganizationEntity
private Set<RoleEntity>
private LocalDateTime
private UserEntity
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
user
-
organization
-
roles
-
startDate
-
endDate
-
-
Constructor Details
-
UserOrganizationRoleEntity
public UserOrganizationRoleEntity()
-