Class AllocatableRemove

java.lang.Object
cn.herodotus.engine.core.definition.domain.AbstractDto
cn.herodotus.engine.rest.servlet.upms.dto.AllocatableRemove
All Implemented Interfaces:
cn.herodotus.engine.core.definition.domain.BaseDomain, cn.herodotus.engine.core.definition.domain.BaseDto, Serializable

public class AllocatableRemove extends cn.herodotus.engine.core.definition.domain.AbstractDto

Description: 删除人员归属参数BO对象

Author:
: gengwei.zheng
See Also:
Date:
: 2021/9/24 21:48
  • Constructor Details

    • AllocatableRemove

      public AllocatableRemove()
  • Method Details

    • 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 Object