| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>DeadlineLastMonthPeriodPaymentAmountFigu__c</fullName> | 
|     <description>1.当公式字段有值,而本字段无值,将公式字段的值赋值给本字段 | 
| 2.当公式字段为0,而本字段有值,将本字段的值赋值为0</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> |