Commit 1254d15b by 杨清松

区域公司查询元数据

parent 846d72c6
......@@ -51,7 +51,7 @@
<description></description>
</field>
<field title='区域公司'>
<name>regionalCompany</name>
<name>regionalCompany.id</name>
<type>uuid</type>
<ref>
<type></type>
......@@ -59,6 +59,15 @@
</ref>
<description></description>
</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='项目编号'>
<name>projectNum</name>
<type>string</type>
......
......@@ -61,7 +61,7 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>regionalCompany</m:name>
<m:name>regionalCompany.id</m:name>
<m:title>区域公司</m:title>
<m:type>uuid</m:type>
<m:ref>
......@@ -71,6 +71,16 @@
<m:desc></m:desc>
</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:title>项目编号</m:title>
<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