update 恢复误删除代码
This commit is contained in:
parent
089c6c2efa
commit
b675dbfe80
@ -1,3 +1,10 @@
|
||||
export interface CategoryTreeVO {
|
||||
id: number | string;
|
||||
label: string;
|
||||
parentId: number | string;
|
||||
weight: number;
|
||||
children: CategoryTreeVO[];
|
||||
}
|
||||
export interface CategoryVO {
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user