人员组织导出
| Modifiers | Name | Description |
|---|---|---|
static Object |
aliasOverridingOrder |
| Type | Name and description |
|---|---|
AttachmentService |
attachmentService |
OsmOrganizationService |
osmOrganizationService |
| Type | Name and description |
|---|---|
org.apache.poi.ss.usermodel.Workbook |
exportEmployees(List<Organization> orgs)导出员工 |
org.apache.poi.ss.usermodel.Workbook |
exportOrganizations(List<Organization> orgs)导出机构 |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
导出员工
orgs - 导出的机构(导出该机构下的员工,不包含下级机构的员工)导出机构
orgs - 导出的机构列表