update 优化 树表生成前端缺少 children 字段
parent
e871bff218
commit
450030321c
|
|
@ -11,6 +11,12 @@ export interface ${BusinessName}VO {
|
||||||
#end
|
#end
|
||||||
#end
|
#end
|
||||||
#end
|
#end
|
||||||
|
#if ($table.tree)
|
||||||
|
/**
|
||||||
|
* 子对象
|
||||||
|
*/
|
||||||
|
children: ${BusinessName}VO[];
|
||||||
|
#end
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ${BusinessName}Form extends BaseEntity {
|
export interface ${BusinessName}Form extends BaseEntity {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue