fix: dept

This commit is contained in:
xingyu4j
2022-11-18 11:20:29 +08:00
parent bb48e93ed2
commit 2e30dd03e2
2 changed files with 19 additions and 18 deletions

View File

@ -1,6 +1,6 @@
import request from '@/config/axios'
export type DeptVO = {
id: number
id?: number
name: string
parentId: number
status: number