Package cn.xuanyuanli.jdbc.entity
Class User
java.lang.Object
cn.xuanyuanli.jdbc.entity.User
- All Implemented Interfaces:
cn.xuanyuanli.core.lang.BaseEntity,Serializable
- Author:
- John Li
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integerprivate Longprivate Integerprivate Longprivate Stringprivate IntegerFields 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
-
id
-
name
-
age
-
departmentId
-
fInfoId
-
sex
-
-
Constructor Details
-
User
public User()
-