Commit 1254d15b by 杨清松

区域公司查询元数据

parent 846d72c6
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<description></description> <description></description>
</field> </field>
<field title='区域公司'> <field title='区域公司'>
<name>regionalCompany</name> <name>regionalCompany.id</name>
<type>uuid</type> <type>uuid</type>
<ref> <ref>
<type></type> <type></type>
...@@ -59,6 +59,15 @@ ...@@ -59,6 +59,15 @@
</ref> </ref>
<description></description> <description></description>
</field> </field>
<field title='区域公司name'>
<name>regionalCompany.name</name>
<type>string</type>
<ref>
<type></type>
<name>com.xyst.dinas.biz.datamodel.Organization</name>
</ref>
<description></description>
</field>
<field title='项目编号'> <field title='项目编号'>
<name>projectNum</name> <name>projectNum</name>
<type>string</type> <type>string</type>
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<m:desc></m:desc> <m:desc></m:desc>
</m:field> </m:field>
<m:field> <m:field>
<m:name>regionalCompany</m:name> <m:name>regionalCompany.id</m:name>
<m:title>区域公司</m:title> <m:title>区域公司</m:title>
<m:type>uuid</m:type> <m:type>uuid</m:type>
<m:ref> <m:ref>
...@@ -71,6 +71,16 @@ ...@@ -71,6 +71,16 @@
<m:desc></m:desc> <m:desc></m:desc>
</m:field> </m:field>
<m:field> <m:field>
<m:name>regionalCompany.name</m:name>
<m:title>区域公司name</m:title>
<m:type>string</m:type>
<m:ref>
<m:name>com.xyst.dinas.biz.datamodel.Organization</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>projectNum</m:name> <m:name>projectNum</m:name>
<m:title>项目编号</m:title> <m:title>项目编号</m:title>
<m:type>string</m:type> <m:type>string</m:type>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment