<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Closest_Work_Day__c</fullName> 
 | 
    <description>如果日报出现在节假日,则要推迟到最近的工作日作为限制日期</description> 
 | 
    <externalId>false</externalId> 
 | 
    <label>最近工作日</label> 
 | 
    <required>false</required> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Date</type> 
 | 
</CustomField> 
 |