public class DeleteDepartmentReqDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DeleteDepartmentReqDto.DepartmentIdType
此次调用中使用的部门 ID 的类型
|
| 构造器和说明 |
|---|
DeleteDepartmentReqDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDepartmentId() |
DeleteDepartmentReqDto.DepartmentIdType |
getDepartmentIdType() |
String |
getOrganizationCode() |
void |
setDepartmentId(String departmentId) |
void |
setDepartmentIdType(DeleteDepartmentReqDto.DepartmentIdType departmentIdType) |
void |
setOrganizationCode(String organizationCode) |
public String getDepartmentId()
public void setDepartmentId(String departmentId)
public String getOrganizationCode()
public void setOrganizationCode(String organizationCode)
public DeleteDepartmentReqDto.DepartmentIdType getDepartmentIdType()
public void setDepartmentIdType(DeleteDepartmentReqDto.DepartmentIdType departmentIdType)
Copyright © 2022. All rights reserved.