| 程序包 | 说明 |
|---|---|
| com.jeecg.qywx.api.department |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<Department> |
JwDepartmentAPI.getAllDepartment(String accessToken)
获取所有部门
|
static List<Department> |
JwDepartmentAPI.getDepartmentById(String depId,
String accessToken)
获取指定部门
|
| 限定符和类型 | 方法和说明 |
|---|---|
static DepartMsgResponse |
JwDepartmentAPI.createDepartment(Department department,
String accessToken)
创建部门
|
static int |
JwDepartmentAPI.updateDepart(Department department,
String accessToken)
修改部门
|
Copyright © 2022. All rights reserved.