Package cn.xuanyuanli.jdbc.persistence
Class UserDao.UserDepartmentPO
java.lang.Object
cn.xuanyuanli.jdbc.persistence.UserDao.UserDepartmentPO
- All Implemented Interfaces:
cn.xuanyuanli.core.lang.BaseEntity,Serializable
- Enclosing interface:
UserDao
public static class UserDao.UserDepartmentPO
extends Object
implements cn.xuanyuanli.core.lang.BaseEntity
- Author:
- generator
- See Also:
-
Field Summary
FieldsFields inherited from interface cn.xuanyuanli.core.lang.BaseEntity
STRING_NULL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.xuanyuanli.core.lang.BaseEntity
cloneSelf, toBO, toMap, toMapFilterNull, toRecord
-
Field Details
-
userId
-
departId
-
userName
-
departName
-
-
Constructor Details
-
UserDepartmentPO
public UserDepartmentPO()
-