| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>irrelevantReasons__c</fullName> | 
|     <description>待营业确认</description> | 
|     <externalId>false</externalId> | 
|     <label>不相关理由</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Picklist</type> | 
|     <valueSet> | 
|         <restricted>true</restricted> | 
|         <valueSetDefinition> | 
|             <sorted>false</sorted> | 
|             <value> | 
|                 <fullName>1.关键词不相关</fullName> | 
|                 <default>false</default> | 
|                 <label>1.关键词不相关</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>2.不属于医疗行业</fullName> | 
|                 <default>false</default> | 
|                 <label>2.不属于医疗行业</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>3.不属于医疗产品</fullName> | 
|                 <default>false</default> | 
|                 <label>3.不属于医疗产品</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>4.不属于我司产品范围</fullName> | 
|                 <default>false</default> | 
|                 <label>4.不属于我司产品范围</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>5.耗材采购</fullName> | 
|                 <default>false</default> | 
|                 <label>5.耗材采购</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>6.维修服务</fullName> | 
|                 <default>false</default> | 
|                 <label>6.维修服务</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>7.历史招标</fullName> | 
|                 <default>false</default> | 
|                 <label>7.历史招标</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>8.其他(手写)</fullName> | 
|                 <default>false</default> | 
|                 <label>8.其他(手写)</label> | 
|             </value> | 
|         </valueSetDefinition> | 
|     </valueSet> | 
| </CustomField> |