freemaker页面生成word、doc文件

freemaker页面生成word、doc文件

注:最后直接将xml文件换成ftl,freemaker默认读取的文件是ftl文件

freemaker页面生成word、doc文件

 1. 利用wps生成xml文件(文件->另存为->xml文件

  2. 代码值的获取

3. 业务逻辑代码***实体类*** 

先看下这次要生成的文件样式

 1. 利用wps生成xml文件(文件->另存为->xml文件

目录


 使用Notepad++打开以后文件是这个样子,我们需要转换一下;

 安装以下转移工具;

 选择以下格式即可;

 得到文件格式如下,这样就方便你阅读和修改了;

源码如下;

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?mso-application progid="Word.Document"?>
<w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"
                xmlns:v="urn:schemas-microsoft-com:vml"
                xmlns:w10="urn:schemas-microsoft-com:office:word"
                xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core"
                xmlns:aml="http://schemas.microsoft.com/aml/2001/core"
                xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint"
                xmlns:o="urn:schemas-microsoft-com:office:office"
                xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
                w:macrosPresent="no"
                w:embeddedObjPresent="no"
                w:ocxPresent="no"
                xml:space="preserve"
                xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData">
	<o:DocumentProperties>
		<o:Author>guolei</o:Author>
		<o:LastAuthor>小车車</o:LastAuthor>
		<o:Revision>2</o:Revision>
		<o:LastPrinted>2022-04-27T08:57:00Z</o:LastPrinted>
		<o:Created>2022-05-12T22:06:00Z</o:Created>
		<o:LastSaved>2022-07-01T02:18:52Z</o:LastSaved>
		<o:TotalTime>11520</o:TotalTime>
		<o:Pages>1</o:Pages>
		<o:Words>169</o:Words>
		<o:Characters>170</o:Characters>
		<o:Lines>21</o:Lines>
		<o:Paragraphs>6</o:Paragraphs>
		<o:CharactersWithSpaces>328</o:CharactersWithSpaces>
		<o:Version>14</o:Version>
	</o:DocumentProperties>
	<o:CustomDocumentProperties>
		<o:KSOProductBuildVer dt:dt="string">2052-11.1.0.11830</o:KSOProductBuildVer>
		<o:ICV dt:dt="string">3FF0F7787434477A968D483482BB3316</o:ICV>
	</o:CustomDocumentProperties>
	<w:fonts>
		<w:defaultFonts w:ascii="Times New Roman"
		                w:fareast="宋体"
		                w:h-ansi="Times New Roman"
		                w:cs="Times New Roman"/>
		<w:font w:name="Times New Roman">
			<w:panose-1 w:val="02020603050405020304"/>
			<w:charset w:val="00"/>
			<w:family w:val="Auto"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="E0002EFF"
			       w:usb-1="C000785B"
			       w:usb-2="00000009"
			       w:usb-3="00000000"
			       w:csb-0="400001FF"
			       w:csb-1="FFFF0000"/>
		</w:font>
		<w:font w:name="宋体">
			<w:panose-1 w:val="02010600030101010101"/>
			<w:charset w:val="86"/>
			<w:family w:val="Auto"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="00000203"
			       w:usb-1="288F0000"
			       w:usb-2="00000006"
			       w:usb-3="00000000"
			       w:csb-0="00040001"
			       w:csb-1="00000000"/>
		</w:font>
		<w:font w:name="Wingdings">
			<w:panose-1 w:val="05000000000000000000"/>
			<w:charset w:val="02"/>
			<w:family w:val="Auto"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="00000000"
			       w:usb-1="00000000"
			       w:usb-2="00000000"
			       w:usb-3="00000000"
			       w:csb-0="80000000"
			       w:csb-1="00000000"/>
		</w:font>
		<w:font w:name="Arial">
			<w:panose-1 w:val="020B0604020202020204"/>
			<w:charset w:val="01"/>
			<w:family w:val="SWiss"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="E0002EFF"
			       w:usb-1="C000785B"
			       w:usb-2="00000009"
			       w:usb-3="00000000"
			       w:csb-0="400001FF"
			       w:csb-1="FFFF0000"/>
		</w:font>
		<w:font w:name="黑体">
			<w:panose-1 w:val="02010609060101010101"/>
			<w:charset w:val="86"/>
			<w:family w:val="Auto"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="800002BF"
			       w:usb-1="38CF7CFA"
			       w:usb-2="00000016"
			       w:usb-3="00000000"
			       w:csb-0="00040001"
			       w:csb-1="00000000"/>
		</w:font>
		<w:font w:name="Courier New">
			<w:panose-1 w:val="02070309020205020404"/>
			<w:charset w:val="01"/>
			<w:family w:val="Modern"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="E0002EFF"
			       w:usb-1="C0007843"
			       w:usb-2="00000009"
			       w:usb-3="00000000"
			       w:csb-0="400001FF"
			       w:csb-1="FFFF0000"/>
		</w:font>
		<w:font w:name="Symbol">
			<w:panose-1 w:val="05050102010706020507"/>
			<w:charset w:val="02"/>
			<w:family w:val="Roman"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="00000000"
			       w:usb-1="00000000"
			       w:usb-2="00000000"
			       w:usb-3="00000000"
			       w:csb-0="80000000"
			       w:csb-1="00000000"/>
		</w:font>
		<w:font w:name="Calibri">
			<w:panose-1 w:val="020F0502020204030204"/>
			<w:charset w:val="00"/>
			<w:family w:val="SWiss"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="E4002EFF"
			       w:usb-1="C200247B"
			       w:usb-2="00000009"
			       w:usb-3="00000000"
			       w:csb-0="200001FF"
			       w:csb-1="00000000"/>
		</w:font>
		<w:font w:name="仿宋">
			<w:panose-1 w:val="02010609060101010101"/>
			<w:charset w:val="86"/>
			<w:family w:val="Modern"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="800002BF"
			       w:usb-1="38CF7CFA"
			       w:usb-2="00000016"
			       w:usb-3="00000000"
			       w:csb-0="00040001"
			       w:csb-1="00000000"/>
		</w:font>
	</w:fonts>
	<w:styles>
		<w:latentStyles w:defLockedState="off"
		                w:latentStyleCount="260">
			<w:lsdException w:name="Normal"/>
			<w:lsdException w:name="heading 1"/>
			<w:lsdException w:name="heading 2"/>
			<w:lsdException w:name="heading 3"/>
			<w:lsdException w:name="heading 4"/>
			<w:lsdException w:name="heading 5"/>
			<w:lsdException w:name="heading 6"/>
			<w:lsdException w:name="heading 7"/>
			<w:lsdException w:name="heading 8"/>
			<w:lsdException w:name="heading 9"/>
			<w:lsdException w:name="index 1"/>
			<w:lsdException w:name="index 2"/>
			<w:lsdException w:name="index 3"/>
			<w:lsdException w:name="index 4"/>
			<w:lsdException w:name="index 5"/>
			<w:lsdException w:name="index 6"/>
			<w:lsdException w:name="index 7"/>
			<w:lsdException w:name="index 8"/>
			<w:lsdException w:name="index 9"/>
			<w:lsdException w:name="toc 1"/>
			<w:lsdException w:name="toc 2"/>
			<w:lsdException w:name="toc 3"/>
			<w:lsdException w:name="toc 4"/>
			<w:lsdException w:name="toc 5"/>
			<w:lsdException w:name="toc 6"/>
			<w:lsdException w:name="toc 7"/>
			<w:lsdException w:name="toc 8"/>
			<w:lsdException w:name="toc 9"/>
			<w:lsdException w:name="Normal Indent"/>
			<w:lsdException w:name="footnote text"/>
			<w:lsdException w:name="annotation text"/>
			<w:lsdException w:name="header"/>
			<w:lsdException w:name="footer"/>
			<w:lsdException w:name="index heading"/>
			<w:lsdException w:name="caption"/>
			<w:lsdException w:name="table of figures"/>
			<w:lsdException w:name="envelope address"/>
			<w:lsdException w:name="envelope return"/>
			<w:lsdException w:name="footnote reference"/>
			<w:lsdException w:name="annotation reference"/>
			<w:lsdException w:name="line number"/>
			<w:lsdException w:name="page number"/>
			<w:lsdException w:name="endnote reference"/>
			<w:lsdException w:name="endnote text"/>
			<w:lsdException w:name="table of authorities"/>
			<w:lsdException w:name="macro"/>
			<w:lsdException w:name="toa heading"/>
			<w:lsdException w:name="List"/>
			<w:lsdException w:name="List Bullet"/>
			<w:lsdException w:name="List Number"/>
			<w:lsdException w:name="List 2"/>
			<w:lsdException w:name="List 3"/>
			<w:lsdException w:name="List 4"/>
			<w:lsdException w:name="List 5"/>
			<w:lsdException w:name="List Bullet 2"/>
			<w:lsdException w:name="List Bullet 3"/>
			<w:lsdException w:name="List Bullet 4"/>
			<w:lsdException w:name="List Bullet 5"/>
			<w:lsdException w:name="List Number 2"/>
			<w:lsdException w:name="List Number 3"/>
			<w:lsdException w:name="List Number 4"/>
			<w:lsdException w:name="List Number 5"/>
			<w:lsdException w:name="Title"/>
			<w:lsdException w:name="Closing"/>
			<w:lsdException w:name="Signature"/>
			<w:lsdException w:name="Default Paragraph Font"/>
			<w:lsdException w:name="Body Text"/>
			<w:lsdException w:name="Body Text Indent"/>
			<w:lsdException w:name="List Continue"/>
			<w:lsdException w:name="List Continue 2"/>
			<w:lsdException w:name="List Continue 3"/>
			<w:lsdException w:name="List Continue 4"/>
			<w:lsdException w:name="List Continue 5"/>
			<w:lsdException w:name="Message Header"/>
			<w:lsdException w:name="Subtitle"/>
			<w:lsdException w:name="Salutation"/>
			<w:lsdException w:name="Date"/>
			<w:lsdException w:name="Body Text First Indent"/>
			<w:lsdException w:name="Body Text First Indent 2"/>
			<w:lsdException w:name="Note Heading"/>
			<w:lsdException w:name="Body Text 2"/>
			<w:lsdException w:name="Body Text 3"/>
			<w:lsdException w:name="Body Text Indent 2"/>
			<w:lsdException w:name="Body Text Indent 3"/>
			<w:lsdException w:name="Block Text"/>
			<w:lsdException w:name="Hyperlink"/>
			<w:lsdException w:name="FollowedHyperlink"/>
			<w:lsdException w:name="Strong"/>
			<w:lsdException w:name="Emphasis"/>
			<w:lsdException w:name="Document Map"/>
			<w:lsdException w:name="Plain Text"/>
			<w:lsdException w:name="E-mail Signature"/>
			<w:lsdException w:name="Normal (Web)"/>
			<w:lsdException w:name="HTML Acronym"/>
			<w:lsdException w:name="HTML Address"/>
			<w:lsdException w:name="HTML Cite"/>
			<w:lsdException w:name="HTML Code"/>
			<w:lsdException w:name="HTML Definition"/>
			<w:lsdException w:name="HTML Keyboard"/>
			<w:lsdException w:name="HTML Preformatted"/>
			<w:lsdException w:name="HTML Sample"/>
			<w:lsdException w:name="HTML Typewriter"/>
			<w:lsdException w:name="HTML Variable"/>
			<w:lsdException w:name="Normal Table"/>
			<w:lsdException w:name="annotation subject"/>
			<w:lsdException w:name="Table Simple 1"/>
			<w:lsdException w:name="Table Simple 2"/>
			<w:lsdException w:name="Table Simple 3"/>
			<w:lsdException w:name="Table Classic 1"/>
			<w:lsdException w:name="Table Classic 2"/>
			<w:lsdException w:name="Table Classic 3"/>
			<w:lsdException w:name="Table Classic 4"/>
			<w:lsdException w:name="Table Colorful 1"/>
			<w:lsdException w:name="Table Colorful 2"/>
			<w:lsdException w:name="Table Colorful 3"/>
			<w:lsdException w:name="Table Columns 1"/>
			<w:lsdException w:name="Table Columns 2"/>
			<w:lsdException w:name="Table Columns 3"/>
			<w:lsdException w:name="Table Columns 4"/>
			<w:lsdException w:name="Table Columns 5"/>
			<w:lsdException w:name="Table Grid 1"/>
			<w:lsdException w:name="Table Grid 2"/>
			<w:lsdException w:name="Table Grid 3"/>
			<w:lsdException w:name="Table Grid 4"/>
			<w:lsdException w:name="Table Grid 5"/>
			<w:lsdException w:name="Table Grid 6"/>
			<w:lsdException w:name="Table Grid 7"/>
			<w:lsdException w:name="Table Grid 8"/>
			<w:lsdException w:name="Table List 1"/>
			<w:lsdException w:name="Table List 2"/>
			<w:lsdException w:name="Table List 3"/>
			<w:lsdException w:name="Table List 4"/>
			<w:lsdException w:name="Table List 5"/>
			<w:lsdException w:name="Table List 6"/>
			<w:lsdException w:name="Table List 7"/>
			<w:lsdException w:name="Table List 8"/>
			<w:lsdException w:name="Table 3D effects 1"/>
			<w:lsdException w:name="Table 3D effects 2"/>
			<w:lsdException w:name="Table 3D effects 3"/>
			<w:lsdException w:name="Table Contemporary"/>
			<w:lsdException w:name="Table Elegant"/>
			<w:lsdException w:name="Table Professional"/>
			<w:lsdException w:name="Table Subtle 1"/>
			<w:lsdException w:name="Table Subtle 2"/>
			<w:lsdException w:name="Table Web 1"/>
			<w:lsdException w:name="Table Web 2"/>
			<w:lsdException w:name="Table Web 3"/>
			<w:lsdException w:name="Balloon Text"/>
			<w:lsdException w:name="Table Grid"/>
			<w:lsdException w:name="Table Theme"/>
			<w:lsdException w:name="Light Shading"/>
			<w:lsdException w:name="Light List"/>
			<w:lsdException w:name="Light Grid"/>
			<w:lsdException w:name="Medium Shading 1"/>
			<w:lsdException w:name="Medium Shading 2"/>
			<w:lsdException w:name="Medium List 1"/>
			<w:lsdException w:name="Medium List 2"/>
			<w:lsdException w:name="Medium Grid 1"/>
			<w:lsdException w:name="Medium Grid 2"/>
			<w:lsdException w:name="Medium Grid 3"/>
			<w:lsdException w:name="Dark List"/>
			<w:lsdException w:name="Colorful Shading"/>
			<w:lsdException w:name="Colorful List"/>
			<w:lsdException w:name="Colorful Grid"/>
			<w:lsdException w:name="Light Shading Accent 1"/>
			<w:lsdException w:name="Light List Accent 1"/>
			<w:lsdException w:name="Light Grid Accent 1"/>
			<w:lsdException w:name="Medium Shading 1 Accent 1"/>
			<w:lsdException w:name="Medium Shading 2 Accent 1"/>
			<w:lsdException w:name="Medium List 1 Accent 1"/>
			<w:lsdException w:name="Medium List 2 Accent 1"/>
			<w:lsdException w:name="Medium Grid 1 Accent 1"/>
			<w:lsdException w:name="Medium Grid 2 Accent 1"/>
			<w:lsdException w:name="Medium Grid 3 Accent 1"/>
			<w:lsdException w:name="Dark List Accent 1"/>
			<w:lsdException w:name="Colorful Shading Accent 1"/>
			<w:lsdException w:name="Colorful List Accent 1"/>
			<w:lsdException w:name="Colorful Grid Accent 1"/>
			<w:lsdException w:name="Light Shading Accent 2"/>
			<w:lsdException w:name="Light List Accent 2"/>
			<w:lsdException w:name="Light Grid Accent 2"/>
			<w:lsdException w:name="Medium Shading 1 Accent 2"/>
			<w:lsdException w:name="Medium Shading 2 Accent 2"/>
			<w:lsdException w:name="Medium List 1 Accent 2"/>
			<w:lsdException w:name="Medium List 2 Accent 2"/>
			<w:lsdException w:name="Medium Grid 1 Accent 2"/>
			<w:lsdException w:name="Medium Grid 2 Accent 2"/>
			<w:lsdException w:name="Medium Grid 3 Accent 2"/>
			<w:lsdException w:name="Dark List Accent 2"/>
			<w:lsdException w:name="Colorful Shading Accent 2"/>
			<w:lsdException w:name="Colorful List Accent 2"/>
			<w:lsdException w:name="Colorful Grid Accent 2"/>
			<w:lsdException w:name="Light Shading Accent 3"/>
			<w:lsdException w:name="Light List Accent 3"/>
			<w:lsdException w:name="Light Grid Accent 3"/>
			<w:lsdException w:name="Medium Shading 1 Accent 3"/>
			<w:lsdException w:name="Medium Shading 2 Accent 3"/>
			<w:lsdException w:name="Medium List 1 Accent 3"/>
			<w:lsdException w:name="Medium List 2 Accent 3"/>
			<w:lsdException w:name="Medium Grid 1 Accent 3"/>
			<w:lsdException w:name="Medium Grid 2 Accent 3"/>
			<w:lsdException w:name="Medium Grid 3 Accent 3"/>
			<w:lsdException w:name="Dark List Accent 3"/>
			<w:lsdException w:name="Colorful Shading Accent 3"/>
			<w:lsdException w:name="Colorful List Accent 3"/>
			<w:lsdException w:name="Colorful Grid Accent 3"/>
			<w:lsdException w:name="Light Shading Accent 4"/>
			<w:lsdException w:name="Light List Accent 4"/>
			<w:lsdException w:name="Light Grid Accent 4"/>
			<w:lsdException w:name="Medium Shading 1 Accent 4"/>
			<w:lsdException w:name="Medium Shading 2 Accent 4"/>
			<w:lsdException w:name="Medium List 1 Accent 4"/>
			<w:lsdException w:name="Medium List 2 Accent 4"/>
			<w:lsdException w:name="Medium Grid 1 Accent 4"/>
			<w:lsdException w:name="Medium Grid 2 Accent 4"/>
			<w:lsdException w:name="Medium Grid 3 Accent 4"/>
			<w:lsdException w:name="Dark List Accent 4"/>
			<w:lsdException w:name="Colorful Shading Accent 4"/>
			<w:lsdException w:name="Colorful List Accent 4"/>
			<w:lsdException w:name="Colorful Grid Accent 4"/>
			<w:lsdException w:name="Light Shading Accent 5"/>
			<w:lsdException w:name="Light List Accent 5"/>
			<w:lsdException w:name="Light Grid Accent 5"/>
			<w:lsdException w:name="Medium Shading 1 Accent 5"/>
			<w:lsdException w:name="Medium Shading 2 Accent 5"/>
			<w:lsdException w:name="Medium List 1 Accent 5"/>
			<w:lsdException w:name="Medium List 2 Accent 5"/>
			<w:lsdException w:name="Medium Grid 1 Accent 5"/>
			<w:lsdException w:name="Medium Grid 2 Accent 5"/>
			<w:lsdException w:name="Medium Grid 3 Accent 5"/>
			<w:lsdException w:name="Dark List Accent 5"/>
			<w:lsdException w:name="Colorful Shading Accent 5"/>
			<w:lsdException w:name="Colorful List Accent 5"/>
			<w:lsdException w:name="Colorful Grid Accent 5"/>
			<w:lsdException w:name="Light Shading Accent 6"/>
			<w:lsdException w:name="Light List Accent 6"/>
			<w:lsdException w:name="Light Grid Accent 6"/>
			<w:lsdException w:name="Medium Shading 1 Accent 6"/>
			<w:lsdException w:name="Medium Shading 2 Accent 6"/>
			<w:lsdException w:name="Medium List 1 Accent 6"/>
			<w:lsdException w:name="Medium List 2 Accent 6"/>
			<w:lsdException w:name="Medium Grid 1 Accent 6"/>
			<w:lsdException w:name="Medium Grid 2 Accent 6"/>
			<w:lsdException w:name="Medium Grid 3 Accent 6"/>
			<w:lsdException w:name="Dark List Accent 6"/>
			<w:lsdException w:name="Colorful Shading Accent 6"/>
			<w:lsdException w:name="Colorful List Accent 6"/>
			<w:lsdException w:name="Colorful Grid Accent 6"/>
		</w:latentStyles>
		<w:style w:type="paragraph"
		         w:styleId="a1"
		         w:default="on">
			<w:name w:val="Normal"/>
			<w:pPr>
				<w:widowControl w:val="off"/>
				<w:jc w:val="both"/>
			</w:pPr>
			<w:rPr>
				<w:rFonts w:ascii="Calibri"
				          w:h-ansi="Calibri"
				          w:fareast="宋体"
				          w:cs="Times New Roman"
				          w:hint="default"/>
				<w:kern w:val="2"/>
				<w:sz w:val="21"/>
				<w:sz-cs w:val="24"/>
				<w:lang w:val="EN-US"
				        w:fareast="ZH-CN"
				        w:bidi="AR-SA"/>
			</w:rPr>
		</w:style>
		<w:style w:type="character"
		         w:styleId="a6"
		         w:default="on">
			<w:name w:val="Default Paragraph Font"/>
		</w:style>
		<w:style w:type="table"
		         w:styleId="a5"
		         w:default="on">
			<w:name w:val="Normal Table"/>
			<w:tblPr>
				<w:tblCellMar>
					<w:top w:w="0"
					       w:type="dxa"/>
					<w:left w:w="108"
					        w:type="dxa"/>
					<w:bottom w:w="0"
					          w:type="dxa"/>
					<w:right w:w="108"
					         w:type="dxa"/>
				</w:tblCellMar>
			</w:tblPr>
		</w:style>
		<w:style w:type="paragraph"
		         w:styleId="a2">
			<w:name w:val="Balloon Text"/>
			<w:basedOn w:val="a1"/>
			<w:link w:val="a9"/>
			<w:rPr>
				<w:sz w:val="18"/>
				<w:sz-cs w:val="18"/>
			</w:rPr>
		</w:style>
		<w:style w:type="paragraph"
		         w:styleId="a3">
			<w:name w:val="footer"/>
			<w:basedOn w:val="a1"/>
			<w:link w:val="a8"/>
			<w:pPr>
				<w:tabs>
					<w:tab w:val="center"
					       w:pos="4153"/>
					<w:tab w:val="right"
					       w:pos="8306"/>
				</w:tabs>
				<w:snapToGrid w:val="off"/>
				<w:jc w:val="left"/>
			</w:pPr>
			<w:rPr>
				<w:sz w:val="18"/>
				<w:sz-cs w:val="18"/>
			</w:rPr>
		</w:style>
		<w:style w:type="paragraph"
		         w:styleId="a4">
			<w:name w:val="header"/>
			<w:basedOn w:val="a1"/>
			<w:link w:val="a7"/>
			<w:pPr>
				<w:pBdr>
					<w:bottom w:val="single"
					          w:sz="6"
					          wx:bdrwidth="15"
					          w:space="1"
					          w:color="auto"/>
				</w:pBdr>
				<w:tabs>
					<w:tab w:val="center"
					       w:pos="4153"/>
					<w:tab w:val="right"
					       w:pos="8306"/>
				</w:tabs>
				<w:snapToGrid w:val="off"/>
				<w:jc w:val="center"/>
			</w:pPr>
			<w:rPr>
				<w:sz w:val="18"/>
				<w:sz-cs w:val="18"/>
			</w:rPr>
		</w:style>
		<w:style w:type="character"
		         w:styleId="a7">
			<w:name w:val="页眉 字符"/>
			<w:basedOn w:val="a6"/>
			<w:link w:val="a4"/>
			<w:rPr>
				<w:rFonts w:ascii="Calibri"
				          w:h-ansi="Calibri"
				          w:fareast="宋体"
				          w:cs="Times New Roman"
				          w:hint="default"/>
				<w:kern w:val="2"/>
				<w:sz w:val="18"/>
				<w:sz-cs w:val="18"/>
			</w:rPr>
		</w:style>
		<w:style w:type="character"
		         w:styleId="a8">
			<w:name w:val="页脚 字符"/>
			<w:basedOn w:val="a6"/>
			<w:link w:val="a3"/>
			<w:rPr>
				<w:rFonts w:ascii="Calibri"
				          w:h-ansi="Calibri"
				          w:fareast="宋体"
				          w:cs="Times New Roman"
				          w:hint="default"/>
				<w:kern w:val="2"/>
				<w:sz w:val="18"/>
				<w:sz-cs w:val="18"/>
			</w:rPr>
		</w:style>
		<w:style w:type="character"
		         w:styleId="a9">
			<w:name w:val="批注框文本 字符"/>
			<w:basedOn w:val="a6"/>
			<w:link w:val="a2"/>
			<w:rPr>
				<w:rFonts w:ascii="Calibri"
				          w:h-ansi="Calibri"
				          w:fareast="宋体"
				          w:cs="Times New Roman"
				          w:hint="default"/>
				<w:kern w:val="2"/>
				<w:sz w:val="18"/>
				<w:sz-cs w:val="18"/>
			</w:rPr>
		</w:style>
	</w:styles>
	<w:bgPict>
		<w:background/>
		<v:background id="_x0000_s1025">
			<v:fill on="f"
			        focussize="0,0"/>
		</v:background>
	</w:bgPict>
	<w:docPr>
		<w:view w:val="print"/>
		<w:zoom w:percent="61"/>
		<w:characterSpacingControl w:val="CompressPunctuation"/>
		<w:documentProtection w:enforcement="off"/>
		<w:punctuationKerning/>
		<w:bordersDontSurroundHeader/>
		<w:bordersDontSurroundFooter/>
		<w:defaultTabStop w:val="420"/>
		<w:drawingGridVerticalSpacing w:val="156"/>
		<w:displayHorizontalDrawingGridEvery w:val="0"/>
		<w:displayVerticalDrawingGridEvery w:val="2"/>
		<w:compat>
			<w:adjustLineHeightInTable/>
			<w:ulTrailSpace/>
			<w:doNotExpandShiftReturn/>
			<w:balanceSingleByteDoubleByteWidth/>
			<w:useFELayout/>
			<w:spaceForUL/>
			<w:wrapTextWithPunct/>
			<w:breakWrappedTables/>
			<w:useAsianBreakRules/>
			<w:dontGrowAutofit/>
			<w:useFELayout/>
		</w:compat>
	</w:docPr>
	<w:body>
		<wx:sect>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left"
						       w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="left"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:sz w:val="28"/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="黑体"
						          w:h-ansi="黑体"
						          w:fareast="黑体"
						          w:cs="黑体"
						          w:hint="fareast"/>
						<w:sz w:val="28"/>
					</w:rPr>
					<w:t>附件</w:t>
				</w:r>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left"
						       w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="center"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b/>
						<w:b-cs/>
						<w:sz w:val="32"/>
						<w:sz-cs w:val="28"/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b/>
						<w:b-cs/>
						<w:sz w:val="32"/>
						<w:sz-cs w:val="28"/>
					</w:rPr>
					<w:t>数据共享平台</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b/>
						<w:b-cs/>
						<w:sz w:val="32"/>
						<w:sz-cs w:val="28"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>批量</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b/>
						<w:b-cs/>
						<w:sz w:val="32"/>
						<w:sz-cs w:val="28"/>
					</w:rPr>
					<w:t>数据申请表</w:t>
				</w:r>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left"
						       w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="both"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
				</w:pPr>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left"
						       w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="both"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>申请人</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>:(</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>自动获取</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>)</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>申请部门</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>:(</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>自动获取</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>)</w:t>
				</w:r>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left"
						       w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="both"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
				</w:pPr>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left"
						       w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="both"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:hint="fareast"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="32"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>绑定</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="32"/>
						<w:lang/>
					</w:rPr>
					<w:t>IP</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="32"/>
						<w:lang/>
					</w:rPr>
					<w:t>:(</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="32"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>自动获取</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="32"/>
						<w:lang/>
					</w:rPr>
					<w:t>)</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>申请日期</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>:(</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>自动获取</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>)</w:t>
				</w:r>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left"
						       w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="both"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="21"/>
						<w:sz-cs w:val="20"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
				</w:pPr>
			</w:p>
			<w:tbl>
				<w:tblPr>
					<w:tblW w:w="0"
					        w:type="auto"/>
					<w:jc w:val="center"/>
					<w:tblInd w:w="0"
					          w:type="dxa"/>
					<w:tblLayout w:type="Fixed"/>
					<w:tblCellMar>
						<w:top w:w="0"
						       w:type="dxa"/>
						<w:left w:w="10"
						        w:type="dxa"/>
						<w:bottom w:w="0"
						          w:type="dxa"/>
						<w:right w:w="10"
						         w:type="dxa"/>
					</w:tblCellMar>
				</w:tblPr>
				<w:tblGrid>
					<w:gridCol w:w="2354"/>
					<w:gridCol w:w="907"/>
					<w:gridCol w:w="2852"/>
					<w:gridCol w:w="2409"/>
				</w:tblGrid>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0"
							       w:type="dxa"/>
							<w:left w:w="10"
							        w:type="dxa"/>
							<w:bottom w:w="0"
							          w:type="dxa"/>
							<w:right w:w="10"
							         w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="607"
						            w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="3261"
							       w:type="dxa"/>
							<w:gridSpan w:val="2"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="auto"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="auto"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>申请数据名称</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2852"
							       w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="auto"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="auto"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="auto"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="top"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>数据类型</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2409"
							       w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="auto"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="auto"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="default"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>使用期限</w:t>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0"
							       w:type="dxa"/>
							<w:left w:w="10"
							        w:type="dxa"/>
							<w:bottom w:w="0"
							          w:type="dxa"/>
							<w:right w:w="10"
							         w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="287"
						            w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="3261"
							       w:type="dxa"/>
							<w:gridSpan w:val="2"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="auto"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="auto"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="auto"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>自动获取</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2852"
							       w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="auto"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="auto"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="auto"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="auto"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="top"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>自动获取</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2409"
							       w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="auto"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="auto"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="auto"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>自动获取</w:t>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0"
							       w:type="dxa"/>
							<w:left w:w="10"
							        w:type="dxa"/>
							<w:bottom w:w="0"
							          w:type="dxa"/>
							<w:right w:w="10"
							         w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="287"
						            w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="3261"
							       w:type="dxa"/>
							<w:gridSpan w:val="2"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="auto"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="auto"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>自动获取</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2852"
							       w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="auto"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="auto"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="auto"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="top"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>自动获取</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2409"
							       w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="auto"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="auto"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="auto"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>自动获取</w:t>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0"
							       w:type="dxa"/>
							<w:left w:w="10"
							        w:type="dxa"/>
							<w:bottom w:w="0"
							          w:type="dxa"/>
							<w:right w:w="10"
							         w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="1519"
						            w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2354"
							       w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="000000"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>数据查询需求</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="6168"
							       w:type="dxa"/>
							<w:gridSpan w:val="3"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="000000"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>自动获取</w:t>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0"
							       w:type="dxa"/>
							<w:left w:w="10"
							        w:type="dxa"/>
							<w:bottom w:w="0"
							          w:type="dxa"/>
							<w:right w:w="10"
							         w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="856"
						            w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2354"
							       w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="000000"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>数字专项监督名称</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="6168"
							       w:type="dxa"/>
							<w:gridSpan w:val="3"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="000000"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="240"
								           w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>自动获取</w:t>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0"
							       w:type="dxa"/>
							<w:left w:w="10"
							        w:type="dxa"/>
							<w:bottom w:w="0"
							          w:type="dxa"/>
							<w:right w:w="10"
							         w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="739"
						            w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2354"
							       w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="000000"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>所属省市专项</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="6168"
							       w:type="dxa"/>
							<w:gridSpan w:val="3"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="000000"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="600"
								           w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>自动获取</w:t>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0"
							       w:type="dxa"/>
							<w:left w:w="10"
							        w:type="dxa"/>
							<w:bottom w:w="0"
							          w:type="dxa"/>
							<w:right w:w="10"
							         w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="1704"
						            w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2354"
							       w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="000000"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>数据使用场景及技术说明</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="6168"
							       w:type="dxa"/>
							<w:gridSpan w:val="3"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="000000"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="Calibri"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="Calibri"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="Calibri"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="Calibri"
									          w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>自动获取</w:t>
							</w:r>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="Calibri"
									          w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
					</w:tc>
				</w:tr>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0"
							       w:type="dxa"/>
							<w:left w:w="10"
							        w:type="dxa"/>
							<w:bottom w:w="0"
							          w:type="dxa"/>
							<w:right w:w="10"
							         w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="1385"
						            w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2354"
							       w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="000000"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="default"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="default"/>
									<w:b/>
									<w:sz w:val="24"/>
								</w:rPr>
								<w:t>申请部门意见</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="6168"
							       w:type="dxa"/>
							<w:gridSpan w:val="3"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="000000"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="Calibri"
									          w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="Calibri"
									          w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="Calibri"
									          w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:ind w:first-line="1836"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="default"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="fareast"/>
								</w:rPr>
								<w:t/>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0"
							       w:type="dxa"/>
							<w:left w:w="10"
							        w:type="dxa"/>
							<w:bottom w:w="0"
							          w:type="dxa"/>
							<w:right w:w="10"
							         w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="1582"
						            w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2354"
							       w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="000000"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="Calibri"
									          w:hint="default"/>
									<w:b/>
									<w:sz w:val="24"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="default"/>
									<w:b/>
									<w:sz w:val="24"/>
								</w:rPr>
								<w:t>申请部门</w:t>
							</w:r>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="default"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="default"/>
									<w:b/>
									<w:sz w:val="24"/>
								</w:rPr>
								<w:t>分管领导意见</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="6168"
							       w:type="dxa"/>
							<w:gridSpan w:val="3"/>
							<w:tcBorders>
								<w:top w:val="single"
								       w:sz="4"
								       wx:bdrwidth="10"
								       w:space="0"
								       w:color="000000"/>
								<w:left w:val="single"
								        w:sz="4"
								        wx:bdrwidth="10"
								        w:space="0"
								        w:color="000000"/>
								<w:bottom w:val="single"
								          w:sz="4"
								          wx:bdrwidth="10"
								          w:space="0"
								          w:color="000000"/>
								<w:right w:val="single"
								         w:sz="4"
								         wx:bdrwidth="10"
								         w:space="0"
								         w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear"
							       w:color="000000"
							       w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108"
								        w:type="dxa"/>
								<w:right w:w="108"
								         w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="Calibri"
									          w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="Calibri"
									          w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="Calibri"
									          w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left"
									       w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300"
								           w:line-rule="auto"/>
								<w:ind w:first-line="1836"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:hint="default"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋"
									          w:h-ansi="仿宋"
									          w:fareast="仿宋"
									          w:cs="宋体"
									          w:hint="fareast"/>
								</w:rPr>
								<w:t/>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
			</w:tbl>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left"
						       w:pos="1648"/>
					</w:tabs>
					<w:spacing w:line="300"
					           w:line-rule="auto"/>
					<w:ind w:first-line="1836"/>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left"
						       w:pos="1648"/>
					</w:tabs>
					<w:spacing w:line="300"
					           w:line-rule="auto"/>
					<w:ind w:first-line="1836"/>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="Calibri"
						          w:hint="default"/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="宋体"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>申请部门</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>(</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>盖章</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>)</w:t>
				</w:r>
			</w:p>
			<w:p>
				<w:pPr>
					<w:spacing w:line="556"
					           w:line-rule="auto"/>
					<w:jc w:val="both"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:sz w:val="28"/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="Calibri"
						          w:hint="fareast"/>
					</w:rPr>
					<w:t/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="Calibri"
						          w:hint="default"/>
					</w:rPr>
					<w:t/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="Calibri"
						          w:hint="fareast"/>
					</w:rPr>
					<w:t/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="Calibri"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="Calibri"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="Calibri"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="Calibri"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="Calibri"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="Calibri"
						          w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋"
						          w:h-ansi="仿宋"
						          w:fareast="仿宋"
						          w:cs="Calibri"
						          w:hint="default"/>
					</w:rPr>
					<w:t/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体"
						          w:h-ansi="宋体"
						          w:fareast="宋体"
						          w:cs="宋体"
						          w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>年 月 日</w:t>
				</w:r>
			</w:p>
			<w:sectPr>
				<w:pgSz w:w="11906"
				        w:h="16838"/>
				<w:pgMar w:top="1440"
				         w:right="1800"
				         w:bottom="1440"
				         w:left="1800"
				         w:header="851"
				         w:footer="992"
				         w:gutter="0"/>
				<w:cols w:space="425"/>
				<w:docGrid w:type="lines"
				           w:line-pitch="312"/>
			</w:sectPr>
		</wx:sect>
	</w:body>
</w:wordDocument>

  2. 代码值的获取

因为文档中有一处需要list的不固定大小的值,需要进行特殊处理;

 修改一:此时多余生成的一行三个自动获取可以删除,换成list便利即可;
***注:<#if applyList ??>判断这个list存不存在,不存在就不显示***

 修改二:
***注:<#if type = 1>表示这个字段是不是等于1,不等于则不显示;***

3. 业务逻辑代码
***实体类*** 

@Data
@ApiModel(value = "申请表实体类")
public class ApplicationDTO {

    @ApiModelProperty(value = "申请表类型:0-接口数据,1-批量数据")
    private Integer type;

    @ApiModelProperty(value = "申请人")
    private String applyUserName;

    @ApiModelProperty(value = "申请部门名称")
    private String applyDeptName;

    @ApiModelProperty(value = "绑定IP")
    private String ip;

    @ApiModelProperty(value = "申请日期")
    private String applyDate;

    @ApiModelProperty(value = "数字专项监督名称")
    private String superviseName;

    @ApiModelProperty(value = "省市专项名称")
    private String specialName;

    @ApiModelProperty(value = "数据使用场景及技术说明")
    private String technicalDes;

    @ApiModelProperty(value = "资源申请单列表")
    private List<ResDTO> applyList;

    @ApiModelProperty(value = "数据查询需求")
    private String dataQuery;

}
@Data
public class ResDTO {

    @ApiModelProperty(value = "资源名称")
    private String resName;

    @ApiModelProperty(value = "数据类型")
    private String dataType;

    @ApiModelProperty(value = "使用期限")
    private String useTerm;
}

***控制层:***

@ApiOperation(value = "点击下载申请表")
    @GetMapping("/downloadResWord")
    @ApiImplicitParams({
            @ApiImplicitParam(dataType = "Long", name = "id", value = "主键ID")
    })
    public void downloadResWord(HttpServletResponse response, Long id) throws BizException {
        Assert.isNull(id,"主键ID不可为空!");
        try {
            ApplyData applyData = applyDataService.getById(id);
            if(applyData != null) {
                ApplicationDTO dto = JsonUtil.fromJson(applyData.getData(), ApplicationDTO.class);
                @SuppressWarnings("deprecation")
                Configuration configuration = new Configuration();
                configuration.setDefaultEncoding("utf-8");
                configuration.setClassForTemplateLoading(this.getClass(), "/file");
                //文件名,获取模板
                response.setContentType("application/msword");
                String title = dto.getType() == 0 ? "接口":"批量";
                String fileName = "数据共享平台" + title + "数据申请表.doc";
                response.setHeader("Content-Disposition", "attachment;fileName="
                        + new String(fileName.getBytes("GBK"), "ISO-8859-1"));
                response.setCharacterEncoding("utf-8");
                PrintWriter out = response.getWriter();
                Template template = configuration.getTemplate("申请表.ftl", "utf-8");
                template.process(dto, out);
                out.flush();
                out.close();
            }
        } catch (Exception e) {
            e.printStackTrace();
            log.error("生成申请表文件异常{}", e.getMessage());
            throw new BizException("生成申请表文件异常!");
        }
    }

修改后的xml文件:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?mso-application progid="Word.Document"?>
<w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"
                xmlns:v="urn:schemas-microsoft-com:vml"
                xmlns:w10="urn:schemas-microsoft-com:office:word"
                xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core"
                xmlns:aml="http://schemas.microsoft.com/aml/2001/core"
                xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint"
                xmlns:o="urn:schemas-microsoft-com:office:office"
                xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
                w:macrosPresent="no"
                w:embeddedObjPresent="no"
                w:ocxPresent="no"
                xml:space="preserve"
                xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData">
	<o:DocumentProperties>
		<o:Author>guolei</o:Author>
		<o:LastAuthor>小车車</o:LastAuthor>
		<o:Revision>2</o:Revision>
		<o:LastPrinted>2022-04-27T08:57:00Z</o:LastPrinted>
		<o:Created>2022-05-12T22:06:00Z</o:Created>
		<o:LastSaved>2022-07-01T02:18:52Z</o:LastSaved>
		<o:TotalTime>11520</o:TotalTime>
		<o:Pages>1</o:Pages>
		<o:Words>169</o:Words>
		<o:Characters>170</o:Characters>
		<o:Lines>21</o:Lines>
		<o:Paragraphs>6</o:Paragraphs>
		<o:CharactersWithSpaces>328</o:CharactersWithSpaces>
		<o:Version>14</o:Version>
	</o:DocumentProperties>
	<o:CustomDocumentProperties>
		<o:KSOProductBuildVer dt:dt="string">2052-11.1.0.11830</o:KSOProductBuildVer>
		<o:ICV dt:dt="string">3FF0F7787434477A968D483482BB3316</o:ICV>
	</o:CustomDocumentProperties>
	<w:fonts>
		<w:defaultFonts w:ascii="Times New Roman" w:fareast="宋体" w:h-ansi="Times New Roman" w:cs="Times New Roman"/>
		<w:font w:name="Times New Roman">
			<w:panose-1 w:val="02020603050405020304"/>
			<w:charset w:val="00"/>
			<w:family w:val="Auto"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="E0002EFF" w:usb-1="C000785B" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="400001FF" w:csb-1="FFFF0000"/>
		</w:font>
		<w:font w:name="宋体">
			<w:panose-1 w:val="02010600030101010101"/>
			<w:charset w:val="86"/>
			<w:family w:val="Auto"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="00000003" w:usb-1="288F0000" w:usb-2="00000006" w:usb-3="00000000" w:csb-0="00040001" w:csb-1="00000000"/>
		</w:font>
		<w:font w:name="Wingdings">
			<w:panose-1 w:val="05000000000000000000"/>
			<w:charset w:val="02"/>
			<w:family w:val="Auto"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="00000000" w:usb-1="00000000" w:usb-2="00000000" w:usb-3="00000000" w:csb-0="80000000" w:csb-1="00000000"/>
		</w:font>
		<w:font w:name="Arial">
			<w:panose-1 w:val="020B0604020202020204"/>
			<w:charset w:val="01"/>
			<w:family w:val="SWiss"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="E0002EFF" w:usb-1="C000785B" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="400001FF" w:csb-1="FFFF0000"/>
		</w:font>
		<w:font w:name="黑体">
			<w:panose-1 w:val="02010609060101010101"/>
			<w:charset w:val="86"/>
			<w:family w:val="Auto"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="800002BF" w:usb-1="38CF7CFA" w:usb-2="00000016" w:usb-3="00000000" w:csb-0="00040001" w:csb-1="00000000"/>
		</w:font>
		<w:font w:name="Courier New">
			<w:panose-1 w:val="02070309020205020404"/>
			<w:charset w:val="01"/>
			<w:family w:val="Modern"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="E0002EFF" w:usb-1="C0007843" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="400001FF" w:csb-1="FFFF0000"/>
		</w:font>
		<w:font w:name="Symbol">
			<w:panose-1 w:val="05050102010706020507"/>
			<w:charset w:val="02"/>
			<w:family w:val="Roman"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="00000000" w:usb-1="00000000" w:usb-2="00000000" w:usb-3="00000000" w:csb-0="80000000" w:csb-1="00000000"/>
		</w:font>
		<w:font w:name="Calibri">
			<w:panose-1 w:val="020F0502020204030204"/>
			<w:charset w:val="00"/>
			<w:family w:val="SWiss"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="E4002EFF" w:usb-1="C000247B" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="200001FF" w:csb-1="00000000"/>
		</w:font>
		<w:font w:name="仿宋">
			<w:panose-1 w:val="02010609060101010101"/>
			<w:charset w:val="86"/>
			<w:family w:val="Modern"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="800002BF" w:usb-1="38CF7CFA" w:usb-2="00000016" w:usb-3="00000000" w:csb-0="00040001" w:csb-1="00000000"/>
		</w:font>
		<w:font w:name="微软雅黑">
			<w:panose-1 w:val="020B0503020204020204"/>
			<w:charset w:val="86"/>
			<w:family w:val="Auto"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="80000287" w:usb-1="2ACF3C50" w:usb-2="00000016" w:usb-3="00000000" w:csb-0="0004001F" w:csb-1="00000000"/>
		</w:font>
		<w:font w:name="Tahoma">
			<w:panose-1 w:val="020B0604030504040204"/>
			<w:charset w:val="00"/>
			<w:family w:val="Auto"/>
			<w:pitch w:val="Default"/>
			<w:sig w:usb-0="E1002EFF" w:usb-1="C000605B" w:usb-2="00000029" w:usb-3="00000000" w:csb-0="200101FF" w:csb-1="20280000"/>
		</w:font>
	</w:fonts>
	<w:styles>
		<w:latentStyles w:defLockedState="off" w:latentStyleCount="260">
			<w:lsdException w:name="Normal"/>
			<w:lsdException w:name="heading 1"/>
			<w:lsdException w:name="heading 2"/>
			<w:lsdException w:name="heading 3"/>
			<w:lsdException w:name="heading 4"/>
			<w:lsdException w:name="heading 5"/>
			<w:lsdException w:name="heading 6"/>
			<w:lsdException w:name="heading 7"/>
			<w:lsdException w:name="heading 8"/>
			<w:lsdException w:name="heading 9"/>
			<w:lsdException w:name="index 1"/>
			<w:lsdException w:name="index 2"/>
			<w:lsdException w:name="index 3"/>
			<w:lsdException w:name="index 4"/>
			<w:lsdException w:name="index 5"/>
			<w:lsdException w:name="index 6"/>
			<w:lsdException w:name="index 7"/>
			<w:lsdException w:name="index 8"/>
			<w:lsdException w:name="index 9"/>
			<w:lsdException w:name="toc 1"/>
			<w:lsdException w:name="toc 2"/>
			<w:lsdException w:name="toc 3"/>
			<w:lsdException w:name="toc 4"/>
			<w:lsdException w:name="toc 5"/>
			<w:lsdException w:name="toc 6"/>
			<w:lsdException w:name="toc 7"/>
			<w:lsdException w:name="toc 8"/>
			<w:lsdException w:name="toc 9"/>
			<w:lsdException w:name="Normal Indent"/>
			<w:lsdException w:name="footnote text"/>
			<w:lsdException w:name="annotation text"/>
			<w:lsdException w:name="header"/>
			<w:lsdException w:name="footer"/>
			<w:lsdException w:name="index heading"/>
			<w:lsdException w:name="caption"/>
			<w:lsdException w:name="table of figures"/>
			<w:lsdException w:name="envelope address"/>
			<w:lsdException w:name="envelope return"/>
			<w:lsdException w:name="footnote reference"/>
			<w:lsdException w:name="annotation reference"/>
			<w:lsdException w:name="line number"/>
			<w:lsdException w:name="page number"/>
			<w:lsdException w:name="endnote reference"/>
			<w:lsdException w:name="endnote text"/>
			<w:lsdException w:name="table of authorities"/>
			<w:lsdException w:name="macro"/>
			<w:lsdException w:name="toa heading"/>
			<w:lsdException w:name="List"/>
			<w:lsdException w:name="List Bullet"/>
			<w:lsdException w:name="List Number"/>
			<w:lsdException w:name="List 2"/>
			<w:lsdException w:name="List 3"/>
			<w:lsdException w:name="List 4"/>
			<w:lsdException w:name="List 5"/>
			<w:lsdException w:name="List Bullet 2"/>
			<w:lsdException w:name="List Bullet 3"/>
			<w:lsdException w:name="List Bullet 4"/>
			<w:lsdException w:name="List Bullet 5"/>
			<w:lsdException w:name="List Number 2"/>
			<w:lsdException w:name="List Number 3"/>
			<w:lsdException w:name="List Number 4"/>
			<w:lsdException w:name="List Number 5"/>
			<w:lsdException w:name="Title"/>
			<w:lsdException w:name="Closing"/>
			<w:lsdException w:name="Signature"/>
			<w:lsdException w:name="Default Paragraph Font"/>
			<w:lsdException w:name="Body Text"/>
			<w:lsdException w:name="Body Text Indent"/>
			<w:lsdException w:name="List Continue"/>
			<w:lsdException w:name="List Continue 2"/>
			<w:lsdException w:name="List Continue 3"/>
			<w:lsdException w:name="List Continue 4"/>
			<w:lsdException w:name="List Continue 5"/>
			<w:lsdException w:name="Message Header"/>
			<w:lsdException w:name="Subtitle"/>
			<w:lsdException w:name="Salutation"/>
			<w:lsdException w:name="Date"/>
			<w:lsdException w:name="Body Text First Indent"/>
			<w:lsdException w:name="Body Text First Indent 2"/>
			<w:lsdException w:name="Note Heading"/>
			<w:lsdException w:name="Body Text 2"/>
			<w:lsdException w:name="Body Text 3"/>
			<w:lsdException w:name="Body Text Indent 2"/>
			<w:lsdException w:name="Body Text Indent 3"/>
			<w:lsdException w:name="Block Text"/>
			<w:lsdException w:name="Hyperlink"/>
			<w:lsdException w:name="FollowedHyperlink"/>
			<w:lsdException w:name="Strong"/>
			<w:lsdException w:name="Emphasis"/>
			<w:lsdException w:name="Document Map"/>
			<w:lsdException w:name="Plain Text"/>
			<w:lsdException w:name="E-mail Signature"/>
			<w:lsdException w:name="Normal (Web)"/>
			<w:lsdException w:name="HTML Acronym"/>
			<w:lsdException w:name="HTML Address"/>
			<w:lsdException w:name="HTML Cite"/>
			<w:lsdException w:name="HTML Code"/>
			<w:lsdException w:name="HTML Definition"/>
			<w:lsdException w:name="HTML Keyboard"/>
			<w:lsdException w:name="HTML Preformatted"/>
			<w:lsdException w:name="HTML Sample"/>
			<w:lsdException w:name="HTML Typewriter"/>
			<w:lsdException w:name="HTML Variable"/>
			<w:lsdException w:name="Normal Table"/>
			<w:lsdException w:name="annotation subject"/>
			<w:lsdException w:name="Table Simple 1"/>
			<w:lsdException w:name="Table Simple 2"/>
			<w:lsdException w:name="Table Simple 3"/>
			<w:lsdException w:name="Table Classic 1"/>
			<w:lsdException w:name="Table Classic 2"/>
			<w:lsdException w:name="Table Classic 3"/>
			<w:lsdException w:name="Table Classic 4"/>
			<w:lsdException w:name="Table Colorful 1"/>
			<w:lsdException w:name="Table Colorful 2"/>
			<w:lsdException w:name="Table Colorful 3"/>
			<w:lsdException w:name="Table Columns 1"/>
			<w:lsdException w:name="Table Columns 2"/>
			<w:lsdException w:name="Table Columns 3"/>
			<w:lsdException w:name="Table Columns 4"/>
			<w:lsdException w:name="Table Columns 5"/>
			<w:lsdException w:name="Table Grid 1"/>
			<w:lsdException w:name="Table Grid 2"/>
			<w:lsdException w:name="Table Grid 3"/>
			<w:lsdException w:name="Table Grid 4"/>
			<w:lsdException w:name="Table Grid 5"/>
			<w:lsdException w:name="Table Grid 6"/>
			<w:lsdException w:name="Table Grid 7"/>
			<w:lsdException w:name="Table Grid 8"/>
			<w:lsdException w:name="Table List 1"/>
			<w:lsdException w:name="Table List 2"/>
			<w:lsdException w:name="Table List 3"/>
			<w:lsdException w:name="Table List 4"/>
			<w:lsdException w:name="Table List 5"/>
			<w:lsdException w:name="Table List 6"/>
			<w:lsdException w:name="Table List 7"/>
			<w:lsdException w:name="Table List 8"/>
			<w:lsdException w:name="Table 3D effects 1"/>
			<w:lsdException w:name="Table 3D effects 2"/>
			<w:lsdException w:name="Table 3D effects 3"/>
			<w:lsdException w:name="Table Contemporary"/>
			<w:lsdException w:name="Table Elegant"/>
			<w:lsdException w:name="Table Professional"/>
			<w:lsdException w:name="Table Subtle 1"/>
			<w:lsdException w:name="Table Subtle 2"/>
			<w:lsdException w:name="Table Web 1"/>
			<w:lsdException w:name="Table Web 2"/>
			<w:lsdException w:name="Table Web 3"/>
			<w:lsdException w:name="Balloon Text"/>
			<w:lsdException w:name="Table Grid"/>
			<w:lsdException w:name="Table Theme"/>
			<w:lsdException w:name="Light Shading"/>
			<w:lsdException w:name="Light List"/>
			<w:lsdException w:name="Light Grid"/>
			<w:lsdException w:name="Medium Shading 1"/>
			<w:lsdException w:name="Medium Shading 2"/>
			<w:lsdException w:name="Medium List 1"/>
			<w:lsdException w:name="Medium List 2"/>
			<w:lsdException w:name="Medium Grid 1"/>
			<w:lsdException w:name="Medium Grid 2"/>
			<w:lsdException w:name="Medium Grid 3"/>
			<w:lsdException w:name="Dark List"/>
			<w:lsdException w:name="Colorful Shading"/>
			<w:lsdException w:name="Colorful List"/>
			<w:lsdException w:name="Colorful Grid"/>
			<w:lsdException w:name="Light Shading Accent 1"/>
			<w:lsdException w:name="Light List Accent 1"/>
			<w:lsdException w:name="Light Grid Accent 1"/>
			<w:lsdException w:name="Medium Shading 1 Accent 1"/>
			<w:lsdException w:name="Medium Shading 2 Accent 1"/>
			<w:lsdException w:name="Medium List 1 Accent 1"/>
			<w:lsdException w:name="Medium List 2 Accent 1"/>
			<w:lsdException w:name="Medium Grid 1 Accent 1"/>
			<w:lsdException w:name="Medium Grid 2 Accent 1"/>
			<w:lsdException w:name="Medium Grid 3 Accent 1"/>
			<w:lsdException w:name="Dark List Accent 1"/>
			<w:lsdException w:name="Colorful Shading Accent 1"/>
			<w:lsdException w:name="Colorful List Accent 1"/>
			<w:lsdException w:name="Colorful Grid Accent 1"/>
			<w:lsdException w:name="Light Shading Accent 2"/>
			<w:lsdException w:name="Light List Accent 2"/>
			<w:lsdException w:name="Light Grid Accent 2"/>
			<w:lsdException w:name="Medium Shading 1 Accent 2"/>
			<w:lsdException w:name="Medium Shading 2 Accent 2"/>
			<w:lsdException w:name="Medium List 1 Accent 2"/>
			<w:lsdException w:name="Medium List 2 Accent 2"/>
			<w:lsdException w:name="Medium Grid 1 Accent 2"/>
			<w:lsdException w:name="Medium Grid 2 Accent 2"/>
			<w:lsdException w:name="Medium Grid 3 Accent 2"/>
			<w:lsdException w:name="Dark List Accent 2"/>
			<w:lsdException w:name="Colorful Shading Accent 2"/>
			<w:lsdException w:name="Colorful List Accent 2"/>
			<w:lsdException w:name="Colorful Grid Accent 2"/>
			<w:lsdException w:name="Light Shading Accent 3"/>
			<w:lsdException w:name="Light List Accent 3"/>
			<w:lsdException w:name="Light Grid Accent 3"/>
			<w:lsdException w:name="Medium Shading 1 Accent 3"/>
			<w:lsdException w:name="Medium Shading 2 Accent 3"/>
			<w:lsdException w:name="Medium List 1 Accent 3"/>
			<w:lsdException w:name="Medium List 2 Accent 3"/>
			<w:lsdException w:name="Medium Grid 1 Accent 3"/>
			<w:lsdException w:name="Medium Grid 2 Accent 3"/>
			<w:lsdException w:name="Medium Grid 3 Accent 3"/>
			<w:lsdException w:name="Dark List Accent 3"/>
			<w:lsdException w:name="Colorful Shading Accent 3"/>
			<w:lsdException w:name="Colorful List Accent 3"/>
			<w:lsdException w:name="Colorful Grid Accent 3"/>
			<w:lsdException w:name="Light Shading Accent 4"/>
			<w:lsdException w:name="Light List Accent 4"/>
			<w:lsdException w:name="Light Grid Accent 4"/>
			<w:lsdException w:name="Medium Shading 1 Accent 4"/>
			<w:lsdException w:name="Medium Shading 2 Accent 4"/>
			<w:lsdException w:name="Medium List 1 Accent 4"/>
			<w:lsdException w:name="Medium List 2 Accent 4"/>
			<w:lsdException w:name="Medium Grid 1 Accent 4"/>
			<w:lsdException w:name="Medium Grid 2 Accent 4"/>
			<w:lsdException w:name="Medium Grid 3 Accent 4"/>
			<w:lsdException w:name="Dark List Accent 4"/>
			<w:lsdException w:name="Colorful Shading Accent 4"/>
			<w:lsdException w:name="Colorful List Accent 4"/>
			<w:lsdException w:name="Colorful Grid Accent 4"/>
			<w:lsdException w:name="Light Shading Accent 5"/>
			<w:lsdException w:name="Light List Accent 5"/>
			<w:lsdException w:name="Light Grid Accent 5"/>
			<w:lsdException w:name="Medium Shading 1 Accent 5"/>
			<w:lsdException w:name="Medium Shading 2 Accent 5"/>
			<w:lsdException w:name="Medium List 1 Accent 5"/>
			<w:lsdException w:name="Medium List 2 Accent 5"/>
			<w:lsdException w:name="Medium Grid 1 Accent 5"/>
			<w:lsdException w:name="Medium Grid 2 Accent 5"/>
			<w:lsdException w:name="Medium Grid 3 Accent 5"/>
			<w:lsdException w:name="Dark List Accent 5"/>
			<w:lsdException w:name="Colorful Shading Accent 5"/>
			<w:lsdException w:name="Colorful List Accent 5"/>
			<w:lsdException w:name="Colorful Grid Accent 5"/>
			<w:lsdException w:name="Light Shading Accent 6"/>
			<w:lsdException w:name="Light List Accent 6"/>
			<w:lsdException w:name="Light Grid Accent 6"/>
			<w:lsdException w:name="Medium Shading 1 Accent 6"/>
			<w:lsdException w:name="Medium Shading 2 Accent 6"/>
			<w:lsdException w:name="Medium List 1 Accent 6"/>
			<w:lsdException w:name="Medium List 2 Accent 6"/>
			<w:lsdException w:name="Medium Grid 1 Accent 6"/>
			<w:lsdException w:name="Medium Grid 2 Accent 6"/>
			<w:lsdException w:name="Medium Grid 3 Accent 6"/>
			<w:lsdException w:name="Dark List Accent 6"/>
			<w:lsdException w:name="Colorful Shading Accent 6"/>
			<w:lsdException w:name="Colorful List Accent 6"/>
			<w:lsdException w:name="Colorful Grid Accent 6"/>
		</w:latentStyles>
		<w:style w:type="paragraph" w:styleId="a1" w:default="on">
			<w:name w:val="Normal"/>
			<w:pPr>
				<w:widowControl w:val="off"/>
				<w:jc w:val="both"/>
			</w:pPr>
			<w:rPr>
				<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体" w:cs="Times New Roman" w:hint="default"/>
				<w:kern w:val="2"/>
				<w:sz w:val="21"/>
				<w:sz-cs w:val="24"/>
				<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
			</w:rPr>
		</w:style>
		<w:style w:type="character" w:styleId="a6" w:default="on">
			<w:name w:val="Default Paragraph Font"/>
		</w:style>
		<w:style w:type="table" w:styleId="a5" w:default="on">
			<w:name w:val="Normal Table"/>
			<w:tblPr>
				<w:tblCellMar>
					<w:top w:w="0" w:type="dxa"/>
					<w:left w:w="108" w:type="dxa"/>
					<w:bottom w:w="0" w:type="dxa"/>
					<w:right w:w="108" w:type="dxa"/>
				</w:tblCellMar>
			</w:tblPr>
		</w:style>
		<w:style w:type="paragraph" w:styleId="a2">
			<w:name w:val="Balloon Text"/>
			<w:basedOn w:val="a1"/>
			<w:link w:val="a9"/>
			<w:rPr>
				<w:sz w:val="18"/>
				<w:sz-cs w:val="18"/>
			</w:rPr>
		</w:style>
		<w:style w:type="paragraph" w:styleId="a3">
			<w:name w:val="footer"/>
			<w:basedOn w:val="a1"/>
			<w:link w:val="a8"/>
			<w:pPr>
				<w:tabs>
					<w:tab w:val="center" w:pos="4153"/>
					<w:tab w:val="right" w:pos="8306"/>
				</w:tabs>
				<w:snapToGrid w:val="off"/>
				<w:jc w:val="left"/>
			</w:pPr>
			<w:rPr>
				<w:sz w:val="18"/>
				<w:sz-cs w:val="18"/>
			</w:rPr>
		</w:style>
		<w:style w:type="paragraph" w:styleId="a4">
			<w:name w:val="header"/>
			<w:basedOn w:val="a1"/>
			<w:link w:val="a7"/>
			<w:pPr>
				<w:pBdr>
					<w:bottom w:val="single" w:sz="6" wx:bdrwidth="15" w:space="1" w:color="auto"/>
				</w:pBdr>
				<w:tabs>
					<w:tab w:val="center" w:pos="4153"/>
					<w:tab w:val="right" w:pos="8306"/>
				</w:tabs>
				<w:snapToGrid w:val="off"/>
				<w:jc w:val="center"/>
			</w:pPr>
			<w:rPr>
				<w:sz w:val="18"/>
				<w:sz-cs w:val="18"/>
			</w:rPr>
		</w:style>
		<w:style w:type="character" w:styleId="a7">
			<w:name w:val="页眉 字符"/>
			<w:basedOn w:val="a6"/>
			<w:link w:val="a4"/>
			<w:rPr>
				<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体" w:cs="Times New Roman" w:hint="default"/>
				<w:kern w:val="2"/>
				<w:sz w:val="18"/>
				<w:sz-cs w:val="18"/>
			</w:rPr>
		</w:style>
		<w:style w:type="character" w:styleId="a8">
			<w:name w:val="页脚 字符"/>
			<w:basedOn w:val="a6"/>
			<w:link w:val="a3"/>
			<w:rPr>
				<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体" w:cs="Times New Roman" w:hint="default"/>
				<w:kern w:val="2"/>
				<w:sz w:val="18"/>
				<w:sz-cs w:val="18"/>
			</w:rPr>
		</w:style>
		<w:style w:type="character" w:styleId="a9">
			<w:name w:val="批注框文本 字符"/>
			<w:basedOn w:val="a6"/>
			<w:link w:val="a2"/>
			<w:rPr>
				<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体" w:cs="Times New Roman" w:hint="default"/>
				<w:kern w:val="2"/>
				<w:sz w:val="18"/>
				<w:sz-cs w:val="18"/>
			</w:rPr>
		</w:style>
	</w:styles>
	<w:bgPict>
		<w:background/>
		<v:background id="_x0000_s1025">
			<v:fill on="f" focussize="0,0"/>
		</v:background>
	</w:bgPict>
	<w:docPr>
		<w:view w:val="print"/>
		<w:zoom w:percent="100"/>
		<w:characterSpacingControl w:val="CompressPunctuation"/>
		<w:documentProtection w:enforcement="off"/>
		<w:punctuationKerning/>
		<w:bordersDontSurroundHeader/>
		<w:bordersDontSurroundFooter/>
		<w:defaultTabStop w:val="420"/>
		<w:drawingGridVerticalSpacing w:val="156"/>
		<w:displayHorizontalDrawingGridEvery w:val="0"/>
		<w:displayVerticalDrawingGridEvery w:val="2"/>
		<w:compat>
			<w:adjustLineHeightInTable/>
			<w:ulTrailSpace/>
			<w:doNotExpandShiftReturn/>
			<w:balanceSingleByteDoubleByteWidth/>
			<w:useFELayout/>
			<w:spaceForUL/>
			<w:wrapTextWithPunct/>
			<w:breakWrappedTables/>
			<w:useAsianBreakRules/>
			<w:dontGrowAutofit/>
			<w:useFELayout/>
		</w:compat>
	</w:docPr>
	<w:body>
		<wx:sect>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left" w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="left"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:sz w:val="28"/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="黑体" w:h-ansi="黑体" w:fareast="黑体" w:cs="黑体" w:hint="fareast"/>
						<w:sz w:val="28"/>
					</w:rPr>
					<w:t>附件</w:t>
				</w:r>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left" w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="center"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b/>
						<w:b-cs/>
						<w:sz w:val="32"/>
						<w:sz-cs w:val="28"/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b/>
						<w:b-cs/>
						<w:sz w:val="32"/>
						<w:sz-cs w:val="28"/>
					</w:rPr>
					<w:t>数据共享平台</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b/>
						<w:b-cs/>
						<w:sz w:val="32"/>
						<w:sz-cs w:val="28"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t><#if type = 0>接口数据<#else>批量数据</#if></w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b/>
						<w:b-cs/>
						<w:sz w:val="32"/>
						<w:sz-cs w:val="28"/>
					</w:rPr>
					<w:t>申请表</w:t>
				</w:r>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left" w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="both"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
				</w:pPr>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left" w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="both"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>申请人</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>:(</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>${applyUserName!''}</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>)                   </w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>申请部门</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>:(</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>${applyDeptName!''}</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>)</w:t>
				</w:r>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left" w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="both"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
				</w:pPr>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left" w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="both"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:hint="fareast"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="32"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>绑定</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="32"/>
						<w:lang/>
					</w:rPr>
					<w:t>IP</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="32"/>
						<w:lang/>
					</w:rPr>
					<w:t>:(</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="32"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>${ip!''}</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="32"/>
						<w:lang/>
					</w:rPr>
					<w:t>)          </w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>申请日期</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>:(</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>${applyDate!''}</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>)</w:t>
				</w:r>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left" w:pos="1648"/>
					</w:tabs>
					<w:jc w:val="both"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="21"/>
						<w:sz-cs w:val="20"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
				</w:pPr>
			</w:p>
			<w:tbl>
				<w:tblPr>
					<w:tblW w:w="0" w:type="auto"/>
					<w:jc w:val="center"/>
					<w:tblInd w:w="0" w:type="dxa"/>
					<w:tblLayout w:type="Fixed"/>
					<w:tblCellMar>
						<w:top w:w="0" w:type="dxa"/>
						<w:left w:w="10" w:type="dxa"/>
						<w:bottom w:w="0" w:type="dxa"/>
						<w:right w:w="10" w:type="dxa"/>
					</w:tblCellMar>
				</w:tblPr>
				<w:tblGrid>
					<w:gridCol w:w="2354"/>
					<w:gridCol w:w="907"/>
					<w:gridCol w:w="2852"/>
					<w:gridCol w:w="2409"/>
				</w:tblGrid>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0" w:type="dxa"/>
							<w:left w:w="10" w:type="dxa"/>
							<w:bottom w:w="0" w:type="dxa"/>
							<w:right w:w="10" w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="607" w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="3261" w:type="dxa"/>
							<w:gridSpan w:val="2"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>申请数据名称</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2852" w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="top"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>数据类型</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2409" w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="default"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>使用期限</w:t>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
				<#if applyList ??>
					<#list applyList as item>
					<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0" w:type="dxa"/>
							<w:left w:w="10" w:type="dxa"/>
							<w:bottom w:w="0" w:type="dxa"/>
							<w:right w:w="10" w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="287" w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="3261" w:type="dxa"/>
							<w:gridSpan w:val="2"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>${item.resName!''}</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2852" w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="top"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>${item.dataType!''}</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2409" w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>${item.useTerm!''}</w:t>
							</w:r>
						</w:p>
					</w:tc>
					</w:tr>
					</#list>
				</#if>
				<#if type = 1>
					<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0" w:type="dxa"/>
							<w:left w:w="10" w:type="dxa"/>
							<w:bottom w:w="0" w:type="dxa"/>
							<w:right w:w="10" w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="1519" w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2354" w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>数据查询需求</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="6168" w:type="dxa"/>
							<w:gridSpan w:val="3"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>${dataQuery!''}</w:t>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
				</#if>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0" w:type="dxa"/>
							<w:left w:w="10" w:type="dxa"/>
							<w:bottom w:w="0" w:type="dxa"/>
							<w:right w:w="10" w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="856" w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2354" w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>数字专项监督名称</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="6168" w:type="dxa"/>
							<w:gridSpan w:val="3"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="240" w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>${superviseName!''}</w:t>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0" w:type="dxa"/>
							<w:left w:w="10" w:type="dxa"/>
							<w:bottom w:w="0" w:type="dxa"/>
							<w:right w:w="10" w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="739" w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2354" w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>所属省市专项</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="6168" w:type="dxa"/>
							<w:gridSpan w:val="3"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="600" w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>${specialName!''}</w:t>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0" w:type="dxa"/>
							<w:left w:w="10" w:type="dxa"/>
							<w:bottom w:w="0" w:type="dxa"/>
							<w:right w:w="10" w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="1704" w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2354" w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="fareast"/>
									<w:b/>
									<w:sz w:val="24"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>数据使用场景及技术说明</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="6168" w:type="dxa"/>
							<w:gridSpan w:val="3"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="fareast"/>
									<w:lang w:val="EN-US"/>
								</w:rPr>
								<w:t>${technicalDes!''}</w:t>
							</w:r>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="left"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
					</w:tc>
				</w:tr>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0" w:type="dxa"/>
							<w:left w:w="10" w:type="dxa"/>
							<w:bottom w:w="0" w:type="dxa"/>
							<w:right w:w="10" w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="1385" w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2354" w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
									<w:b/>
									<w:sz w:val="24"/>
								</w:rPr>
								<w:t>申请部门意见</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="6168" w:type="dxa"/>
							<w:gridSpan w:val="3"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:ind w:first-line="1836"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="default"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="fareast"/>
								</w:rPr>
								<w:t>                      </w:t>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
				<w:tr>
					<w:tblPrEx>
						<w:tblCellMar>
							<w:top w:w="0" w:type="dxa"/>
							<w:left w:w="10" w:type="dxa"/>
							<w:bottom w:w="0" w:type="dxa"/>
							<w:right w:w="10" w:type="dxa"/>
						</w:tblCellMar>
					</w:tblPrEx>
					<w:trPr>
						<w:trHeight w:val="1582" w:h-rule="atLeast"/>
						<w:jc w:val="center"/>
					</w:trPr>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="2354" w:type="dxa"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
							<w:vAlign w:val="center"/>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
									<w:b/>
									<w:sz w:val="24"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
									<w:b/>
									<w:sz w:val="24"/>
								</w:rPr>
								<w:t>申请部门</w:t>
							</w:r>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:jc w:val="center"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="default"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
									<w:b/>
									<w:sz w:val="24"/>
								</w:rPr>
								<w:t>分管领导意见</w:t>
							</w:r>
						</w:p>
					</w:tc>
					<w:tc>
						<w:tcPr>
							<w:tcW w:w="6168" w:type="dxa"/>
							<w:gridSpan w:val="3"/>
							<w:tcBorders>
								<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
								<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
							</w:tcBorders>
							<w:shd w:val="clear" w:color="000000" w:fill="FFFFFF"/>
							<w:tcMar>
								<w:left w:w="108" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tcMar>
						</w:tcPr>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
								</w:rPr>
							</w:pPr>
						</w:p>
						<w:p>
							<w:pPr>
								<w:tabs>
									<w:tab w:val="left" w:pos="1648"/>
								</w:tabs>
								<w:spacing w:line="300" w:line-rule="auto"/>
								<w:ind w:first-line="1836"/>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:hint="default"/>
								</w:rPr>
							</w:pPr>
							<w:r>
								<w:rPr>
									<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="fareast"/>
								</w:rPr>
								<w:t>                       </w:t>
							</w:r>
						</w:p>
					</w:tc>
				</w:tr>
			</w:tbl>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left" w:pos="1648"/>
					</w:tabs>
					<w:spacing w:line="300" w:line-rule="auto"/>
					<w:ind w:first-line="1836"/>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
			</w:p>
			<w:p>
				<w:pPr>
					<w:tabs>
						<w:tab w:val="left" w:pos="1648"/>
					</w:tabs>
					<w:spacing w:line="300" w:line-rule="auto"/>
					<w:ind w:first-line="1836"/>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="宋体" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t> </w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>         </w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>申请部门</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>(</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>盖章</w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang/>
					</w:rPr>
					<w:t>)   </w:t>
				</w:r>
			</w:p>
			<w:p>
				<w:pPr>
					<w:spacing w:line="556" w:line-rule="auto"/>
					<w:jc w:val="both"/>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:sz w:val="28"/>
					</w:rPr>
				</w:pPr>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="fareast"/>
					</w:rPr>
					<w:t>                </w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
					</w:rPr>
					<w:t> </w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="fareast"/>
					</w:rPr>
					<w:t>            </w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
					</w:rPr>
					<w:tab/>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="仿宋" w:h-ansi="仿宋" w:fareast="仿宋" w:cs="Calibri" w:hint="default"/>
					</w:rPr>
					<w:t>      </w:t>
				</w:r>
				<w:r>
					<w:rPr>
						<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/>
						<w:b w:val="off"/>
						<w:b-cs w:val="off"/>
						<w:sz w:val="24"/>
						<w:sz-cs w:val="22"/>
						<w:lang w:val="EN-US"/>
					</w:rPr>
					<w:t>年   月   日</w:t>
				</w:r>
			</w:p>
			<w:sectPr>
				<w:pgSz w:w="11906" w:h="16838"/>
				<w:pgMar w:top="1440" w:right="1800" w:bottom="1440" w:left="1800" w:header="851" w:footer="992" w:gutter="0"/>
				<w:cols w:space="425"/>
				<w:docGrid w:type="lines" w:line-pitch="312"/>
			</w:sectPr>
		</wx:sect>
	</w:body>
</w:wordDocument>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值