public class EmployeeBatchAddDTO extends AlipayObject
| 构造器和说明 |
|---|
EmployeeBatchAddDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getDepartmentIds() |
String |
getEmployeeCertNo() |
String |
getEmployeeCertType() |
String |
getEmployeeEmail() |
String |
getEmployeeMobile() |
String |
getEmployeeName() |
String |
getEmployeeNo() |
String |
getEncryptCertNo() |
String |
getEncryptMobile() |
String |
getProfiles() |
List<String> |
getRoleList() |
void |
setDepartmentIds(List<String> departmentIds) |
void |
setEmployeeCertNo(String employeeCertNo) |
void |
setEmployeeCertType(String employeeCertType) |
void |
setEmployeeEmail(String employeeEmail) |
void |
setEmployeeMobile(String employeeMobile) |
void |
setEmployeeName(String employeeName) |
void |
setEmployeeNo(String employeeNo) |
void |
setEncryptCertNo(String encryptCertNo) |
void |
setEncryptMobile(String encryptMobile) |
void |
setProfiles(String profiles) |
void |
setRoleList(List<String> roleList) |
public String getEmployeeCertNo()
public void setEmployeeCertNo(String employeeCertNo)
public String getEmployeeCertType()
public void setEmployeeCertType(String employeeCertType)
public String getEmployeeEmail()
public void setEmployeeEmail(String employeeEmail)
public String getEmployeeMobile()
public void setEmployeeMobile(String employeeMobile)
public String getEmployeeName()
public void setEmployeeName(String employeeName)
public String getEmployeeNo()
public void setEmployeeNo(String employeeNo)
public String getEncryptCertNo()
public void setEncryptCertNo(String encryptCertNo)
public String getEncryptMobile()
public void setEncryptMobile(String encryptMobile)
public String getProfiles()
public void setProfiles(String profiles)
Copyright © 2024. All rights reserved.