fix 修复 DemoTree 实体缺少属性
This commit is contained in:
parent
1a5ed27067
commit
e7c777ac50
@ -23,6 +23,11 @@ export interface TreeVO {
|
||||
* 值
|
||||
*/
|
||||
treeName: string;
|
||||
|
||||
/**
|
||||
* 子对象
|
||||
*/
|
||||
children: TreeVO[];
|
||||
}
|
||||
|
||||
export interface TreeForm extends BaseEntity {
|
||||
|
Loading…
x
Reference in New Issue
Block a user