Commit a40579be by 杨清松

数据字典查询

parent 375c6c9d
......@@ -41,6 +41,15 @@
</ref>
<description></description>
</field>
<field title='项目类型id'>
<name>projectType.id</name>
<type>uuid</type>
<ref>
<type></type>
<name>com.xyst.dinas.project.dict.datamodel.ProjectType</name>
</ref>
<description></description>
</field>
<field title='项目类型'>
<name>projectType.title</name>
<type>string</type>
......
......@@ -51,6 +51,16 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>projectType.id</m:name>
<m:title>项目类型id</m:title>
<m:type>uuid</m:type>
<m:ref>
<m:name>com.xyst.dinas.project.dict.datamodel.ProjectType</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>projectType.title</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