123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- = 安防项目
- [width="100%",options="header"]
- [stripes=even]
- |====================
- |Version | Update Time | Status | Author | Description
- |v2022-04-21 16:57:08|2022-04-21 16:57:08|auto|@yq|Created by smart-doc
- |====================
- == <p>参数配置表 前端控制器</p>
- == <p>部门信息</p>
- === 查看部门信息
- *URL:* http:10.23.39.1:8082/sysDept/list
- *Type:* POST
- *Author:* ya
- *Content-Type:* application/json; charset=utf-8
- *Body-parameters:*
- [width="100%",options="header"]
- [stripes=even]
- |====================
- |Parameter | Type|Description|Required|Since
- |deptId|int64|部门id|false|-
- |parentId|int64|父部门id|false|-
- |ancestors|string|祖级列表|false|-
- |deptName|string|部门名称|false|-
- |orderNum|int32|显示顺序|false|-
- |leader|string|负责人|false|-
- |phone|string|联系电话|false|-
- |email|string|邮箱|false|-
- |status|string|部门状态(0正常 1停用)|false|-
- |delFlag|string|删除标志(0代表存在 2代表删除)|false|-
- |createBy|string|创建者|false|-
- |createTime|string|创建时间|false|-
- |updateBy|string|更新者|false|-
- |updateTime|string|更新时间|false|-
- |bId|int64|建筑id|false|-
- |====================
- *Response-fields:*
- [width="100%",options="header"]
- [stripes=even]
- |====================
- |Field | Type|Description|Since
- |status|object|No comments found.|-
- |code|string|No comments found.|-
- |msg|string|No comments found.|-
- |data|object|No comments found.|-
- |└─deptId|int64|部门id|-
- |└─parentId|int64|父部门id|-
- |└─ancestors|string|祖级列表|-
- |└─deptName|string|部门名称|-
- |└─orderNum|int32|显示顺序|-
- |└─leader|string|负责人|-
- |└─phone|string|联系电话|-
- |└─email|string|邮箱|-
- |└─status|string|部门状态(0正常 1停用)|-
- |└─delFlag|string|删除标志(0代表存在 2代表删除)|-
- |└─createBy|string|创建者|-
- |└─createTime|string|创建时间|-
- |└─updateBy|string|更新者|-
- |└─updateTime|string|更新时间|-
- |└─bId|int64|建筑id|-
- |exception|string|No comments found.|-
- |====================
- *Response-example:*
- ----
- {
- "status": {
-
- },
- "code": "97564",
- "msg": "wnr5qt",
- "data": [
- {
- "deptId": 540,
- "parentId": 858,
- "ancestors": "o5lg60",
- "deptName": "文.沈",
- "orderNum": 260,
- "leader": "ufz93p",
- "phone": "17852835049",
- "email": "智渊.徐@yahoo.com",
- "status": "nu6cnp",
- "delFlag": "72oiji",
- "createBy": "5fxr6j",
- "createTime": "2022-04-21 16:57:10",
- "updateBy": "4kcs4e",
- "updateTime": "2022-04-21 16:57:10",
- "bId": 977
- }
- ],
- "exception": "53u6bg"
- }
- ----
- == <p>用户信息表 前端控制器</p>
|