| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>First_Proposal_Days__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>IF( ISBLANK( GIR_Solution_Acceptanc__c ) , 0,  | 
| IF( ISBLANK( First_Proposal_Time__c ) ,  NOW() -  GIR_Solution_Acceptanc__c ,  First_Proposal_Time__c -  GIR_Solution_Acceptanc__c ) )</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>首次方案提出日数</label> | 
|     <precision>18</precision> | 
|     <required>false</required> | 
|     <scale>0</scale> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Number</type> | 
|     <unique>false</unique> | 
| </CustomField> |