类 SysOwnership
java.lang.Object
cn.herodotus.stirrup.core.definition.domain.base.AbstractEntity
cn.herodotus.stirrup.data.crud.entity.BaseEntity
cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
cn.herodotus.engine.supplier.upms.logic.entity.hr.SysOwnership
- 所有已实现的接口:
cn.herodotus.stirrup.core.definition.domain.base.Entity,Serializable
@Entity
public class SysOwnership
extends cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
Description: 人事归属
- 作者:
- : gengwei.zheng
- 另请参阅:
- Date:
- : 2021/7/15 12:16
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsetDepartmentId(String departmentId) voidsetEmployeeId(String employeeId) voidsetOrganizationId(String organizationId) voidsetOwnershipId(String ownershipId) toString()从类继承的方法 cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
getDescription, getReserved, getReversion, getStatus, setDescription, setReserved, setReversion, setStatus从类继承的方法 cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
getCreateBy, getRanking, getUpdateBy, setCreateBy, setRanking, setUpdateBy从类继承的方法 cn.herodotus.stirrup.data.crud.entity.BaseEntity
getCreateTime, getUpdateTime, setCreateTime, setUpdateTime
-
构造器详细资料
-
SysOwnership
public SysOwnership()
-
-
方法详细资料
-
getOwnershipId
-
setOwnershipId
-
getOrganizationId
-
setOrganizationId
-
getDepartmentId
-
setDepartmentId
-
getEmployeeId
-
setEmployeeId
-
toString
- 覆盖:
toString在类中cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
-