Commit ea50c52d by 焦凯

hetong modal

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