<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>testNum__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <label>数量</label> 
 | 
    <summarizedField>PromotionProduct__c.Quantity__c</summarizedField> 
 | 
    <summaryForeignKey>PromotionProduct__c.PromotionHead__c</summaryForeignKey> 
 | 
    <summaryOperation>sum</summaryOperation> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Summary</type> 
 | 
</CustomField> 
 |