文档
测试

deptedit

PUT
127.0.0.1:80/dept/update

接口描述

修改部门数据

请求参数

参数名
类型
描述
必填
Dept
json
dept对象集合
必填
name
String
部门名称
可选
deptSort
int
排序
可选
enabled
boolean
部门状态
可选
pid
int
上级部门(顶级部门默认给1)
可选
id
int
部门id
必填