Commit da8a38a0 by shiwenbo

合同查询元数据增加四个字段

parent dd781d0c
......@@ -170,6 +170,26 @@
<type>fixnum</type>
<description></description>
</field>
<field title='保证金余额'>
<name>depositBalance</name>
<type>fixnum</type>
<description></description>
</field>
<field title='预付款余额'>
<name>advanceBalance</name>
<type>fixnum</type>
<description></description>
</field>
<field title='销售总额'>
<name>saleAmount</name>
<type>fixnum</type>
<description></description>
</field>
<field title='销售总量'>
<name>saleDinasAmount</name>
<type>fixnum</type>
<description></description>
</field>
<field title='备注'>
<name>memo</name>
<type>string</type>
......
......@@ -164,6 +164,26 @@
<type>fixnum</type>
<description></description>
</field>
<field title='保证金余额'>
<name>depositBalance</name>
<type>fixnum</type>
<description></description>
</field>
<field title='预付款余额'>
<name>advanceBalance</name>
<type>fixnum</type>
<description></description>
</field>
<field title='销售总额'>
<name>saleAmount</name>
<type>fixnum</type>
<description></description>
</field>
<field title='销售总量'>
<name>saleDinasAmount</name>
<type>fixnum</type>
<description></description>
</field>
<field title='备注'>
<name>memo</name>
<type>string</type>
......
......@@ -257,6 +257,46 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>depositBalance</m:name>
<m:title>保证金余额</m:title>
<m:type>fixnum</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>advanceBalance</m:name>
<m:title>预付款余额</m:title>
<m:type>fixnum</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>saleAmount</m:name>
<m:title>销售总额</m:title>
<m:type>fixnum</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>saleDinasAmount</m:name>
<m:title>销售总量</m:title>
<m:type>fixnum</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>memo</m:name>
<m:title>备注</m:title>
<m:type>string</m:type>
......
......@@ -250,6 +250,46 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>depositBalance</m:name>
<m:title>保证金余额</m:title>
<m:type>fixnum</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>advanceBalance</m:name>
<m:title>预付款余额</m:title>
<m:type>fixnum</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>saleAmount</m:name>
<m:title>销售总额</m:title>
<m:type>fixnum</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>saleDinasAmount</m:name>
<m:title>销售总量</m:title>
<m:type>fixnum</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>memo</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