Commit ea50c52d by 焦凯

hetong modal

parent 2cd1e7bc
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
</field> </field>
<field title='购砂单位'> <field title='购砂单位'>
<name>purchaseSandCompany.id</name> <name>purchaseSandUnit.id</name>
<type>uuid</type> <type>uuid</type>
<ref> <ref>
<type></type> <type></type>
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<description></description> <description></description>
</field> </field>
<field title='购砂单位名称'> <field title='购砂单位名称'>
<name>purchaseSandCompany.name</name> <name>purchaseSandUnit.name</name>
<type>string</type> <type>string</type>
<description></description> <description></description>
</field> </field>
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<m:desc></m:desc> <m:desc></m:desc>
</m:field> </m:field>
<m:field> <m:field>
<m:name>purchaseSandCompany.id</m:name> <m:name>purchaseSandUnit.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>
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
<m:desc></m:desc> <m:desc></m:desc>
</m:field> </m:field>
<m:field> <m:field>
<m:name>purchaseSandCompany.name</m:name> <m:name>purchaseSandUnit.name</m:name>
<m:title>购砂单位名称</m:title> <m:title>购砂单位名称</m:title>
<m:type>string</m:type> <m:type>string</m:type>
<m:ref> <m:ref>
......
...@@ -66,9 +66,6 @@ ...@@ -66,9 +66,6 @@
<property name="contractCode" type="nstring" not-null="false"> <property name="contractCode" type="nstring" not-null="false">
<column name="contract_code" length="50"></column> <column name="contract_code" length="50"></column>
</property> </property>
<property name="currentVersion" type="integer" not-null="false">
<column name="current_version" length="11"></column>
</property>
<property name="contractState" type="nstring" not-null="false"> <property name="contractState" type="nstring" not-null="false">
<column name="contract_state" length="50"></column> <column name="contract_state" length="50"></column>
</property> </property>
......
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