新增部门
POST
http://localhost:8080/szhSystem/dept
接口描述
新增部门
请求参数
参数名
类型
描述
必填
deptName
string
部门名称 示例:测试部门
必填
parentId
string
上级部门id 示例:1
必填