| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>barcodeforReceipt__c</fullName> | 
|     <description>原收货界面是根据保有设备展示收货信息 判断不同本部也是根据保有设备barcode来的 现在建一个新的可以减少大部分代码的修改</description> | 
|     <externalId>false</externalId> | 
|     <label>barcode_收货用</label> | 
|     <length>255</length> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |