Commit c8e620b3 by shiwenbo

合同无过滤场景查询元数据增加合同版本号字段

parent 2298ca73
...@@ -115,6 +115,11 @@ ...@@ -115,6 +115,11 @@
<type>string</type> <type>string</type>
<description></description> <description></description>
</field> </field>
<field title='合同版本号'>
<name>contractVersion</name>
<type>string</type>
<description></description>
</field>
<field title='收货地址'> <field title='收货地址'>
<name>addrReceive</name> <name>addrReceive</name>
<type>string</type> <type>string</type>
......
...@@ -150,6 +150,16 @@ ...@@ -150,6 +150,16 @@
<m:desc></m:desc> <m:desc></m:desc>
</m:field> </m:field>
<m:field> <m:field>
<m:name>contractVersion</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:name>addrReceive</m:name> <m:name>addrReceive</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