Class SysOwnership

All Implemented Interfaces:
cn.herodotus.engine.core.definition.domain.BaseDomain, cn.herodotus.engine.core.definition.domain.BaseEntity, Serializable

@Entity public class SysOwnership extends AbstractSysEntity

Description: 人事归属

Author:
: gengwei.zheng
See Also:
Date:
: 2021/7/15 12:16
  • Constructor Details

    • SysOwnership

      public SysOwnership()
  • Method Details

    • 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()
      Overrides:
      toString in class AbstractSysEntity