mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-05-11 20:23:43 +00:00
fix: dept
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import request from '@/config/axios'
|
||||
export type DeptVO = {
|
||||
id: number
|
||||
id?: number
|
||||
name: string
|
||||
parentId: number
|
||||
status: number
|
||||
|
||||
Reference in New Issue
Block a user