feat(division): fixing logic treeview
This commit is contained in:
@@ -2,6 +2,8 @@ export interface Division {
|
||||
id?: number
|
||||
code: string
|
||||
name: string
|
||||
parent_id?: number | null
|
||||
childrens?: Division[] | null
|
||||
}
|
||||
|
||||
export interface DivisionPosition {
|
||||
|
||||
Reference in New Issue
Block a user