Skip to content

Commit

Permalink
docs(feature.md): Update feature.md (#31)
Browse files Browse the repository at this point in the history
* 增加部门管理接口:
1. 新增部门
2. 编辑部门
3. 删除部门

* add  features to feature.md
  • Loading branch information
li-linfeng committed Nov 6, 2023
1 parent 986b33a commit 90b529a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@

### 部门管理

- [ ] 创建部门
- [ ] 更新部门
- [ ] 删除部门
- [x] 创建部门 `dept.go@CreateDept`
- [x] 更新部门 `dept.go@UpdateDept`
- [x] 删除部门 `dept.go@DeleteDept`
- [x] 获取部门列表 `dept.go@GetDeptList`
- [x] 获取部门ID `dept.go@GetDeptAliasList` `dept.go@GetDeptId`
- [x] 获取部门 ID `dept.go@GetDeptAliasList` `dept.go@GetDeptId`

### 用户管理

Expand Down Expand Up @@ -101,4 +101,4 @@

## 应用消息回调

- [x] 消息解密 `receive.go@Decrypt`
- [x] 消息解密 `receive.go@Decrypt`

0 comments on commit 90b529a

Please sign in to comment.