java.lang.Object
cn.herodotus.engine.assistant.core.definition.domain.AbstractEntity
cn.herodotus.engine.data.core.entity.BaseEntity
cn.herodotus.engine.data.core.entity.BaseSysEntity
cn.herodotus.engine.supplier.upms.logic.entity.hr.SysOwnership
所有已实现的接口:
cn.herodotus.engine.assistant.core.definition.domain.Entity, Serializable

@Entity public class SysOwnership extends cn.herodotus.engine.data.core.entity.BaseSysEntity

Description: 人事归属

作者:
: gengwei.zheng
另请参阅:
Date:
: 2021/7/15 12:16
  • 构造器详细资料

    • SysOwnership

      public SysOwnership()
  • 方法详细资料

    • getOwnershipId

      public String getOwnershipId()
    • setOwnershipId

      public void setOwnershipId(String ownershipId)
    • getOrganizationId

      public String getOrganizationId()
    • setOrganizationId

      public void setOrganizationId(String organizationId)
    • getDepartmentId

      public String getDepartmentId()
    • setDepartmentId

      public void setDepartmentId(String departmentId)
    • getEmployeeId

      public String getEmployeeId()
    • setEmployeeId

      public void setEmployeeId(String employeeId)
    • toString

      public String toString()
      覆盖:
      toString 在类中 cn.herodotus.engine.data.core.entity.BaseEntity