## 方法名:org.department.existSub
### 输入
| 名称 | 是否必须 | 类型|描述
| --- | --- |--- |--- |
id|是|String|部门Id
### 输出类型:
类型:com.actionsoft.sdk.service.response.BoolResponse*
属性:data/boolean
*****
## org.department.existSub
~~~[api]
get:org.department.existSub
*id#部门Id
<<<
success
{
"data":boolean
}
<<<
error
参见错误码说用
~~~