<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Reminder_Submit_Lost__c</fullName> 
 | 
    <description>欠品确认后n天没有确认遗失的发送邮件提醒</description> 
 | 
    <externalId>false</externalId> 
 | 
    <label>提醒提交欠品时间</label> 
 | 
    <precision>18</precision> 
 | 
    <required>false</required> 
 | 
    <scale>0</scale> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Number</type> 
 | 
    <unique>false</unique> 
 | 
</CustomField> 
 |