Explorar o código

fix 修复 DemoTree 实体缺少属性

疯狂的狮子Li %!s(int64=2) %!d(string=hai) anos
pai
achega
e7c777ac50
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/api/demo/tree/types.ts

+ 5 - 0
src/api/demo/tree/types.ts

@@ -23,6 +23,11 @@ export interface TreeVO {
    * 值
    */
   treeName: string;
+
+  /**
+   * 子对象
+   */
+  children: TreeVO[];
 }
 
 export interface TreeForm extends BaseEntity {