Commit 6e397944 by yanHeng

[修改] 自提车辆增加合同状态查询

parent 8af102a9
...@@ -14,4 +14,5 @@ publishUsername= ...@@ -14,4 +14,5 @@ publishUsername=
publishPassword= publishPassword=
systemProp.sonar.host.url=http://10.2.7.176:9000/sonar systemProp.sonar.host.url=http://10.2.7.176:9000/sonar
systemProp.sonar.login=admin systemProp.sonar.login=admin
systemProp.sonar.password=admin systemProp.sonar.password=admin
\ No newline at end of file mk.eme.path =E:\\eme\\eme\\eme
\ No newline at end of file
...@@ -111,6 +111,11 @@ ...@@ -111,6 +111,11 @@
<type>string</type> <type>string</type>
<description></description> <description></description>
</field> </field>
<field title='合同状态'>
<name>contract.contractState</name>
<type>string</type>
<description></description>
</field>
<field title='合同编号'> <field title='合同编号'>
<name>contract.contractCode</name> <name>contract.contractCode</name>
<type>string</type> <type>string</type>
......
...@@ -137,6 +137,17 @@ ...@@ -137,6 +137,17 @@
<m:desc></m:desc> <m:desc></m:desc>
</m:field> </m:field>
<m:field> <m:field>
<m:name>contract.contractState</m:name>
<m:title>合同状态</m:title>
<m:type>string</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:field>
<m:name>contract.contractCode</m:name> <m:name>contract.contractCode</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