<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Salesdepartment__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <label>所在地区(本部)</label> 
 | 
    <required>false</required> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Picklist</type> 
 | 
    <valueSet> 
 | 
        <valueSetDefinition> 
 | 
            <sorted>false</sorted> 
 | 
            <value> 
 | 
                <fullName>0.备品中心</fullName> 
 | 
                <default>false</default> 
 | 
                <label>0.备品中心</label> 
 | 
            </value> 
 | 
            <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.GIR市场本部</fullName> 
 | 
                <default>false</default> 
 | 
                <label>7.GIR市场本部</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>8.SP市场本部</fullName> 
 | 
                <default>false</default> 
 | 
                <label>8.SP市场本部</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>9.GIR MA本部</fullName> 
 | 
                <default>false</default> 
 | 
                <label>9.GIR MA本部</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>10.SP MA本部</fullName> 
 | 
                <default>false</default> 
 | 
                <label>10.SP MA本部</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>11.服务本部</fullName> 
 | 
                <default>false</default> 
 | 
                <label>11.服务本部</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>12.教育培训本部</fullName> 
 | 
                <default>false</default> 
 | 
                <label>12.教育培训本部</label> 
 | 
            </value> 
 | 
        </valueSetDefinition> 
 | 
    </valueSet> 
 | 
</CustomField> 
 |