| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Inspection_NG_abord_reason__c</fullName> | 
|     <externalId>false</externalId> | 
|     <label>回收后NG废弃理由</label> | 
|     <required>false</required> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Picklist</type> | 
|     <valueSet> | 
|         <valueSetDefinition> | 
|             <sorted>false</sorted> | 
|             <value> | 
|                 <fullName>一次性使用废弃</fullName> | 
|                 <default>false</default> | 
|                 <label>一次性使用废弃</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>无法维修废弃</fullName> | 
|                 <default>false</default> | 
|                 <label>无法维修废弃</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>维修费高废弃</fullName> | 
|                 <default>false</default> | 
|                 <label>维修费高废弃</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>其他</fullName> | 
|                 <default>false</default> | 
|                 <label>其他</label> | 
|             </value> | 
|         </valueSetDefinition> | 
|     </valueSet> | 
| </CustomField> |