Package cn.geminis.resources.core.entity
Class OrgUser
- java.lang.Object
-
- cn.geminis.resources.core.entity.OrgUser
-
- All Implemented Interfaces:
Serializable
@Entity public class OrgUser extends Object implements Serializable
- Author:
- Allen
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected Organizationorganizationprotected Stringtypeprotected Useruser
-
Constructor Summary
Constructors Constructor Description OrgUser()
-
-
-
Field Detail
-
id
protected String id
-
type
protected String type
-
organization
protected Organization organization
-
user
protected User user
-
-