resumeInfo.kdrs-form 125 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <DocRoot xmlns:c="http://www.kingdee.com/Common" xmlns:f="http://www.kingdee.com/Form" xmlns:t="http://www.kingdee.com/Table" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.0">
  3. <DocInfo>
  4. <c:Created>Fri Nov 10 10:15:39 CST 2006</c:Created>
  5. <c:Company>kingdee.com</c:Company>
  6. <c:LastModified>Tue Nov 11 14:36:31 CST 2008</c:LastModified>
  7. <c:Author>null</c:Author>
  8. </DocInfo>
  9. <DataSources version="2.0">
  10. <c:DataSource id="resumeBase">
  11. <c:Reference />
  12. <c:Params />
  13. </c:DataSource>
  14. <c:DataSource id="trainExp">
  15. <c:Reference />
  16. <c:Params>
  17. <c:Param dataType="String" source="associate">
  18. <c:ColName>resumeBaseId</c:ColName>
  19. <c:Associate dataSourceID="resumeBase">id</c:Associate>
  20. </c:Param>
  21. </c:Params>
  22. </c:DataSource>
  23. <c:DataSource id="workExp">
  24. <c:Reference />
  25. <c:Params>
  26. <c:Param dataType="String" source="associate">
  27. <c:ColName>resumeBaseId</c:ColName>
  28. <c:Associate dataSourceID="resumeBase">id</c:Associate>
  29. </c:Param>
  30. </c:Params>
  31. </c:DataSource>
  32. <c:DataSource id="skill">
  33. <c:Reference />
  34. <c:Params>
  35. <c:Param dataType="String" source="associate">
  36. <c:ColName>resumeBaseId</c:ColName>
  37. <c:Associate dataSourceID="resumeBase">id</c:Associate>
  38. </c:Param>
  39. </c:Params>
  40. </c:DataSource>
  41. <c:DataSource id="reward">
  42. <c:Reference />
  43. <c:Params>
  44. <c:Param dataType="String" source="associate">
  45. <c:ColName>resumeBase.id</c:ColName>
  46. <c:Associate dataSourceID="resumeBase">id</c:Associate>
  47. </c:Param>
  48. </c:Params>
  49. </c:DataSource>
  50. <c:DataSource id="educationExp">
  51. <c:Reference />
  52. <c:Params>
  53. <c:Param dataType="String" source="associate">
  54. <c:ColName>resumeBaseId</c:ColName>
  55. <c:Associate dataSourceID="resumeBase">id</c:Associate>
  56. </c:Param>
  57. </c:Params>
  58. </c:DataSource>
  59. <c:DataSource id="photo">
  60. <c:Reference />
  61. <c:Params>
  62. <c:Param dataType="String" source="associate">
  63. <c:ColName>photoId</c:ColName>
  64. <c:Associate dataSourceID="resumeBase">id</c:Associate>
  65. </c:Param>
  66. </c:Params>
  67. </c:DataSource>
  68. <c:DataSource id="certificate">
  69. <c:Reference />
  70. <c:Params>
  71. <c:Param dataType="String" source="associate">
  72. <c:ColName>resumeBaseId</c:ColName>
  73. <c:Associate dataSourceID="resumeBase">id</c:Associate>
  74. </c:Param>
  75. </c:Params>
  76. </c:DataSource>
  77. <c:DataSource id="familyRelation">
  78. <c:Reference />
  79. <c:Params>
  80. <c:Param dataType="String" source="associate">
  81. <c:ColName>reusmeBase.id</c:ColName>
  82. <c:Associate dataSourceID="resumeBase">id</c:Associate>
  83. </c:Param>
  84. </c:Params>
  85. </c:DataSource>
  86. </DataSources>
  87. <DataObjects version="1.0">
  88. <DataObject name="resumeBase" alias.zh_CN="简历基本信息" alias.en="" alias.zh_TW="簡歷基本信息" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  89. <CommonQuery name="resumeBase" alias.zh_CN="简历基本信息" alias.en="" alias.zh_TW="簡歷基本信息" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  90. <Imports>
  91. <Import expr="/EAS_Note.kdrs" />
  92. </Imports>
  93. <Outputs>
  94. <Columns>
  95. <Column name="number" alias.zh_CN="编号" alias.en="" alias.zh_TW="編號" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  96. <Column name="name" alias.zh_CN="名称" alias.en="" alias.zh_TW="名稱" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  97. <Column name="age" alias.zh_CN="年龄" alias.en="" alias.zh_TW="年齡" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="integer" order="0" />
  98. <Column name="gender" alias.zh_CN="性别" alias.en="" alias.zh_TW="性別" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  99. <Column name="folk" alias.zh_CN="民族" alias.en="" alias.zh_TW="民族" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  100. <Column name="workYears" alias.zh_CN="工作年限" alias.en="" alias.zh_TW="工作年限" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="integer" order="0" />
  101. <Column name="wed" alias.zh_CN="婚姻状况" alias.en="" alias.zh_TW="婚姻狀況" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  102. <Column name="birthday" alias.zh_CN="出生日期" alias.en="" alias.zh_TW="出生日期" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="datetime" order="0" />
  103. <Column name="politicalface" alias.zh_CN="政治面貌" alias.en="" alias.zh_TW="政治面貌" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  104. <Column name="province" alias.zh_CN="省" alias.en="" alias.zh_TW="省" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  105. <Column name="city" alias.zh_CN="城市" alias.en="" alias.zh_TW="城市" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  106. <Column name="place" alias.zh_CN="当前所在地" alias.en="" alias.zh_TW="當前所在地" alias="#1" dataType="string" order="0" />
  107. <Column name="englishLevel" alias.zh_CN="英语水平" alias.en="" alias.zh_TW="英語水平" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  108. <Column name="health" alias.zh_CN="健康状况" alias.en="" alias.zh_TW="健康狀況" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  109. <Column name="yingPDate" alias.zh_CN="应聘时间" alias.en="" alias.zh_TW="應聘時間" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="datetime" order="0" />
  110. <Column name="idCardNO" alias.zh_CN="身份证号" alias.en="" alias.zh_TW="身份證號" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  111. <Column name="addressTX" alias.zh_CN="身份证地址" alias.en="" alias.zh_TW="身份證地址" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  112. <Column name="salaryReq" alias.zh_CN="薪水要求" alias.en="" alias.zh_TW="薪水要求" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  113. <Column name="workDate" alias.zh_CN="可到岗时间" alias.en="" alias.zh_TW="可到崗時間" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  114. <Column name="workAspect" alias.zh_CN="工作意向" alias.en="" alias.zh_TW="工作意向" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  115. <Column name="homePhone" alias.zh_CN="联系电话" alias.en="" alias.zh_TW="聯繫電話" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  116. <Column name="cell" alias.zh_CN="手机" alias.en="" alias.zh_TW="手機" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  117. <Column name="email" alias.zh_CN="电子邮件" alias.en="" alias.zh_TW="電子郵件" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  118. <Column name="evaluate" alias.zh_CN="自我评价" alias.en="" alias.zh_TW="自我評價" alias="#1" dataType="string" order="0" />
  119. <Column name="id" alias.zh_CN="简历Id" alias.en="" alias.zh_TW="簡歷Id" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  120. <Column name="job_1" alias.zh_CN="发布职位1" alias.en="" alias.zh_TW="發佈職位1" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  121. <Column name="job_2" alias.zh_CN="发布职位2" alias.en="" alias.zh_TW="發佈職位2" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  122. <Column name="job_3" alias.zh_CN="发布职位3" alias.en="" alias.zh_TW="發佈職位3" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  123. </Columns>
  124. </Outputs>
  125. <Query name="resumeBase.bos-query" alias.zh_CN="简历基本信息" alias.en="" alias.zh_TW="簡歷基本信息" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" version="1.0" type="bos.query">
  126. <Columns>
  127. <Column name="number" alias.zh_CN="编号" alias.en="" alias.zh_TW="編號" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[number]" />
  128. <Column name="name" alias.zh_CN="名称" alias.en="" alias.zh_TW="名稱" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[name]" />
  129. <Column name="age" alias.zh_CN="年龄" alias.en="" alias.zh_TW="年齡" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="integer" expr="[resumeBase].[age]" />
  130. <Column name="gender" alias.zh_CN="性别" alias.en="" alias.zh_TW="性別" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[gender]" />
  131. <Column name="folk" alias.zh_CN="民族" alias.en="" alias.zh_TW="民族" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[folk]" />
  132. <Column name="workYears" alias.zh_CN="工作年限" alias.en="" alias.zh_TW="工作年限" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="integer" expr="[resumeBase].[workYears]" />
  133. <Column name="wed" alias.zh_CN="婚姻状况" alias.en="" alias.zh_TW="婚姻狀況" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[wed]" />
  134. <Column name="birthday" alias.zh_CN="出生日期" alias.en="" alias.zh_TW="出生日期" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="datetime" expr="[resumeBase].[birthday]" />
  135. <Column name="politicalface" alias.zh_CN="政治面貌" alias.en="" alias.zh_TW="政治面貌" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[politicalface]" />
  136. <Column name="province" alias.zh_CN="省" alias.en="" alias.zh_TW="省" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[province]" />
  137. <Column name="city" alias.zh_CN="城市" alias.en="" alias.zh_TW="城市" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[city]" />
  138. <Column name="englishLevel" alias.zh_CN="英语水平" alias.en="" alias.zh_TW="英語水平" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[englishLevel]" />
  139. <Column name="health" alias.zh_CN="健康状况" alias.en="" alias.zh_TW="健康狀況" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[health]" />
  140. <Column name="yingPDate" alias.zh_CN="应聘时间" alias.en="" alias.zh_TW="應聘時間" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="datetime" expr="[resumeBase].[yingPDate]" />
  141. <Column name="idCardNO" alias.zh_CN="身份证号" alias.en="" alias.zh_TW="身份證號" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[idCardNO]" />
  142. <Column name="addressTX" alias.zh_CN="身份证地址" alias.en="" alias.zh_TW="身份證地址" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[addressTX]" />
  143. <Column name="salaryReq" alias.zh_CN="薪水要求" alias.en="" alias.zh_TW="薪水要求" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[salaryReq]" />
  144. <Column name="workDate" alias.zh_CN="可到岗时间" alias.en="" alias.zh_TW="可到崗時間" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[workDate]" />
  145. <Column name="workAspect" alias.zh_CN="工作意向" alias.en="" alias.zh_TW="工作意向" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[workAspect]" />
  146. <Column name="homePhone" alias.zh_CN="联系电话" alias.en="" alias.zh_TW="聯繫電話" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[homePhone]" />
  147. <Column name="cell" alias.zh_CN="手机" alias.en="" alias.zh_TW="手機" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[cell]" />
  148. <Column name="email" alias.zh_CN="电子邮件" alias.en="" alias.zh_TW="電子郵件" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[email]" />
  149. <Column name="evaluate" alias.zh_CN="自我评价" alias.en="" alias.zh_TW="自我評價" alias="#1" dataType="string" expr="[resumeBase].[evaluate]" />
  150. <Column name="id" alias.zh_CN="简历Id" alias.en="" alias.zh_TW="簡歷Id" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[id]" />
  151. <Column name="photoId" alias.zh_CN="照片Id" alias.en="" alias.zh_TW="照片Id" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[photoId]" />
  152. <Column name="job_1" alias.zh_CN="发布职位1" alias.en="" alias.zh_TW="發佈職位1" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[job_1]" />
  153. <Column name="job_2" alias.zh_CN="发布职位2" alias.en="" alias.zh_TW="發佈職位2" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[job_2]" />
  154. <Column name="job_3" alias.zh_CN="发布职位3" alias.en="" alias.zh_TW="發佈職位3" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[resumeBase].[job_3]" />
  155. <Column name="place" alias.zh_CN="当前所在地" alias.en="" alias.zh_TW="當前所在地" alias="#1" dataType="string" expr="[resumeBase].[place]" />
  156. </Columns>
  157. <Tables />
  158. <Joins />
  159. <Orders />
  160. <Filter />
  161. <Content><![CDATA[resumeBase.bos-query]]></Content>
  162. </Query>
  163. <EXT />
  164. </CommonQuery>
  165. </DataObject>
  166. <DataObject name="trainExp" alias.zh_CN="培训经历" alias.en="" alias.zh_TW="培訓經歷" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  167. <CommonQuery name="trainExp" alias.zh_CN="培训经历" alias.en="" alias.zh_TW="培訓經歷" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  168. <Parameters>
  169. <Parameter name="resumeBaseId" dataType="string" allowNull="false" defaultValue="[resumeBase].[id]" />
  170. </Parameters>
  171. <Imports>
  172. <Import expr="/EAS_Note.kdrs" />
  173. </Imports>
  174. <Outputs>
  175. <Columns>
  176. <Column name="trainOrg" alias.zh_CN="培训机构" alias.en="" alias.zh_TW="培訓機構" alias="#1" dataType="string" order="0" />
  177. <Column name="startDate" alias.zh_CN="起始日期" alias.en="" alias.zh_TW="起始日期" alias="#1" dataType="string" order="0" />
  178. <Column name="endDate" alias.zh_CN="截止日期" alias.en="" alias.zh_TW="截止日期" alias="#1" dataType="string" order="0" />
  179. <Column name="trainItem" alias.zh_CN="培训项目" alias.en="" alias.zh_TW="培訓項目" alias="#1" dataType="string" order="0" />
  180. <Column name="trainContent" alias.zh_CN="培训内容" alias.en="" alias.zh_TW="培訓內容" alias="#1" dataType="string" order="0" />
  181. <Column name="resumeBase.id" alias.zh_CN="简历Id" alias.en="" alias.zh_TW="簡歷Id" alias="#1" dataType="string" order="0" />
  182. </Columns>
  183. </Outputs>
  184. <Query name="trainExp.bos-query" alias.zh_CN="培训经历" alias.en="" alias.zh_TW="培訓經歷" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" version="1.0" type="bos.query">
  185. <Columns>
  186. <Column name="trainOrg" alias.zh_CN="培训机构" alias.en="" alias.zh_TW="培訓機構" alias="#1" dataType="string" expr="[trainExp].[trainOrg]" />
  187. <Column name="startDate" alias.zh_CN="起始日期" alias.en="" alias.zh_TW="起始日期" alias="#1" dataType="string" expr="[trainExp].[startDate]" />
  188. <Column name="endDate" alias.zh_CN="截止日期" alias.en="" alias.zh_TW="截止日期" alias="#1" dataType="string" expr="[trainExp].[endDate]" />
  189. <Column name="trainItem" alias.zh_CN="培训项目" alias.en="" alias.zh_TW="培訓項目" alias="#1" dataType="string" expr="[trainExp].[trainItem]" />
  190. <Column name="trainContent" alias.zh_CN="培训内容" alias.en="" alias.zh_TW="培訓內容" alias="#1" dataType="string" expr="[trainExp].[trainContent]" />
  191. <Column name="resumeBase.id" alias.zh_CN="简历Id" alias.en="" alias.zh_TW="簡歷Id" alias="#1" dataType="string" expr="[trainExp].[resumeBase.id]" />
  192. </Columns>
  193. <Tables />
  194. <Joins />
  195. <Orders />
  196. <Filter />
  197. <Content><![CDATA[trainExp.bos-query]]></Content>
  198. </Query>
  199. <EXT />
  200. </CommonQuery>
  201. </DataObject>
  202. <DataObject name="workExp" alias.zh_CN="工作经历" alias.en="" alias.zh_TW="工作經歷" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  203. <CommonQuery name="workExp" alias.zh_CN="工作经历" alias.en="" alias.zh_TW="工作經歷" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  204. <Parameters>
  205. <Parameter name="resumeBaseId" dataType="string" allowNull="false" defaultValue="[resumeBase].[id]" />
  206. </Parameters>
  207. <Imports>
  208. <Import expr="/EAS_Note.kdrs" />
  209. </Imports>
  210. <Outputs>
  211. <Columns>
  212. <Column name="organ" alias.zh_CN="公司名称" alias.en="" alias.zh_TW="公司名稱" alias="#1" dataType="string" order="0" />
  213. <Column name="startDate" alias.zh_CN="起始日期" alias.en="" alias.zh_TW="起始日期" alias="#1" dataType="string" order="0" />
  214. <Column name="endDate" alias.zh_CN="截至日期" alias.en="" alias.zh_TW="截至日期" alias="#1" dataType="string" order="0" />
  215. <Column name="industryType" alias.zh_CN="行业类别" alias.en="" alias.zh_TW="行業類別" alias="#1" dataType="string" order="0" />
  216. <Column name="organType" alias.zh_CN="企业性质" alias.en="" alias.zh_TW="企業性質" alias="#1" dataType="string" order="0" />
  217. <Column name="linkman" alias.zh_CN="证明人" alias.en="" alias.zh_TW="證明人" alias="#1" dataType="string" order="0" />
  218. <Column name="organDepartment" alias.zh_CN="任职部门" alias.en="" alias.zh_TW="任職部門" alias="#1" dataType="string" order="0" />
  219. <Column name="position" alias.zh_CN="担任职位" alias.en="" alias.zh_TW="擔任職位" alias="#1" dataType="string" order="0" />
  220. <Column name="linkmanPhone" alias.zh_CN="证明人联系方式" alias.en="" alias.zh_TW="證明人聯繫方式" alias="#1" dataType="string" order="0" />
  221. <Column name="dimissionReson" alias.zh_CN="离职原因" alias.en="" alias.zh_TW="離職原因" alias="#1" dataType="string" order="0" />
  222. <Column name="duty" alias.zh_CN="职责范围" alias.en="" alias.zh_TW="職責範圍" alias="#1" dataType="string" order="0" />
  223. <Column name="resumeBase.id" alias.zh_CN="简历Id" alias.en="" alias.zh_TW="簡歷Id" alias="#1" dataType="string" order="0" />
  224. </Columns>
  225. </Outputs>
  226. <Query name="workExp.bos-query" alias.zh_CN="工作经历" alias.en="" alias.zh_TW="工作經歷" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" version="1.0" type="bos.query">
  227. <Columns>
  228. <Column name="organ" alias.zh_CN="公司名称" alias.en="" alias.zh_TW="公司名稱" alias="#1" dataType="string" expr="[workExp].[organ]" />
  229. <Column name="startDate" alias.zh_CN="起始日期" alias.en="" alias.zh_TW="起始日期" alias="#1" dataType="string" expr="[workExp].[startDate]" />
  230. <Column name="endDate" alias.zh_CN="截至日期" alias.en="" alias.zh_TW="截至日期" alias="#1" dataType="string" expr="[workExp].[endDate]" />
  231. <Column name="industryType" alias.zh_CN="行业类别" alias.en="" alias.zh_TW="行業類別" alias="#1" dataType="string" expr="[workExp].[industryType]" />
  232. <Column name="organType" alias.zh_CN="企业性质" alias.en="" alias.zh_TW="企業性質" alias="#1" dataType="string" expr="[workExp].[organType]" />
  233. <Column name="linkman" alias.zh_CN="证明人" alias.en="" alias.zh_TW="證明人" alias="#1" dataType="string" expr="[workExp].[linkman]" />
  234. <Column name="organDepartment" alias.zh_CN="任职部门" alias.en="" alias.zh_TW="任職部門" alias="#1" dataType="string" expr="[workExp].[organDepartment]" />
  235. <Column name="position" alias.zh_CN="担任职位" alias.en="" alias.zh_TW="擔任職位" alias="#1" dataType="string" expr="[workExp].[position]" />
  236. <Column name="linkmanPhone" alias.zh_CN="证明人联系方式" alias.en="" alias.zh_TW="證明人聯繫方式" alias="#1" dataType="string" expr="[workExp].[linkmanPhone]" />
  237. <Column name="dimissionReson" alias.zh_CN="离职原因" alias.en="" alias.zh_TW="離職原因" alias="#1" dataType="string" expr="[workExp].[dimissionReson]" />
  238. <Column name="duty" alias.zh_CN="职责范围" alias.en="" alias.zh_TW="職責範圍" alias="#1" dataType="string" expr="[workExp].[duty]" />
  239. <Column name="resumeBase.id" alias.zh_CN="简历Id" alias.en="" alias.zh_TW="簡歷Id" alias="#1" dataType="string" expr="[workExp].[resumeBase.id]" />
  240. </Columns>
  241. <Tables />
  242. <Joins />
  243. <Orders />
  244. <Filter />
  245. <Content><![CDATA[workExp.bos-query]]></Content>
  246. </Query>
  247. <EXT />
  248. </CommonQuery>
  249. </DataObject>
  250. <DataObject name="skill" alias.zh_CN="技能" alias.en="" alias.zh_TW="技能" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  251. <CommonQuery name="skill" alias.zh_CN="技能" alias.en="" alias.zh_TW="技能" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  252. <Parameters>
  253. <Parameter name="resumeBaseId" dataType="string" allowNull="false" defaultValue="[resumeBase].[id]" />
  254. </Parameters>
  255. <Imports>
  256. <Import expr="/EAS_Note.kdrs" />
  257. </Imports>
  258. <Outputs>
  259. <Columns>
  260. <Column name="name" alias.zh_CN="名称" alias.en="" alias.zh_TW="名稱" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  261. <Column name="langGrade" alias.zh_CN="熟练程度" alias.en="" alias.zh_TW="熟練程度" alias="#1" dataType="string" order="0" />
  262. <Column name="useDate" alias.zh_CN="使用时间" alias.en="" alias.zh_TW="使用時間" alias="#1" dataType="string" order="0" />
  263. <Column name="resumeBase.id" alias.zh_CN="简历Id" alias.en="" alias.zh_TW="簡歷Id" alias="#1" dataType="string" order="0" />
  264. </Columns>
  265. </Outputs>
  266. <Query name="skill.bos-query" alias.zh_CN="技能" alias.en="" alias.zh_TW="技能" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" version="1.0" type="bos.query">
  267. <Columns>
  268. <Column name="name" alias.zh_CN="名称" alias.en="" alias.zh_TW="名稱" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[skill].[name]" />
  269. <Column name="langGrade" alias.zh_CN="熟练程度" alias.en="" alias.zh_TW="熟練程度" alias="#1" dataType="string" expr="[skill].[langGrade]" />
  270. <Column name="useDate" alias.zh_CN="使用时间" alias.en="" alias.zh_TW="使用時間" alias="#1" dataType="string" expr="[skill].[useDate]" />
  271. <Column name="resumeBase.id" alias.zh_CN="简历Id" alias.en="" alias.zh_TW="簡歷Id" alias="#1" dataType="string" expr="[skill].[resumeBase.id]" />
  272. </Columns>
  273. <Tables />
  274. <Joins />
  275. <Orders />
  276. <Filter />
  277. <Content><![CDATA[skill.bos-query]]></Content>
  278. </Query>
  279. <EXT />
  280. </CommonQuery>
  281. </DataObject>
  282. <DataObject name="reward" alias.zh_CN="所获奖励" alias.en="" alias.zh_TW="所獲獎勵" alias="#1" desc.zh_TW="所獲獎勵" desc.en="" desc.zh_CN="所获奖励" desc="#1">
  283. <CommonQuery name="reward" alias.zh_CN="所获奖励" alias.en="" alias.zh_TW="所獲獎勵" alias="#1" desc.zh_TW="所獲獎勵" desc.en="" desc.zh_CN="所获奖励" desc="#1">
  284. <Parameters>
  285. <Parameter name="resumeBase.id" alias="#1" desc="#1" dataType="string" allowNull="false" defaultValue="[resumeBase].[id]" />
  286. </Parameters>
  287. <Outputs>
  288. <Columns>
  289. <Column name="name" alias.zh_CN="奖励名称" alias.en="" alias.zh_TW="獎勵名稱" alias="#1" dataType="string" order="0" />
  290. <Column name="org" alias.zh_CN="授奖单位" alias.en="" alias.zh_TW="授獎單位" alias="#1" dataType="string" order="0" />
  291. <Column name="date" alias.zh_CN="奖励日期" alias.en="" alias.zh_TW="獎勵日期" alias="#1" dataType="string" order="0" />
  292. <Column name="resumeBase.id" alias.zh_CN="简历id" alias.en="" alias.zh_TW="簡歷id" alias="#1" dataType="string" order="0" />
  293. </Columns>
  294. </Outputs>
  295. <Query version="1.0" type="bos.query">
  296. <Columns>
  297. <Column name="name" alias.zh_CN="奖励名称" alias.en="" alias.zh_TW="獎勵名稱" alias="#1" dataType="string" />
  298. <Column name="org" alias.zh_CN="授奖单位" alias.en="" alias.zh_TW="授獎單位" alias="#1" dataType="string" />
  299. <Column name="date" alias.zh_CN="奖励日期" alias.en="" alias.zh_TW="獎勵日期" alias="#1" dataType="string" />
  300. <Column name="resumeBase.id" alias.zh_CN="简历id" alias.en="" alias.zh_TW="簡歷id" alias="#1" dataType="string" />
  301. </Columns>
  302. <Tables />
  303. <Joins />
  304. <Orders />
  305. <Filter />
  306. <Content><![CDATA[reward.bos-query]]></Content>
  307. </Query>
  308. <EXT />
  309. </CommonQuery>
  310. </DataObject>
  311. <DataObject name="educationExp" alias.zh_CN="教育经历" alias.en="" alias.zh_TW="教育經歷" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  312. <CommonQuery name="educationExp" alias.zh_CN="教育经历" alias.en="" alias.zh_TW="教育經歷" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  313. <Parameters>
  314. <Parameter name="resumeBaseId" dataType="string" allowNull="false" defaultValue="[resumeBase].[id]" />
  315. </Parameters>
  316. <Imports>
  317. <Import expr="/EAS_Note.kdrs" />
  318. </Imports>
  319. <Outputs>
  320. <Columns>
  321. <Column name="school" alias.zh_CN="毕业院校" alias.en="" alias.zh_TW="畢業院校" alias="#1" dataType="string" order="0" />
  322. <Column name="startDate" alias.zh_CN="起始日期" alias.en="" alias.zh_TW="起始日期" alias="#1" dataType="string" order="0" />
  323. <Column name="endDate" alias.zh_CN="截止日期" alias.en="" alias.zh_TW="截止日期" alias="#1" dataType="string" order="0" />
  324. <Column name="specialty" alias.zh_CN="专业" alias.en="" alias.zh_TW="專業" alias="#1" dataType="string" order="0" />
  325. <Column name="specialtyType" alias.zh_CN="专业类别" alias.en="" alias.zh_TW="專業類別" alias="#1" dataType="string" order="0" />
  326. <Column name="pattern" alias.zh_CN="学习性质" alias.en="" alias.zh_TW="學習性質" alias="#1" dataType="string" order="0" />
  327. <Column name="diploma" alias.zh_CN="最高学历" alias.en="" alias.zh_TW="最高學歷" alias="#1" dataType="string" order="0" />
  328. <Column name="degree" alias.zh_CN="学位" alias.en="" alias.zh_TW="學位" alias="#1" dataType="string" order="0" />
  329. <Column name="highDegree" alias.zh_CN="是否最高学历" alias.en="" alias.zh_TW="是否最高學歷" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  330. <Column name="resumeBase.id" alias.zh_CN="简历Id" alias.en="" alias.zh_TW="簡歷Id" alias="#1" dataType="string" order="0" />
  331. </Columns>
  332. </Outputs>
  333. <Query name="educationExp.bos-query" alias.zh_CN="教育经历" alias.en="" alias.zh_TW="教育經歷" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" version="1.0" type="bos.query">
  334. <Columns>
  335. <Column name="school" alias.zh_CN="毕业院校" alias.en="" alias.zh_TW="畢業院校" alias="#1" dataType="string" expr="[educationExp].[school]" />
  336. <Column name="startDate" alias.zh_CN="起始日期" alias.en="" alias.zh_TW="起始日期" alias="#1" dataType="string" expr="[educationExp].[startDate]" />
  337. <Column name="endDate" alias.zh_CN="截止日期" alias.en="" alias.zh_TW="截止日期" alias="#1" dataType="string" expr="[educationExp].[endDate]" />
  338. <Column name="specialty" alias.zh_CN="专业" alias.en="" alias.zh_TW="專業" alias="#1" dataType="string" expr="[educationExp].[specialty]" />
  339. <Column name="specialtyType" alias.zh_CN="专业类别" alias.en="" alias.zh_TW="專業類別" alias="#1" dataType="string" expr="[educationExp].[specialtyType]" />
  340. <Column name="pattern" alias.zh_CN="学习性质" alias.en="" alias.zh_TW="學習性質" alias="#1" dataType="string" expr="[educationExp].[pattern]" />
  341. <Column name="diploma" alias.zh_CN="最高学历" alias.en="" alias.zh_TW="最高學歷" alias="#1" dataType="string" expr="[educationExp].[diploma]" />
  342. <Column name="degree" alias.zh_CN="学位" alias.en="" alias.zh_TW="學位" alias="#1" dataType="string" expr="[educationExp].[degree]" />
  343. <Column name="highDegree" alias.zh_CN="是否最高学历" alias.en="" alias.zh_TW="是否最高學歷" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[educationExp].[highDegree]" />
  344. <Column name="resumeBase.id" alias.zh_CN="简历Id" alias.en="" alias.zh_TW="簡歷Id" alias="#1" dataType="string" expr="[educationExp].[resumeBase.id]" />
  345. </Columns>
  346. <Tables />
  347. <Joins />
  348. <Orders />
  349. <Filter />
  350. <Content><![CDATA[educationExp.bos-query]]></Content>
  351. </Query>
  352. <EXT />
  353. </CommonQuery>
  354. </DataObject>
  355. <DataObject name="photo">
  356. <CommonQuery name="photo">
  357. <Parameters>
  358. <Parameter name="photoId" alias.zh_CN="id" alias="#1" dataType="string" allowNull="false" />
  359. </Parameters>
  360. <Imports>
  361. <Import expr="/EAS_Note.kdrs" />
  362. </Imports>
  363. <Outputs>
  364. <Columns>
  365. <Column name="photo" alias.zh_CN="照片" alias.en="" alias.zh_TW="照片" alias="#1" dataType="string" order="0" />
  366. <Column name="photoId" alias.zh_CN="照片Id" alias.en="" alias.zh_TW="照片Id" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  367. </Columns>
  368. </Outputs>
  369. <Query name="photo.bos-query" alias.zh_CN="照片" alias.en="" alias.zh_TW="照片" alias="#1" desc.zh_TW="照片" desc.en="" desc.zh_CN="照片" desc="#1" version="1.0" type="bos.query">
  370. <Columns>
  371. <Column name="photo" alias.zh_CN="照片" alias.en="" alias.zh_TW="照片" alias="#1" dataType="string" expr="[photo].[photo]" />
  372. <Column name="photoId" alias.zh_CN="照片Id" alias.en="" alias.zh_TW="照片Id" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" expr="[photo].[photoId]" />
  373. </Columns>
  374. <Tables />
  375. <Joins />
  376. <Orders />
  377. <Filter />
  378. <Content><![CDATA[photo.bos-query]]></Content>
  379. </Query>
  380. <EXT />
  381. </CommonQuery>
  382. </DataObject>
  383. <DataObject name="certificate" alias.zh_CN="所获证书" alias.en="" alias.zh_TW="所獲證書" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  384. <CommonQuery name="certificate" alias.zh_CN="所获证书" alias.en="" alias.zh_TW="所獲證書" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  385. <Parameters>
  386. <Parameter name="resumeBaseId" dataType="string" allowNull="false" defaultValue="[resumeBase].[id]" />
  387. </Parameters>
  388. <Imports>
  389. <Import expr="/EAS_Note.kdrs" />
  390. </Imports>
  391. <Outputs>
  392. <Columns>
  393. <Column name="certifyDate" alias.zh_CN="获得日期" alias.en="" alias.zh_TW="獲得日期" alias="#1" dataType="string" order="0" />
  394. <Column name="organ" alias.zh_CN="认证机构" alias.en="" alias.zh_TW="認證機構" alias="#1" dataType="string" order="0" />
  395. <Column name="name" alias.zh_CN="证书名称" alias.en="" alias.zh_TW="證書名稱" alias="#1" dataType="string" order="0" />
  396. <Column name="cerNumber" alias.zh_CN="证书编号" alias.en="" alias.zh_TW="證書編號" alias="#1" dataType="string" order="0" />
  397. <Column name="resumeBase.id" alias.zh_CN="简历Id" alias.en="" alias.zh_TW="簡歷Id" alias="#1" dataType="string" order="0" />
  398. </Columns>
  399. </Outputs>
  400. <Query name="certificate.bos-query" alias.zh_CN="所获证书" alias.en="" alias.zh_TW="所獲證書" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" version="1.0" type="bos.query">
  401. <Columns>
  402. <Column name="certifyDate" alias.zh_CN="获得日期" alias.en="" alias.zh_TW="獲得日期" alias="#1" dataType="string" expr="[certificate].[certifyDate]" />
  403. <Column name="organ" alias.zh_CN="认证机构" alias.en="" alias.zh_TW="認證機構" alias="#1" dataType="string" expr="[certificate].[organ]" />
  404. <Column name="name" alias.zh_CN="证书名称" alias.en="" alias.zh_TW="證書名稱" alias="#1" dataType="string" expr="[certificate].[name]" />
  405. <Column name="cerNumber" alias.zh_CN="证书编号" alias.en="" alias.zh_TW="證書編號" alias="#1" dataType="string" expr="[certificate].[cerNumber]" />
  406. <Column name="resumeBase.id" alias.zh_CN="简历Id" alias.en="" alias.zh_TW="簡歷Id" alias="#1" dataType="string" expr="[certificate].[resumeBase.id]" />
  407. </Columns>
  408. <Tables />
  409. <Joins />
  410. <Orders />
  411. <Filter />
  412. <Content><![CDATA[certificate.bos-query]]></Content>
  413. </Query>
  414. <EXT />
  415. </CommonQuery>
  416. </DataObject>
  417. <DataObject name="familyRelation" alias.zh_CN="家庭情况及社会关系" alias.en="" alias.zh_TW="家庭情況及社會關係" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  418. <CommonQuery name="familyRelation" alias.zh_CN="家庭情况及社会关系" alias.en="" alias.zh_TW="家庭情況及社會關係" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1">
  419. <Parameters>
  420. <Parameter name="reusmeBase.id" alias="#1" desc="#1" dataType="string" allowNull="false" defaultValue="[resumeBase].[id]" />
  421. </Parameters>
  422. <Outputs>
  423. <Columns>
  424. <Column name="title" alias.zh_CN="称谓" alias.en="" alias.zh_TW="稱謂" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  425. <Column name="name" alias.zh_CN="名称" alias.en="" alias.zh_TW="名稱" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  426. <Column name="birthDate" alias.zh_CN="出生日期" alias.en="" alias.zh_TW="出生日期" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  427. <Column name="organ" alias.zh_CN="所在单位部门及职位" alias.en="" alias.zh_TW="所在單位部門及職位" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  428. <Column name="address" alias.zh_CN="联系地址" alias.en="" alias.zh_TW="聯繫地址" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  429. <Column name="phone" alias.zh_CN="联系电话" alias.en="" alias.zh_TW="聯繫電話" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  430. <Column name="postalcode" alias.zh_CN="邮政编码" alias.en="" alias.zh_TW="郵遞區號" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  431. <Column name="politicalFace.name" alias.zh_CN="政治面貌" alias.en="" alias.zh_TW="政治面貌" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" order="0" />
  432. <Column name="resumeBase.id" alias.zh_CN="简历id" alias.en="" alias.zh_TW="簡歷id" alias="#1" dataType="string" order="0" />
  433. </Columns>
  434. </Outputs>
  435. <Query version="1.0" type="bos.query">
  436. <Columns>
  437. <Column name="title" alias.zh_CN="称谓" alias.en="" alias.zh_TW="稱謂" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" />
  438. <Column name="name" alias.zh_CN="名称" alias.en="" alias.zh_TW="名稱" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" />
  439. <Column name="birthDate" alias.zh_CN="出生日期" alias.en="" alias.zh_TW="出生日期" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" />
  440. <Column name="organ" alias.zh_CN="所在单位部门及职位" alias.en="" alias.zh_TW="所在單位部門及職位" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" />
  441. <Column name="address" alias.zh_CN="联系地址" alias.en="" alias.zh_TW="聯繫地址" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" />
  442. <Column name="phone" alias.zh_CN="联系电话" alias.en="" alias.zh_TW="聯繫電話" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" />
  443. <Column name="postalcode" alias.zh_CN="邮政编码" alias.en="" alias.zh_TW="郵遞區號" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" />
  444. <Column name="politicalFace.name" alias.zh_CN="政治面貌" alias.en="" alias.zh_TW="政治面貌" alias="#1" desc.zh_TW="" desc.en="" desc.zh_CN="" desc="#1" dataType="string" />
  445. <Column name="resumeBase.id" alias.zh_CN="简历id" alias.en="" alias.zh_TW="簡歷id" alias="#1" dataType="string" />
  446. </Columns>
  447. <Tables />
  448. <Joins />
  449. <Orders />
  450. <Filter />
  451. <Content><![CDATA[familyRelation.bos-query]]></Content>
  452. </Query>
  453. <EXT />
  454. </CommonQuery>
  455. </DataObject>
  456. </DataObjects>
  457. <Styles version="1.0">
  458. <c:Style id="3">
  459. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  460. <c:Borders>
  461. <c:Border position="left" lineStyle="NullLine" />
  462. <c:Border position="top" lineStyle="NullLine" />
  463. <c:Border position="right" lineStyle="NullLine" />
  464. <c:Border position="bottom" lineStyle="NullLine" />
  465. <c:Border position="diagonalleft" lineStyle="NullLine" />
  466. <c:Border position="diagonalright" lineStyle="NullLine" />
  467. </c:Borders>
  468. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  469. <c:Alignment horizontal="center" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  470. <c:Protection hidden="false" locked="false" />
  471. </c:Style>
  472. <c:Style id="7">
  473. <c:Font fontName="宋体" size="12" color="#000000" bold="true" underline="false" italic="false" strikethrough="false" weight="400.0" />
  474. <c:Borders>
  475. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  476. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  477. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  478. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  479. <c:Border position="diagonalleft" lineStyle="NullLine" />
  480. <c:Border position="diagonalright" lineStyle="NullLine" />
  481. </c:Borders>
  482. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  483. <c:Alignment horizontal="left" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  484. <c:Protection hidden="false" locked="false" />
  485. </c:Style>
  486. <c:Style id="18">
  487. <c:Font fontName="宋体" size="12" color="#000000" bold="true" underline="false" italic="false" strikethrough="false" weight="400.0" />
  488. <c:Borders>
  489. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  490. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  491. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  492. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  493. <c:Border position="diagonalleft" lineStyle="NullLine" />
  494. <c:Border position="diagonalright" lineStyle="NullLine" />
  495. </c:Borders>
  496. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  497. <c:Alignment horizontal="left" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  498. <c:Protection hidden="false" locked="false" />
  499. </c:Style>
  500. <c:Style id="2">
  501. <c:Font color="#000000" />
  502. <c:Borders>
  503. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  504. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  505. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  506. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  507. </c:Borders>
  508. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  509. </c:Style>
  510. <c:Style id="20">
  511. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  512. <c:Borders>
  513. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  514. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  515. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  516. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  517. <c:Border position="diagonalleft" lineStyle="NullLine" />
  518. <c:Border position="diagonalright" lineStyle="NullLine" />
  519. </c:Borders>
  520. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  521. <c:Alignment horizontal="left" vertical="top" wrapText="true" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  522. <c:Protection hidden="false" locked="false" />
  523. </c:Style>
  524. <c:Style id="0">
  525. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  526. </c:Style>
  527. <c:Style id="17">
  528. <c:Font fontName="宋体" size="12" color="#000000" bold="true" underline="false" italic="false" strikethrough="false" weight="400.0" />
  529. <c:Borders>
  530. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  531. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  532. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  533. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  534. <c:Border position="diagonalleft" lineStyle="NullLine" />
  535. <c:Border position="diagonalright" lineStyle="NullLine" />
  536. </c:Borders>
  537. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  538. <c:Alignment horizontal="left" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  539. <c:Protection hidden="false" locked="false" />
  540. </c:Style>
  541. <c:Style id="14">
  542. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  543. <c:Borders>
  544. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  545. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  546. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  547. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  548. <c:Border position="diagonalleft" lineStyle="NullLine" />
  549. <c:Border position="diagonalright" lineStyle="NullLine" />
  550. </c:Borders>
  551. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  552. <c:Alignment horizontal="left" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  553. <c:Protection hidden="false" locked="false" />
  554. </c:Style>
  555. <c:Style id="6">
  556. <c:Borders>
  557. <c:Border position="left" lineStyle="NullLine" />
  558. <c:Border position="top" lineStyle="NullLine" />
  559. <c:Border position="right" lineStyle="NullLine" />
  560. <c:Border position="bottom" lineStyle="NullLine" />
  561. </c:Borders>
  562. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  563. </c:Style>
  564. <c:Style id="1">
  565. <c:Borders>
  566. <c:Border position="left" lineStyle="Single" penStyle="Dot" />
  567. <c:Border position="top" lineStyle="Single" penStyle="Dot" />
  568. <c:Border position="right" lineStyle="Single" penStyle="Dot" />
  569. <c:Border position="bottom" lineStyle="Single" penStyle="Dot" />
  570. </c:Borders>
  571. </c:Style>
  572. <c:Style id="10">
  573. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  574. <c:Borders>
  575. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  576. <c:Border position="top" lineStyle="NullLine" />
  577. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  578. <c:Border position="bottom" lineStyle="NullLine" />
  579. <c:Border position="diagonalleft" lineStyle="NullLine" />
  580. <c:Border position="diagonalright" lineStyle="NullLine" />
  581. </c:Borders>
  582. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  583. <c:Alignment horizontal="center" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  584. <c:Protection hidden="false" locked="false" />
  585. </c:Style>
  586. <c:Style id="5">
  587. <c:Font fontName="宋体" size="12" color="#000000" bold="true" underline="false" italic="false" strikethrough="false" weight="400.0" />
  588. <c:Borders>
  589. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  590. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  591. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  592. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  593. <c:Border position="diagonalleft" lineStyle="NullLine" />
  594. <c:Border position="diagonalright" lineStyle="NullLine" />
  595. </c:Borders>
  596. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  597. <c:Alignment horizontal="left" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  598. <c:Protection hidden="false" locked="false" />
  599. </c:Style>
  600. <c:Style id="16">
  601. <c:Font fontName="宋体" size="12" color="#000000" bold="true" underline="false" italic="false" strikethrough="false" weight="400.0" />
  602. <c:Borders>
  603. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  604. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  605. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  606. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  607. <c:Border position="diagonalleft" lineStyle="NullLine" />
  608. <c:Border position="diagonalright" lineStyle="NullLine" />
  609. </c:Borders>
  610. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  611. <c:Alignment horizontal="left" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  612. <c:Protection hidden="false" locked="false" />
  613. </c:Style>
  614. <c:Style id="13">
  615. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  616. <c:Borders>
  617. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  618. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  619. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  620. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  621. <c:Border position="diagonalleft" lineStyle="NullLine" />
  622. <c:Border position="diagonalright" lineStyle="NullLine" />
  623. </c:Borders>
  624. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  625. <c:Alignment horizontal="left" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  626. <c:Protection hidden="false" locked="false" />
  627. </c:Style>
  628. <c:Style id="15">
  629. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  630. <c:Borders>
  631. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  632. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  633. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  634. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  635. <c:Border position="diagonalleft" lineStyle="NullLine" />
  636. <c:Border position="diagonalright" lineStyle="NullLine" />
  637. </c:Borders>
  638. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  639. <c:Alignment horizontal="left" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  640. <c:Protection hidden="false" locked="false" />
  641. </c:Style>
  642. <c:Style id="11">
  643. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  644. <c:Borders>
  645. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  646. <c:Border position="top" lineStyle="NullLine" />
  647. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  648. <c:Border position="bottom" lineStyle="NullLine" />
  649. <c:Border position="diagonalleft" lineStyle="NullLine" />
  650. <c:Border position="diagonalright" lineStyle="NullLine" />
  651. </c:Borders>
  652. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  653. <c:Alignment horizontal="center" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  654. <c:Protection hidden="false" locked="false" />
  655. </c:Style>
  656. <c:Style id="9">
  657. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  658. <c:Borders>
  659. <c:Border position="left" lineStyle="NullLine" />
  660. <c:Border position="top" lineStyle="NullLine" />
  661. <c:Border position="right" lineStyle="NullLine" />
  662. <c:Border position="bottom" lineStyle="NullLine" />
  663. <c:Border position="diagonalleft" lineStyle="NullLine" />
  664. <c:Border position="diagonalright" lineStyle="NullLine" />
  665. </c:Borders>
  666. <c:Interior color="#ffffff00" pattern="None" patternColor="#000000" />
  667. <c:Alignment horizontal="center" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  668. <c:Protection hidden="false" locked="false" />
  669. </c:Style>
  670. <c:Style id="4">
  671. <c:Font fontName="宋体" size="12" color="#000000" bold="true" underline="false" italic="false" strikethrough="false" weight="400.0" />
  672. <c:Borders>
  673. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  674. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  675. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  676. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  677. <c:Border position="diagonalleft" lineStyle="NullLine" />
  678. <c:Border position="diagonalright" lineStyle="NullLine" />
  679. </c:Borders>
  680. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  681. <c:Alignment horizontal="right" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  682. <c:Protection hidden="false" locked="false" />
  683. </c:Style>
  684. <c:Style id="19">
  685. <c:Borders>
  686. <c:Border position="left" lineStyle="NullLine" />
  687. <c:Border position="top" lineStyle="NullLine" />
  688. <c:Border position="right" lineStyle="NullLine" />
  689. <c:Border position="bottom" lineStyle="NullLine" />
  690. </c:Borders>
  691. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  692. </c:Style>
  693. <c:Style id="8">
  694. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  695. <c:Borders>
  696. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  697. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  698. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  699. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  700. <c:Border position="diagonalleft" lineStyle="NullLine" />
  701. <c:Border position="diagonalright" lineStyle="NullLine" />
  702. </c:Borders>
  703. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  704. <c:Alignment horizontal="left" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  705. <c:Protection hidden="false" locked="false" />
  706. </c:Style>
  707. <c:Style id="12">
  708. <c:Font fontName="宋体" size="12" color="#000000" bold="true" underline="false" italic="false" strikethrough="false" weight="400.0" />
  709. <c:Borders>
  710. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  711. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  712. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  713. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  714. <c:Border position="diagonalleft" lineStyle="NullLine" />
  715. <c:Border position="diagonalright" lineStyle="NullLine" />
  716. </c:Borders>
  717. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  718. <c:Alignment horizontal="left" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  719. <c:Protection hidden="false" locked="false" />
  720. </c:Style>
  721. </Styles>
  722. <Headers />
  723. <Footers />
  724. <Form id="form1" alias="resumeInfo.kdrs-form" version="3.1">
  725. <f:Page id="page1" alias="页1" styleID="0" repeat="-1">
  726. <f:DesignedPage paperSize="Custom" objWidth="1720" objHeight="3500" widthLimitless="false" heightLimitless="true" />
  727. <f:Area id="loop1" alias="循环区1" styleID="1" left="[page1.left]" right="[loop1.left]+1720.0" top="[page1.top]" maxLoopCount="1" nextAreaID="loop1">
  728. <f:DesignedArea leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="loop1" rightRelativeBorder="left" rightRelativeOffset="1720" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="selfAdapt" bottomRelativeObjID="loop1" bottomRelativeBorder="top" bottomRelativeOffset="3474" locked="false" />
  729. <f:Panel id="group1" alias="分组容器1" styleID="2" left="[loop1.left]" right="[group1.left]+1720.0" top="[loop1.top]+1.0" dataSourceID="resumeBase">
  730. <f:DesignedPanel leftLocationType="relative" leftRelativeObjID="loop1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="left" rightRelativeOffset="1720" topLocationType="relative" topRelativeObjID="loop1" topRelativeBorder="top" topRelativeOffset="1" bottomLocationType="selfAdapt" bottomRelativeObjID="group1" bottomRelativeBorder="top" bottomRelativeOffset="3465" locked="false" />
  731. <f:Table id="table1" alias="tableNumber" styleID="3" left="[group1.left]" right="[group1.right]" top="[group1.top]" bottom="[table1.top]+90.0">
  732. <f:DesignedTable layout="auto" leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="group1" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table1" bottomRelativeBorder="top" bottomRelativeOffset="90" locked="false" />
  733. <f:Rows>
  734. <f:Row />
  735. </f:Rows>
  736. <f:Columns>
  737. <f:Column />
  738. <f:Column />
  739. </f:Columns>
  740. <f:Body>
  741. <f:Cell id="text1" alias="文本1" styleID="4" left="1" right="1" top="1" bottom="1" type="constant">
  742. <f:DesignedCell locked="false" />
  743. <f:Data type="string">简历编号:</f:Data>
  744. </f:Cell>
  745. <f:Cell id="field1" alias="字段1" styleID="5" left="2" right="2" top="1" bottom="1" type="field">
  746. <f:DesignedCell text="编号" locked="false" />
  747. <f:Data type="string">number</f:Data>
  748. </f:Cell>
  749. </f:Body>
  750. </f:Table>
  751. <f:Table id="table2" alias="tabBaseInfo" styleID="6" left="[group1.left]" right="[group1.right]" top="[table1.bottom]" bottom="[table2.top]+587.0" layout="1">
  752. <f:DesignedTable layout="nonAuto" leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="table1" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table2" bottomRelativeBorder="top" bottomRelativeOffset="587" locked="false" />
  753. <f:Rows>
  754. <f:Row height="90" />
  755. <f:Row height="71" />
  756. <f:Row height="71" />
  757. <f:Row height="71" />
  758. <f:Row height="71" />
  759. <f:Row height="71" />
  760. <f:Row height="71" />
  761. <f:Row height="71" />
  762. </f:Rows>
  763. <f:Columns>
  764. <f:Column width="220" />
  765. <f:Column width="400" />
  766. <f:Column width="220" />
  767. <f:Column width="540" />
  768. <f:Column width="340" />
  769. </f:Columns>
  770. <f:Body>
  771. <f:Cell id="text2" alias="文本2" styleID="7" left="1" right="5" top="1" bottom="1" type="constant">
  772. <f:DesignedCell locked="false" />
  773. <f:Data type="string">基本信息</f:Data>
  774. </f:Cell>
  775. <f:Cell id="text9" alias="文本6" styleID="8" left="1" right="1" top="2" bottom="2" type="constant">
  776. <f:DesignedCell locked="false" />
  777. <f:Data type="string">姓名</f:Data>
  778. </f:Cell>
  779. <f:Cell id="field4" alias="字段4" styleID="2" left="2" right="2" top="2" bottom="2" type="field">
  780. <f:DesignedCell text="名称" locked="false" />
  781. <f:Data type="string">name</f:Data>
  782. </f:Cell>
  783. <f:Cell id="text16" alias="文本15" styleID="8" left="3" right="3" top="2" bottom="2" type="constant">
  784. <f:DesignedCell locked="false" />
  785. <f:Data type="string">年龄</f:Data>
  786. </f:Cell>
  787. <f:Cell id="field11" alias="字段11" styleID="2" left="4" right="4" top="2" bottom="2" type="field">
  788. <f:DesignedCell text="年龄" locked="false" />
  789. <f:Data type="string">age</f:Data>
  790. </f:Cell>
  791. <f:Area id="loop8" alias="循环区3" styleID="9" left="5" right="5" top="2" bottom="7" nextAreaID="loop8">
  792. <f:DesignedArea locked="false" />
  793. <f:Panel id="group2" alias="分组容器2" styleID="10" left="[loop8.left]" right="[loop8.right]" top="[loop8.top]+3.0" bottom="[group2.top]+410.0" dataSourceID="photo">
  794. <f:DesignedPanel leftLocationType="relative" leftRelativeObjID="loop8" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="loop8" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop8" topRelativeBorder="top" topRelativeOffset="3" bottomLocationType="relative" bottomRelativeObjID="group2" bottomRelativeBorder="top" bottomRelativeOffset="410" locked="false" />
  795. <f:Cell id="field47" alias="字段3" styleID="11" left="[group2.left]" right="[group2.right]" top="[group2.top]" bottom="[group2.bottom]" type="field">
  796. <f:DesignedCell text="照片" leftLocationType="relative" leftRelativeObjID="group2" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group2" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="group2" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="group2" bottomRelativeBorder="bottom" bottomRelativeOffset="0" locked="false" />
  797. <f:Properties>
  798. <f:Property name="contentType">image</f:Property>
  799. <f:Property name="scale" />
  800. </f:Properties>
  801. <f:Data type="string">photo</f:Data>
  802. </f:Cell>
  803. </f:Panel>
  804. </f:Area>
  805. <f:Cell id="text10" alias="文本9" styleID="8" left="1" right="1" top="3" bottom="3" type="constant">
  806. <f:DesignedCell locked="false" />
  807. <f:Data type="string">性别</f:Data>
  808. </f:Cell>
  809. <f:Cell id="field5" alias="字段5" styleID="2" left="2" right="2" top="3" bottom="3" type="field">
  810. <f:DesignedCell text="性别" locked="false" />
  811. <f:Data type="string">gender</f:Data>
  812. </f:Cell>
  813. <f:Cell id="text17" alias="文本16" styleID="8" left="3" right="3" top="3" bottom="3" type="constant">
  814. <f:DesignedCell locked="false" />
  815. <f:Data type="string">民族</f:Data>
  816. </f:Cell>
  817. <f:Cell id="field12" alias="字段12" styleID="2" left="4" right="4" top="3" bottom="3" type="field">
  818. <f:DesignedCell text="民族" locked="false" />
  819. <f:Data type="string">folk</f:Data>
  820. </f:Cell>
  821. <f:Cell id="text11" alias="文本10" styleID="8" left="1" right="1" top="4" bottom="4" type="constant">
  822. <f:DesignedCell locked="false" />
  823. <f:Data type="string">工作年限</f:Data>
  824. </f:Cell>
  825. <f:Cell id="field6" alias="字段6" styleID="2" left="2" right="2" top="4" bottom="4" type="field">
  826. <f:DesignedCell text="工作年限" locked="false" />
  827. <f:Data type="string">workYears</f:Data>
  828. </f:Cell>
  829. <f:Cell id="text18" alias="文本17" styleID="8" left="3" right="3" top="4" bottom="4" type="constant">
  830. <f:DesignedCell locked="false" />
  831. <f:Data type="string">婚姻状况</f:Data>
  832. </f:Cell>
  833. <f:Cell id="field13" alias="字段13" styleID="2" left="4" right="4" top="4" bottom="4" type="field">
  834. <f:DesignedCell text="婚姻状况" locked="false" />
  835. <f:Data type="string">wed</f:Data>
  836. </f:Cell>
  837. <f:Cell id="text12" alias="文本11" styleID="8" left="1" right="1" top="5" bottom="5" type="constant">
  838. <f:DesignedCell locked="false" />
  839. <f:Data type="string">出生日期</f:Data>
  840. </f:Cell>
  841. <f:Cell id="field7" alias="字段7" styleID="2" left="2" right="2" top="5" bottom="5" type="field" format="yyyy-m-d">
  842. <f:DesignedCell text="出生日期" locked="false" />
  843. <f:Data type="string">birthday</f:Data>
  844. </f:Cell>
  845. <f:Cell id="text19" alias="文本18" styleID="8" left="3" right="3" top="5" bottom="5" type="constant">
  846. <f:DesignedCell locked="false" />
  847. <f:Data type="string">政治面貌</f:Data>
  848. </f:Cell>
  849. <f:Cell id="field14" alias="字段14" styleID="2" left="4" right="4" top="5" bottom="5" type="field">
  850. <f:DesignedCell text="政治面貌" locked="false" />
  851. <f:Data type="string">politicalface</f:Data>
  852. </f:Cell>
  853. <f:Cell id="text13" alias="文本12" styleID="8" left="1" right="1" top="6" bottom="6" type="constant">
  854. <f:DesignedCell locked="false" />
  855. <f:Data type="string">目前所在地</f:Data>
  856. </f:Cell>
  857. <f:Cell id="field8" alias="字段8" styleID="2" left="2" right="2" top="6" bottom="6" type="field">
  858. <f:DesignedCell text="当前所在地" locked="false" />
  859. <f:Data type="string">place</f:Data>
  860. </f:Cell>
  861. <f:Cell id="text20" alias="文本19" styleID="8" left="3" right="3" top="6" bottom="6" type="constant">
  862. <f:DesignedCell locked="false" />
  863. <f:Data type="string">英语水平</f:Data>
  864. </f:Cell>
  865. <f:Cell id="field15" alias="字段15" styleID="2" left="4" right="4" top="6" bottom="6" type="field">
  866. <f:DesignedCell text="英语水平" locked="false" />
  867. <f:Data type="string">englishLevel</f:Data>
  868. </f:Cell>
  869. <f:Cell id="text14" alias="文本13" styleID="8" left="1" right="1" top="7" bottom="7" type="constant">
  870. <f:DesignedCell locked="false" />
  871. <f:Data type="string">健康状况</f:Data>
  872. </f:Cell>
  873. <f:Cell id="field9" alias="字段9" styleID="2" left="2" right="2" top="7" bottom="7" type="field">
  874. <f:DesignedCell text="健康状况" locked="false" />
  875. <f:Data type="string">health</f:Data>
  876. </f:Cell>
  877. <f:Cell id="text21" alias="文本20" styleID="8" left="3" right="3" top="7" bottom="7" type="constant">
  878. <f:DesignedCell locked="false" />
  879. <f:Data type="string">应聘时间</f:Data>
  880. </f:Cell>
  881. <f:Cell id="field16" alias="字段16" styleID="2" left="4" right="4" top="7" bottom="7" type="field">
  882. <f:DesignedCell text="应聘时间" locked="false" />
  883. <f:Data type="string">yingPDate</f:Data>
  884. </f:Cell>
  885. <f:Cell id="text15" alias="文本14" styleID="8" left="1" right="1" top="8" bottom="8" type="constant">
  886. <f:DesignedCell locked="false" />
  887. <f:Data type="string">身份证号</f:Data>
  888. </f:Cell>
  889. <f:Cell id="field10" alias="字段10" styleID="2" left="2" right="2" top="8" bottom="8" type="field">
  890. <f:DesignedCell text="身份证号" locked="false" />
  891. <f:Data type="string">idCardNO</f:Data>
  892. </f:Cell>
  893. <f:Cell id="text22" alias="文本21" styleID="8" left="3" right="3" top="8" bottom="8" type="constant">
  894. <f:DesignedCell locked="false" />
  895. <f:Data type="string">身份证地址</f:Data>
  896. </f:Cell>
  897. <f:Cell id="field17" alias="字段17" styleID="2" left="4" right="5" top="8" bottom="8" type="field">
  898. <f:DesignedCell text="身份证地址" locked="false" />
  899. <f:Data type="string">addressTX</f:Data>
  900. </f:Cell>
  901. </f:Body>
  902. </f:Table>
  903. <f:Table id="table3" alias="tabJobInfo" styleID="6" left="[group1.left]" right="[group1.right]" top="[table2.bottom]" bottom="[table3.top]+445.0" layout="1">
  904. <f:DesignedTable layout="nonAuto" leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="table2" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table3" bottomRelativeBorder="top" bottomRelativeOffset="445" locked="false" />
  905. <f:Rows>
  906. <f:Row height="90" />
  907. <f:Row height="71" />
  908. <f:Row height="71" />
  909. <f:Row height="71" />
  910. <f:Row height="71" />
  911. <f:Row height="71" />
  912. </f:Rows>
  913. <f:Columns>
  914. <f:Column width="220" />
  915. <f:Column width="400" />
  916. <f:Column width="220" />
  917. <f:Column width="286" />
  918. <f:Column width="100" />
  919. <f:Column width="494" />
  920. </f:Columns>
  921. <f:Body>
  922. <f:Cell id="text3" alias="文本3" styleID="12" left="1" right="6" top="1" bottom="1" type="constant">
  923. <f:DesignedCell locked="false" />
  924. <f:Data type="string">求职信息</f:Data>
  925. </f:Cell>
  926. <f:Cell id="text23" alias="文本22" styleID="8" left="1" right="1" top="2" bottom="2" type="constant">
  927. <f:DesignedCell locked="false" />
  928. <f:Data type="string">发布职位1</f:Data>
  929. </f:Cell>
  930. <f:Cell id="field18" alias="字段18" styleID="2" left="2" right="2" top="2" bottom="2" type="field">
  931. <f:DesignedCell text="发布职位1" locked="false" />
  932. <f:Data type="string">job_1</f:Data>
  933. </f:Cell>
  934. <f:Cell id="text28" alias="文本27" styleID="8" left="3" right="3" top="2" bottom="2" type="constant">
  935. <f:DesignedCell locked="false" />
  936. <f:Data type="string">发布职位2</f:Data>
  937. </f:Cell>
  938. <f:Cell id="field23" alias="字段23" styleID="2" left="4" right="6" top="2" bottom="2" type="field">
  939. <f:DesignedCell text="发布职位2" locked="false" />
  940. <f:Data type="string">job_2</f:Data>
  941. </f:Cell>
  942. <f:Cell id="text24" alias="文本23" styleID="8" left="1" right="1" top="3" bottom="3" type="constant">
  943. <f:DesignedCell locked="false" />
  944. <f:Data type="string">薪水要求</f:Data>
  945. </f:Cell>
  946. <f:Cell id="field19" alias="字段19" styleID="2" left="2" right="2" top="3" bottom="3" type="field">
  947. <f:DesignedCell text="薪水要求" locked="false" />
  948. <f:Data type="string">salaryReq</f:Data>
  949. </f:Cell>
  950. <f:Cell id="text29" alias="文本28" styleID="8" left="3" right="3" top="3" bottom="3" type="constant">
  951. <f:DesignedCell locked="false" />
  952. <f:Data type="string">发布职位3</f:Data>
  953. </f:Cell>
  954. <f:Cell id="field24" alias="字段24" styleID="2" left="4" right="6" top="3" bottom="3" type="field">
  955. <f:DesignedCell text="发布职位3" locked="false" />
  956. <f:Data type="string">job_3</f:Data>
  957. </f:Cell>
  958. <f:Cell id="text26" alias="文本25" styleID="8" left="1" right="1" top="4" bottom="4" type="constant">
  959. <f:DesignedCell locked="false" />
  960. <f:Data type="string">可到岗时间</f:Data>
  961. </f:Cell>
  962. <f:Cell id="text25" alias="文本24" styleID="13" left="1" right="1" top="4" bottom="4" type="constant">
  963. <f:DesignedCell locked="false" />
  964. <f:Data type="string">可到岗时间</f:Data>
  965. </f:Cell>
  966. <f:Cell id="field20" alias="字段20" styleID="2" left="2" right="2" top="4" bottom="4" type="field">
  967. <f:DesignedCell text="可到岗时间" locked="false" />
  968. <f:Data type="string">workDate</f:Data>
  969. </f:Cell>
  970. <f:Cell id="text30" alias="文本29" styleID="8" left="3" right="3" top="4" bottom="4" type="constant">
  971. <f:DesignedCell locked="false" />
  972. <f:Data type="string">联系电话</f:Data>
  973. </f:Cell>
  974. <f:Cell id="field25" alias="字段25" styleID="2" left="4" right="6" top="4" bottom="4" type="field">
  975. <f:DesignedCell text="联系电话" locked="false" />
  976. <f:Data type="string">homePhone</f:Data>
  977. </f:Cell>
  978. <f:Cell id="text27" alias="文本26" styleID="8" left="1" right="1" top="5" bottom="5" type="constant">
  979. <f:DesignedCell locked="false" />
  980. <f:Data type="string">手机</f:Data>
  981. </f:Cell>
  982. <f:Cell id="field21" alias="字段21" styleID="2" left="2" right="2" top="5" bottom="5" type="field">
  983. <f:DesignedCell text="联系电话" locked="false" />
  984. <f:Data type="string">homePhone</f:Data>
  985. </f:Cell>
  986. <f:Cell id="text31" alias="文本30" styleID="8" left="3" right="3" top="5" bottom="5" type="constant">
  987. <f:DesignedCell locked="false" />
  988. <f:Data type="string">Email</f:Data>
  989. </f:Cell>
  990. <f:Cell id="field59" alias="字段54" styleID="2" left="4" right="6" top="5" bottom="5" type="field">
  991. <f:DesignedCell text="电子邮件" locked="false" />
  992. <f:Data type="string">email</f:Data>
  993. </f:Cell>
  994. <f:Cell id="text45" alias="文本7" styleID="14" left="1" right="1" top="6" bottom="6" type="constant">
  995. <f:DesignedCell locked="false" />
  996. <f:Data type="string">工作意向</f:Data>
  997. </f:Cell>
  998. <f:Cell id="field54" alias="字段47" styleID="2" left="2" right="6" top="6" bottom="6" type="field">
  999. <f:DesignedCell text="工作意向" locked="false" />
  1000. <f:Data type="string">workAspect</f:Data>
  1001. </f:Cell>
  1002. </f:Body>
  1003. </f:Table>
  1004. <f:Cell id="text4" alias="labWorkExp" styleID="12" left="[group1.left]" right="[group1.right]" top="[table3.bottom]" bottom="[text4.top]+90.0" type="constant">
  1005. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="table3" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="text4" bottomRelativeBorder="top" bottomRelativeOffset="90" locked="false" />
  1006. <f:Data type="string">工作经历</f:Data>
  1007. </f:Cell>
  1008. <f:Area id="loop2" alias="cWorkExp" styleID="1" left="[group1.left]" right="[group1.right]" top="[text4.bottom]" nextAreaID="loop2">
  1009. <f:DesignedArea leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="text4" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="selfAdapt" bottomRelativeObjID="loop2" bottomRelativeBorder="top" bottomRelativeOffset="356" locked="false" />
  1010. <f:Table id="table4" alias="tabWorkExp" styleID="6" left="[loop2.left]" right="[loop2.right]" top="[loop2.top]" bottom="[table4.top]+355.0" dataSourceID="workExp" layout="1">
  1011. <f:DesignedTable layout="widthAuto" leftLocationType="relative" leftRelativeObjID="loop2" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="loop2" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop2" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table4" bottomRelativeBorder="top" bottomRelativeOffset="355" locked="false" />
  1012. <f:Rows>
  1013. <f:Row height="71" />
  1014. <f:Row height="71" />
  1015. <f:Row height="71" />
  1016. <f:Row height="71" />
  1017. <f:Row height="71" />
  1018. </f:Rows>
  1019. <f:Columns>
  1020. <f:Column width="*" />
  1021. <f:Column width="*" />
  1022. <f:Column width="*" />
  1023. <f:Column width="*" />
  1024. <f:Column width="*" />
  1025. <f:Column width="*" />
  1026. </f:Columns>
  1027. <f:Body>
  1028. <f:Cell id="field22" alias="字段22" styleID="15" left="1" right="3" top="1" bottom="1" type="field">
  1029. <f:DesignedCell text="公司名称" locked="false" />
  1030. <f:Data type="string">organ</f:Data>
  1031. </f:Cell>
  1032. <f:Cell id="field28" alias="字段28" styleID="2" left="4" right="4" top="1" bottom="1" type="field" format="yyyy-m-d">
  1033. <f:DesignedCell text="起始日期" locked="false" />
  1034. <f:Data type="string">startDate</f:Data>
  1035. </f:Cell>
  1036. <f:Cell id="text33" alias="文本32" styleID="2" left="5" right="5" top="1" bottom="1" type="constant">
  1037. <f:DesignedCell locked="false" />
  1038. <f:Data type="string">至</f:Data>
  1039. </f:Cell>
  1040. <f:Cell id="field29" alias="字段29" styleID="2" left="6" right="6" top="1" bottom="1" type="field">
  1041. <f:DesignedCell text="截至日期" locked="false" />
  1042. <f:Data type="string">endDate</f:Data>
  1043. </f:Cell>
  1044. <f:Cell id="text34" alias="文本33" styleID="2" left="1" right="1" top="2" bottom="2" type="constant">
  1045. <f:DesignedCell locked="false" />
  1046. <f:Data type="string">行业类别</f:Data>
  1047. </f:Cell>
  1048. <f:Cell id="field30" alias="字段30" styleID="2" left="2" right="2" top="2" bottom="2" type="field">
  1049. <f:DesignedCell text="行业类别" locked="false" />
  1050. <f:Data type="string">industryType</f:Data>
  1051. </f:Cell>
  1052. <f:Cell id="text37" alias="文本36" styleID="2" left="3" right="3" top="2" bottom="2" type="constant">
  1053. <f:DesignedCell locked="false" />
  1054. <f:Data type="string">企业性质</f:Data>
  1055. </f:Cell>
  1056. <f:Cell id="field33" alias="字段33" styleID="2" left="4" right="4" top="2" bottom="2" type="field">
  1057. <f:DesignedCell text="企业性质" locked="false" />
  1058. <f:Data type="string">organType</f:Data>
  1059. </f:Cell>
  1060. <f:Cell id="text40" alias="文本39" styleID="2" left="5" right="5" top="2" bottom="2" type="constant">
  1061. <f:DesignedCell locked="false" />
  1062. <f:Data type="string">证明人</f:Data>
  1063. </f:Cell>
  1064. <f:Cell id="field35" alias="字段35" styleID="2" left="6" right="6" top="2" bottom="2" type="field">
  1065. <f:DesignedCell text="证明人" locked="false" />
  1066. <f:Data type="string">linkman</f:Data>
  1067. </f:Cell>
  1068. <f:Cell id="text35" alias="文本34" styleID="2" left="1" right="1" top="3" bottom="3" type="constant">
  1069. <f:DesignedCell locked="false" />
  1070. <f:Data type="string">任职部门</f:Data>
  1071. </f:Cell>
  1072. <f:Cell id="field31" alias="字段31" styleID="2" left="2" right="2" top="3" bottom="3" type="field">
  1073. <f:DesignedCell text="任职部门" locked="false" />
  1074. <f:Data type="string">organDepartment</f:Data>
  1075. </f:Cell>
  1076. <f:Cell id="text38" alias="文本37" styleID="2" left="3" right="3" top="3" bottom="3" type="constant">
  1077. <f:DesignedCell locked="false" />
  1078. <f:Data type="string">担任职位</f:Data>
  1079. </f:Cell>
  1080. <f:Cell id="field34" alias="字段34" styleID="2" left="4" right="4" top="3" bottom="3" type="field">
  1081. <f:DesignedCell text="担任职位" locked="false" />
  1082. <f:Data type="string">position</f:Data>
  1083. </f:Cell>
  1084. <f:Cell id="text41" alias="文本40" styleID="2" left="5" right="5" top="3" bottom="3" type="constant">
  1085. <f:DesignedCell locked="false" />
  1086. <f:Data type="string">证明人电话</f:Data>
  1087. </f:Cell>
  1088. <f:Cell id="field36" alias="字段36" styleID="2" left="6" right="6" top="3" bottom="3" type="field">
  1089. <f:DesignedCell text="证明人联系方式" locked="false" />
  1090. <f:Data type="string">linkmanPhone</f:Data>
  1091. </f:Cell>
  1092. <f:Cell id="text36" alias="文本35" styleID="2" left="1" right="1" top="4" bottom="4" type="constant">
  1093. <f:DesignedCell locked="false" />
  1094. <f:Data type="string">职责范围</f:Data>
  1095. </f:Cell>
  1096. <f:Cell id="field32" alias="字段32" styleID="2" left="2" right="6" top="4" bottom="4" type="field">
  1097. <f:DesignedCell text="职责范围" locked="false" />
  1098. <f:Data type="string">duty</f:Data>
  1099. </f:Cell>
  1100. <f:Cell id="text46" alias="文本8" styleID="2" left="1" right="1" top="5" bottom="5" type="constant">
  1101. <f:DesignedCell locked="false" />
  1102. <f:Data type="string">离职原因</f:Data>
  1103. </f:Cell>
  1104. <f:Cell id="field60" alias="字段59" styleID="2" left="2" right="6" top="5" bottom="5" type="field">
  1105. <f:DesignedCell text="离职原因" locked="false" />
  1106. <f:Data type="string">dimissionReson</f:Data>
  1107. </f:Cell>
  1108. </f:Body>
  1109. </f:Table>
  1110. </f:Area>
  1111. <f:Cell id="text5" alias="labEducationExp" styleID="12" left="[group1.left]" right="[group1.right]" top="[loop2.bottom]" bottom="[text5.top]+90.0" type="constant">
  1112. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop2" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="text5" bottomRelativeBorder="top" bottomRelativeOffset="90" locked="false" />
  1113. <f:Data type="string">教育经历</f:Data>
  1114. </f:Cell>
  1115. <f:Area id="loop3" alias="cEducationExp" styleID="1" left="[group1.left]" right="[group1.right]" top="[text5.bottom]" nextAreaID="loop3">
  1116. <f:DesignedArea leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="text5" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="selfAdapt" bottomRelativeObjID="loop3" bottomRelativeBorder="top" bottomRelativeOffset="85" locked="false" />
  1117. <f:Table id="table5" alias="tabEducation" styleID="6" left="[loop3.left]" right="[loop3.right]" top="[loop3.top]" bottom="[table5.top]+77.0" dataSourceID="educationExp" layout="1">
  1118. <f:DesignedTable layout="heightAuto" leftLocationType="relative" leftRelativeObjID="loop3" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="loop3" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop3" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table5" bottomRelativeBorder="top" bottomRelativeOffset="77" locked="false" />
  1119. <f:Rows>
  1120. <f:Row height="*" />
  1121. </f:Rows>
  1122. <f:Columns>
  1123. <f:Column width="200" />
  1124. <f:Column width="100" />
  1125. <f:Column width="200" />
  1126. <f:Column width="230" />
  1127. <f:Column width="230" />
  1128. <f:Column width="320" />
  1129. <f:Column width="440" />
  1130. </f:Columns>
  1131. <f:Body>
  1132. <f:Cell id="field44" alias="字段44" styleID="2" left="1" right="1" top="1" bottom="1" type="field" format="yyyy-m-d">
  1133. <f:DesignedCell text="起始日期" locked="false" />
  1134. <f:Data type="string">startDate</f:Data>
  1135. </f:Cell>
  1136. <f:Cell id="text43" alias="文本4" styleID="2" left="2" right="2" top="1" bottom="1" type="constant">
  1137. <f:DesignedCell locked="false" />
  1138. <f:Data type="string">至</f:Data>
  1139. </f:Cell>
  1140. <f:Cell id="field49" alias="字段49" styleID="2" left="3" right="3" top="1" bottom="1" type="field">
  1141. <f:DesignedCell text="截止日期" locked="false" />
  1142. <f:Data type="string">endDate</f:Data>
  1143. </f:Cell>
  1144. <f:Cell id="field50" alias="字段50" styleID="2" left="4" right="4" top="1" bottom="1" type="field">
  1145. <f:DesignedCell text="最高学历" locked="false" />
  1146. <f:Data type="string">diploma</f:Data>
  1147. </f:Cell>
  1148. <f:Cell id="field51" alias="字段51" styleID="2" left="5" right="5" top="1" bottom="1" type="field">
  1149. <f:DesignedCell text="学位" locked="false" />
  1150. <f:Data type="string">degree</f:Data>
  1151. </f:Cell>
  1152. <f:Cell id="field2" alias="字段2" styleID="2" left="6" right="6" top="1" bottom="1" type="field">
  1153. <f:DesignedCell text="专业" locked="false" />
  1154. <f:Data type="string">specialty</f:Data>
  1155. </f:Cell>
  1156. <f:Cell id="field48" alias="字段48" styleID="2" left="7" right="7" top="1" bottom="1" type="field">
  1157. <f:DesignedCell text="毕业院校" locked="false" />
  1158. <f:Data type="string">school</f:Data>
  1159. </f:Cell>
  1160. </f:Body>
  1161. </f:Table>
  1162. </f:Area>
  1163. <f:Cell id="text39" alias="labTrainExp" styleID="16" left="[group1.left]" right="[group1.right]" top="[loop3.bottom]" bottom="[text39.top]+90.0" type="constant">
  1164. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop3" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="text39" bottomRelativeBorder="top" bottomRelativeOffset="90" locked="false" />
  1165. <f:Data type="string">培训经历</f:Data>
  1166. </f:Cell>
  1167. <f:Area id="loop6" alias="cTrainExp" styleID="1" left="[group1.left]" right="[group1.right]" top="[text39.bottom]" nextAreaID="loop6">
  1168. <f:DesignedArea leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="text39" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="selfAdapt" bottomRelativeObjID="loop6" bottomRelativeBorder="top" bottomRelativeOffset="224" locked="false" />
  1169. <f:Table id="table10" alias="tabTrainExp" styleID="6" left="[loop6.left]" right="[loop6.right]" top="[loop6.top]" bottom="[table10.top]+213.0" dataSourceID="trainExp" layout="1">
  1170. <f:DesignedTable layout="nonAuto" leftLocationType="relative" leftRelativeObjID="loop6" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="loop6" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop6" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table10" bottomRelativeBorder="top" bottomRelativeOffset="213" locked="false" />
  1171. <f:Rows>
  1172. <f:Row height="71" />
  1173. <f:Row height="71" />
  1174. <f:Row height="71" />
  1175. </f:Rows>
  1176. <f:Columns>
  1177. <f:Column width="200" />
  1178. <f:Column width="100" />
  1179. <f:Column width="200" />
  1180. <f:Column width="1220" />
  1181. </f:Columns>
  1182. <f:Body>
  1183. <f:Cell id="field53" alias="字段53" styleID="2" left="1" right="1" top="1" bottom="1" type="field">
  1184. <f:DesignedCell text="起始日期" locked="false" />
  1185. <f:Data type="string">startDate</f:Data>
  1186. </f:Cell>
  1187. <f:Cell id="text44" alias="文本5" styleID="2" left="2" right="2" top="1" bottom="1" type="constant">
  1188. <f:DesignedCell locked="false" />
  1189. <f:Data type="string">至</f:Data>
  1190. </f:Cell>
  1191. <f:Cell id="field55" alias="字段55" styleID="2" left="3" right="3" top="1" bottom="1" type="field">
  1192. <f:DesignedCell text="截止日期" locked="false" />
  1193. <f:Data type="string">endDate</f:Data>
  1194. </f:Cell>
  1195. <f:Cell id="field56" alias="字段56" styleID="2" left="4" right="4" top="1" bottom="1" type="field">
  1196. <f:DesignedCell text="培训机构" locked="false" />
  1197. <f:Data type="string">trainOrg</f:Data>
  1198. </f:Cell>
  1199. <f:Cell id="text32" alias="文本31" styleID="2" left="1" right="1" top="2" bottom="2" type="constant">
  1200. <f:DesignedCell locked="false" />
  1201. <f:Data type="string">培训项目</f:Data>
  1202. </f:Cell>
  1203. <f:Cell id="field26" alias="字段26" styleID="2" left="2" right="4" top="2" bottom="2" type="field">
  1204. <f:DesignedCell text="培训项目" locked="false" />
  1205. <f:Data type="string">trainItem</f:Data>
  1206. </f:Cell>
  1207. <f:Cell id="text42" alias="文本38" styleID="2" left="1" right="1" top="3" bottom="3" type="constant">
  1208. <f:DesignedCell locked="false" />
  1209. <f:Data type="string">培训内容</f:Data>
  1210. </f:Cell>
  1211. <f:Cell id="field27" alias="字段27" styleID="2" left="2" right="4" top="3" bottom="3" type="field">
  1212. <f:DesignedCell text="培训内容" locked="false" />
  1213. <f:Data type="string">trainContent</f:Data>
  1214. </f:Cell>
  1215. </f:Body>
  1216. </f:Table>
  1217. </f:Area>
  1218. <f:Cell id="text6" alias="labelCertification" styleID="12" left="[group1.left]" right="[group1.right]" top="[loop6.bottom]" bottom="[text6.top]+90.0" type="constant">
  1219. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop6" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="text6" bottomRelativeBorder="top" bottomRelativeOffset="90" locked="false" />
  1220. <f:Data type="string">所获证书</f:Data>
  1221. </f:Cell>
  1222. <f:Area id="loop4" alias="cCertificate" styleID="1" left="[group1.left]" right="[group1.right]" top="[text6.bottom]" nextAreaID="loop4">
  1223. <f:DesignedArea leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="text6" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="selfAdapt" bottomRelativeObjID="loop4" bottomRelativeBorder="top" bottomRelativeOffset="80" locked="false" />
  1224. <f:Table id="table6" alias="tabCertificate" styleID="6" left="[loop4.left]" right="[loop4.right]" top="[loop4.top]" bottom="[table6.top]+80.0" dataSourceID="certificate" layout="1">
  1225. <f:DesignedTable layout="heightAuto" leftLocationType="relative" leftRelativeObjID="loop4" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="loop4" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop4" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table6" bottomRelativeBorder="top" bottomRelativeOffset="80" locked="false" />
  1226. <f:Rows>
  1227. <f:Row height="*" />
  1228. </f:Rows>
  1229. <f:Columns>
  1230. <f:Column width="500" />
  1231. <f:Column width="550" />
  1232. <f:Column width="430" />
  1233. <f:Column width="240" />
  1234. </f:Columns>
  1235. <f:Body>
  1236. <f:Cell id="field41" alias="字段41" styleID="2" left="1" right="1" top="1" bottom="1" type="field">
  1237. <f:DesignedCell text="证书名称" locked="false" />
  1238. <f:Data type="string">name</f:Data>
  1239. </f:Cell>
  1240. <f:Cell id="field42" alias="字段42" styleID="2" left="2" right="2" top="1" bottom="1" type="field">
  1241. <f:DesignedCell text="认证机构" locked="false" />
  1242. <f:Data type="string">organ</f:Data>
  1243. </f:Cell>
  1244. <f:Cell id="field43" alias="字段43" styleID="2" left="2" right="2" top="1" bottom="1" type="field">
  1245. <f:DesignedCell text="认证机构" locked="false" />
  1246. <f:Data type="string">organ</f:Data>
  1247. </f:Cell>
  1248. <f:Cell id="field45" alias="字段45" styleID="2" left="3" right="3" top="1" bottom="1" type="field">
  1249. <f:DesignedCell text="证书编号" locked="false" />
  1250. <f:Data type="string">cerNumber</f:Data>
  1251. </f:Cell>
  1252. <f:Cell id="field46" alias="字段46" styleID="2" left="4" right="4" top="1" bottom="1" type="field" format="yyyy-m-d">
  1253. <f:DesignedCell text="获得日期" locked="false" />
  1254. <f:Data type="string">certifyDate</f:Data>
  1255. </f:Cell>
  1256. </f:Body>
  1257. </f:Table>
  1258. </f:Area>
  1259. <f:Cell id="text7" alias="labSkill" styleID="12" left="[group1.left]" right="[group1.right]" top="[loop4.bottom]" bottom="[text7.top]+90.0" type="constant">
  1260. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop4" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="text7" bottomRelativeBorder="top" bottomRelativeOffset="90" locked="false" />
  1261. <f:Data type="string">专业技能</f:Data>
  1262. </f:Cell>
  1263. <f:Area id="loop5" alias="cSkill" styleID="1" left="[group1.left]" right="[group1.right]" top="[text7.bottom]" nextAreaID="loop5">
  1264. <f:DesignedArea leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="text7" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="selfAdapt" bottomRelativeObjID="loop5" bottomRelativeBorder="top" bottomRelativeOffset="82" locked="false" />
  1265. <f:Table id="table7" alias="tabSkillBody" styleID="6" left="[loop5.left]" right="[loop5.right]" top="[loop5.top]" bottom="[table7.top]+80.0" dataSourceID="skill">
  1266. <f:DesignedTable layout="auto" leftLocationType="relative" leftRelativeObjID="loop5" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="loop5" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop5" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table7" bottomRelativeBorder="top" bottomRelativeOffset="80" locked="false" />
  1267. <f:Rows>
  1268. <f:Row />
  1269. </f:Rows>
  1270. <f:Columns>
  1271. <f:Column />
  1272. <f:Column />
  1273. <f:Column />
  1274. </f:Columns>
  1275. <f:Body>
  1276. <f:Cell id="field38" alias="字段38" styleID="2" left="1" right="1" top="1" bottom="1" type="field">
  1277. <f:DesignedCell text="名称" locked="false" />
  1278. <f:Data type="string">name</f:Data>
  1279. </f:Cell>
  1280. <f:Cell id="field39" alias="字段39" styleID="2" left="2" right="2" top="1" bottom="1" type="field">
  1281. <f:DesignedCell text="熟练程度" locked="false" />
  1282. <f:Data type="string">langGrade</f:Data>
  1283. </f:Cell>
  1284. <f:Cell id="field40" alias="字段40" styleID="2" left="3" right="3" top="1" bottom="1" type="field">
  1285. <f:DesignedCell text="使用时间" locked="false" />
  1286. <f:Data type="string">useDate</f:Data>
  1287. </f:Cell>
  1288. </f:Body>
  1289. </f:Table>
  1290. </f:Area>
  1291. <f:Cell id="text47" alias="labFamily" styleID="17" left="[group1.left]" right="[group1.right]" top="[loop5.bottom]" bottom="[text47.top]+90.0" type="constant">
  1292. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop5" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="text47" bottomRelativeBorder="top" bottomRelativeOffset="90" locked="false" />
  1293. <f:Data type="string">家庭情况及社会关系</f:Data>
  1294. </f:Cell>
  1295. <f:Area id="loop7" alias="cFamily" styleID="1" left="[group1.left]" right="[group1.right]" top="[text47.bottom]" nextAreaID="loop7">
  1296. <f:DesignedArea leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="text47" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="selfAdapt" bottomRelativeObjID="loop7" bottomRelativeBorder="top" bottomRelativeOffset="80" locked="false" />
  1297. <f:Table id="table8" alias="tabFamily" styleID="6" left="[loop7.left]" right="[loop7.right]" top="[loop7.top]" bottom="[table8.top]+80.0" dataSourceID="familyRelation" layout="1">
  1298. <f:DesignedTable layout="widthAuto" leftLocationType="relative" leftRelativeObjID="loop7" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="loop7" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop7" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table8" bottomRelativeBorder="top" bottomRelativeOffset="80" locked="false" />
  1299. <f:Rows>
  1300. <f:Row height="80" />
  1301. </f:Rows>
  1302. <f:Columns>
  1303. <f:Column width="215" />
  1304. <f:Column width="215" />
  1305. <f:Column width="215" />
  1306. <f:Column width="215" />
  1307. <f:Column width="215" />
  1308. <f:Column width="215" />
  1309. <f:Column width="215" />
  1310. <f:Column width="215" />
  1311. </f:Columns>
  1312. <f:Body>
  1313. <f:Cell id="field37" alias="字段37" styleID="2" left="1" right="1" top="1" bottom="1" type="field">
  1314. <f:DesignedCell text="称谓" locked="false" />
  1315. <f:Data type="string">title</f:Data>
  1316. </f:Cell>
  1317. <f:Cell id="field52" alias="字段52" styleID="2" left="2" right="2" top="1" bottom="1" type="field">
  1318. <f:DesignedCell text="名称" locked="false" />
  1319. <f:Data type="string">name</f:Data>
  1320. </f:Cell>
  1321. <f:Cell id="field57" alias="字段57" styleID="2" left="3" right="3" top="1" bottom="1" type="field">
  1322. <f:DesignedCell text="出生日期" locked="false" />
  1323. <f:Data type="string">birthDate</f:Data>
  1324. </f:Cell>
  1325. <f:Cell id="field58" alias="字段58" styleID="2" left="4" right="4" top="1" bottom="1" type="field">
  1326. <f:DesignedCell text="所在单位部门及职位" locked="false" />
  1327. <f:Data type="string">organ</f:Data>
  1328. </f:Cell>
  1329. <f:Cell id="field61" alias="字段60" styleID="2" left="5" right="5" top="1" bottom="1" type="field">
  1330. <f:DesignedCell text="邮政编码" locked="false" />
  1331. <f:Data type="string">postalcode</f:Data>
  1332. </f:Cell>
  1333. <f:Cell id="field62" alias="字段61" styleID="2" left="6" right="6" top="1" bottom="1" type="field">
  1334. <f:DesignedCell text="联系电话" locked="false" />
  1335. <f:Data type="string">phone</f:Data>
  1336. </f:Cell>
  1337. <f:Cell id="field63" alias="字段62" styleID="2" left="7" right="7" top="1" bottom="1" type="field">
  1338. <f:DesignedCell text="政治面貌" locked="false" />
  1339. <f:Data type="string">politicalFace.name</f:Data>
  1340. </f:Cell>
  1341. <f:Cell id="field64" alias="字段63" styleID="2" left="8" right="8" top="1" bottom="1" type="field">
  1342. <f:DesignedCell text="联系地址" locked="false" />
  1343. <f:Data type="string">address</f:Data>
  1344. </f:Cell>
  1345. </f:Body>
  1346. </f:Table>
  1347. </f:Area>
  1348. <f:Cell id="text48" alias="labReward" styleID="18" left="[group1.left]" right="[group1.right]" top="[loop7.bottom]" bottom="[text48.top]+90.0" type="constant">
  1349. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop7" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="text48" bottomRelativeBorder="top" bottomRelativeOffset="90" locked="false" />
  1350. <f:Data type="string">所获奖励</f:Data>
  1351. </f:Cell>
  1352. <f:Area id="loop9" alias="cReward" styleID="1" left="[group1.left]" right="[group1.right]" top="[text48.bottom]" nextAreaID="loop2">
  1353. <f:DesignedArea leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="text48" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="selfAdapt" bottomRelativeObjID="loop9" bottomRelativeBorder="top" bottomRelativeOffset="80" locked="false" />
  1354. <f:Table id="table9" alias="tabReward" styleID="19" left="[loop9.left]" right="[loop9.right]" top="[loop9.top]" bottom="[table9.top]+80.0" dataSourceID="reward">
  1355. <f:DesignedTable layout="auto" leftLocationType="relative" leftRelativeObjID="loop9" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="loop9" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop9" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table9" bottomRelativeBorder="top" bottomRelativeOffset="80" locked="false" />
  1356. <f:Rows>
  1357. <f:Row />
  1358. </f:Rows>
  1359. <f:Columns>
  1360. <f:Column />
  1361. <f:Column />
  1362. <f:Column />
  1363. </f:Columns>
  1364. <f:Body>
  1365. <f:Cell id="field65" alias="字段64" styleID="2" left="1" right="1" top="1" bottom="1" type="field">
  1366. <f:DesignedCell text="奖励名称" locked="false" />
  1367. <f:Data type="string">name</f:Data>
  1368. </f:Cell>
  1369. <f:Cell id="field66" alias="字段65" styleID="2" left="2" right="2" top="1" bottom="1" type="field">
  1370. <f:DesignedCell text="授奖单位" locked="false" />
  1371. <f:Data type="string">org</f:Data>
  1372. </f:Cell>
  1373. <f:Cell id="field67" alias="字段66" styleID="2" left="3" right="3" top="1" bottom="1" type="field">
  1374. <f:DesignedCell text="奖励日期" locked="false" />
  1375. <f:Data type="string">date</f:Data>
  1376. </f:Cell>
  1377. </f:Body>
  1378. </f:Table>
  1379. </f:Area>
  1380. <f:Cell id="text8" alias="labEvaluate" styleID="12" left="[group1.left]" right="[group1.right]" top="[loop9.bottom]" bottom="[text8.top]+90.0" type="constant">
  1381. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="loop9" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="text8" bottomRelativeBorder="top" bottomRelativeOffset="90" locked="false" />
  1382. <f:Data type="string">自我评价</f:Data>
  1383. </f:Cell>
  1384. <f:Cell id="field3" alias="自我评价" styleID="20" left="[group1.left]" right="[group1.right]" top="[text8.bottom]" bottom="[field3.top]+505.0" type="field" format="@">
  1385. <f:DesignedCell text="自我评价" leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="right" rightRelativeOffset="0" topLocationType="relative" topRelativeObjID="text8" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="field3" bottomRelativeBorder="top" bottomRelativeOffset="505" locked="false" />
  1386. <f:Data type="string">evaluate</f:Data>
  1387. </f:Cell>
  1388. </f:Panel>
  1389. </f:Area>
  1390. </f:Page>
  1391. </Form>
  1392. <PrintInfo>
  1393. <c:PageSetup>
  1394. <c:PageMargin left="190" right="190" top="250" bottom="250" header="80" footer="80" />
  1395. <c:Orientation>PORTRAIT</c:Orientation>
  1396. <c:CustomizePaperSize width="2100" height="-1" bottom="-1" />
  1397. <c:Header height="80" margin="80" />
  1398. <c:Footer height="80" margin="80" />
  1399. </c:PageSetup>
  1400. <c:PrinterSetup />
  1401. </PrintInfo>
  1402. </DocRoot>