<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>LastMContract_Price__c</fullName> 
 | 
    <description>现在精确到月</description> 
 | 
    <externalId>false</externalId> 
 | 
    <label>最近一期合同签约价格月额</label> 
 | 
    <precision>18</precision> 
 | 
    <required>false</required> 
 | 
    <scale>2</scale> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Currency</type> 
 | 
</CustomField> 
 |