|
|
@@ -719,9 +719,9 @@
|
|
|
<prop name="content" caption="内容" type="interface{}" />
|
|
|
</bean>
|
|
|
<bean name="tree_node" desc="树结点">
|
|
|
- <prop name="id" caption="ID" type="string" />
|
|
|
- <prop name="text" caption="标题" type="string" />
|
|
|
- <prop name="parent" caption="父结点" type="string" />
|
|
|
+ <prop name="id" caption="ID" type="interface{}" />
|
|
|
+ <prop name="text" caption="标题" type="interface{}" />
|
|
|
+ <prop name="parent" caption="父结点" type="interface{}" />
|
|
|
<prop name="nodes" caption="子结点" type="*TreeNode array" />
|
|
|
<prop name="tag" caption="tag" type="interface{}" />
|
|
|
</bean>
|