Ver Fonte

Merge remote-tracking branch 'origin/master'

houlai há 11 meses atrás
pai
commit
b5c9750686
35 ficheiros alterados com 10450 adições e 162 exclusões
  1. 108 108
      yudao-framework/yudao-spring-boot-starter-biz-data-permission/src/test/java/cn/iocoder/yudao/framework/datapermission/core/aop/DataPermissionAnnotationInterceptorTest.java
  2. 51 51
      yudao-framework/yudao-spring-boot-starter-excel/src/test/java/cn/iocoder/yudao/framework/dict/core/util/DictFrameworkUtilsTest.java
  3. 4 0
      yudao-module-as/yudao-module-as-biz/pom.xml
  4. 127 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/AidingStudentsPersonManageController.java
  5. 28 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageClassResultReqVO.java
  6. 32 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageClassVO.java
  7. 33 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageCollegeRespVO.java
  8. 27 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageDataPartRespVO.java
  9. 36 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageSchoolPageReqVO.java
  10. 44 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageSchoolRespVO.java
  11. 25 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageSortReqVO.java
  12. 38 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManagerCollegePageReqVO.java
  13. 37 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentsPersonManageClassPageReqVO.java
  14. 51 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentsPersonManageClassRespVO.java
  15. 50 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentsPersonManageUploadRespVO.java
  16. 2 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/financialaidcollegemanage/FinancialAidCollegeManageController.java
  17. 1 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/financialaidmanage/FinancialAidManageController.java
  18. 3 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/financialaidmanage/vo/FinancialAidManageSaveReqVO.java
  19. 41 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/dal/dataobject/aidingstudentspersonmanage/AidingStudentPersonManageEvaluationResultDO.java
  20. 66 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/dal/dataobject/aidingstudentspersonmanage/AidingStudentsPersonManageDO.java
  21. 14 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/dal/mysql/aidingstudentspersonmanage/AidingStudentPersonManageEvaluationResultMapper.java
  22. 57 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/dal/mysql/aidingstudentspersonmanage/AidingStudentsPersonManageMapper.java
  23. 2 1
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/service/aidingstudentsmanage/AidingStudentsManageServiceImpl.java
  24. 9 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/service/aidingstudentspersonmanage/AidingStudentPersonManageEvaluationResultService.java
  25. 15 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/service/aidingstudentspersonmanage/AidingStudentPersonManageEvaluationResultServiceImpl.java
  26. 86 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/service/aidingstudentspersonmanage/AidingStudentsPersonManageService.java
  27. 330 0
      yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/service/aidingstudentspersonmanage/AidingStudentsPersonManageServiceImpl.java
  28. 12 0
      yudao-module-as/yudao-module-as-biz/src/main/resources/mapper/aidingStudentsPersonManage/AidingStudentPersonManageEvaluationResultMapper.xml
  29. 40 0
      yudao-module-as/yudao-module-as-biz/src/main/resources/mapper/aidingStudentsPersonManage/AidingStudentsPersonManageMapper.xml
  30. 9058 0
      yudao-module-as/yudao-module-as-biz/src/main/resources/word/FamilyDifficult.ftl
  31. BIN
      yudao-module-as/yudao-module-as-biz/src/main/resources/word/zx.docx
  32. 6 1
      yudao-module-bpm/yudao-module-bpm-biz/pom.xml
  33. 6 1
      yudao-module-system/yudao-module-system-biz/pom.xml
  34. 1 0
      yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/dal/dataobject/user/AdminUserDO.java
  35. 10 0
      yudao-server/src/main/resources/application.yaml

+ 108 - 108
yudao-framework/yudao-spring-boot-starter-biz-data-permission/src/test/java/cn/iocoder/yudao/framework/datapermission/core/aop/DataPermissionAnnotationInterceptorTest.java

@@ -1,108 +1,108 @@
-package cn.iocoder.yudao.framework.datapermission.core.aop;
-
-import cn.hutool.core.collection.CollUtil;
-import cn.iocoder.yudao.framework.datapermission.core.annotation.DataPermission;
-import cn.iocoder.yudao.framework.test.core.ut.BaseMockitoUnitTest;
-import org.aopalliance.intercept.MethodInvocation;
-import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Test;
-import org.mockito.InjectMocks;
-import org.mockito.Mock;
-
-import java.lang.reflect.Method;
-
-import static org.junit.jupiter.api.Assertions.*;
-import static org.mockito.Mockito.when;
-
-/**
- * {@link DataPermissionAnnotationInterceptor} 的单元测试
- *
- * @author 芋道源码
- */
-public class DataPermissionAnnotationInterceptorTest extends BaseMockitoUnitTest {
-
-    @InjectMocks
-    private DataPermissionAnnotationInterceptor interceptor;
-
-    @Mock
-    private MethodInvocation methodInvocation;
-
-    @BeforeEach
-    public void setUp() {
-        interceptor.getDataPermissionCache().clear();
-    }
-
-    @Test // 无 @DataPermission 注解
-    public void testInvoke_none() throws Throwable {
-        // 参数
-        mockMethodInvocation(TestNone.class);
-
-        // 调用
-        Object result = interceptor.invoke(methodInvocation);
-        // 断言
-        assertEquals("none", result);
-        assertEquals(1, interceptor.getDataPermissionCache().size());
-        assertTrue(CollUtil.getFirst(interceptor.getDataPermissionCache().values()).enable());
-    }
-
-    @Test // 在 Method 上有 @DataPermission 注解
-    public void testInvoke_method() throws Throwable {
-        // 参数
-        mockMethodInvocation(TestMethod.class);
-
-        // 调用
-        Object result = interceptor.invoke(methodInvocation);
-        // 断言
-        assertEquals("method", result);
-        assertEquals(1, interceptor.getDataPermissionCache().size());
-        assertFalse(CollUtil.getFirst(interceptor.getDataPermissionCache().values()).enable());
-    }
-
-    @Test // 在 Class 上有 @DataPermission 注解
-    public void testInvoke_class() throws Throwable {
-        // 参数
-        mockMethodInvocation(TestClass.class);
-
-        // 调用
-        Object result = interceptor.invoke(methodInvocation);
-        // 断言
-        assertEquals("class", result);
-        assertEquals(1, interceptor.getDataPermissionCache().size());
-        assertFalse(CollUtil.getFirst(interceptor.getDataPermissionCache().values()).enable());
-    }
-
-    private void mockMethodInvocation(Class<?> clazz) throws Throwable {
-        Object targetObject = clazz.newInstance();
-        Method method = targetObject.getClass().getMethod("echo");
-        when(methodInvocation.getThis()).thenReturn(targetObject);
-        when(methodInvocation.getMethod()).thenReturn(method);
-        when(methodInvocation.proceed()).then(invocationOnMock -> method.invoke(targetObject));
-    }
-
-    static class TestMethod {
-
-        @DataPermission(enable = false)
-        public String echo() {
-            return "method";
-        }
-
-    }
-
-    @DataPermission(enable = false)
-    static class TestClass {
-
-        public String echo() {
-            return "class";
-        }
-
-    }
-
-    static class TestNone {
-
-        public String echo() {
-            return "none";
-        }
-
-    }
-
-}
+//package cn.iocoder.yudao.framework.datapermission.core.aop;
+//
+//import cn.hutool.core.collection.CollUtil;
+//import cn.iocoder.yudao.framework.datapermission.core.annotation.DataPermission;
+//import cn.iocoder.yudao.framework.test.core.ut.BaseMockitoUnitTest;
+//import org.aopalliance.intercept.MethodInvocation;
+//import org.junit.jupiter.api.BeforeEach;
+//import org.junit.jupiter.api.Test;
+//import org.mockito.InjectMocks;
+//import org.mockito.Mock;
+//
+//import java.lang.reflect.Method;
+//
+//import static org.junit.jupiter.api.Assertions.*;
+//import static org.mockito.Mockito.when;
+//
+///**
+// * {@link DataPermissionAnnotationInterceptor} 的单元测试
+// *
+// * @author 芋道源码
+// */
+//public class DataPermissionAnnotationInterceptorTest extends BaseMockitoUnitTest {
+//
+//    @InjectMocks
+//    private DataPermissionAnnotationInterceptor interceptor;
+//
+//    @Mock
+//    private MethodInvocation methodInvocation;
+//
+//    @BeforeEach
+//    public void setUp() {
+//        interceptor.getDataPermissionCache().clear();
+//    }
+//
+//    @Test // 无 @DataPermission 注解
+//    public void testInvoke_none() throws Throwable {
+//        // 参数
+//        mockMethodInvocation(TestNone.class);
+//
+//        // 调用
+//        Object result = interceptor.invoke(methodInvocation);
+//        // 断言
+//        assertEquals("none", result);
+//        assertEquals(1, interceptor.getDataPermissionCache().size());
+//        assertTrue(CollUtil.getFirst(interceptor.getDataPermissionCache().values()).enable());
+//    }
+//
+//    @Test // 在 Method 上有 @DataPermission 注解
+//    public void testInvoke_method() throws Throwable {
+//        // 参数
+//        mockMethodInvocation(TestMethod.class);
+//
+//        // 调用
+//        Object result = interceptor.invoke(methodInvocation);
+//        // 断言
+//        assertEquals("method", result);
+//        assertEquals(1, interceptor.getDataPermissionCache().size());
+//        assertFalse(CollUtil.getFirst(interceptor.getDataPermissionCache().values()).enable());
+//    }
+//
+//    @Test // 在 Class 上有 @DataPermission 注解
+//    public void testInvoke_class() throws Throwable {
+//        // 参数
+//        mockMethodInvocation(TestClass.class);
+//
+//        // 调用
+//        Object result = interceptor.invoke(methodInvocation);
+//        // 断言
+//        assertEquals("class", result);
+//        assertEquals(1, interceptor.getDataPermissionCache().size());
+//        assertFalse(CollUtil.getFirst(interceptor.getDataPermissionCache().values()).enable());
+//    }
+//
+//    private void mockMethodInvocation(Class<?> clazz) throws Throwable {
+//        Object targetObject = clazz.newInstance();
+//        Method method = targetObject.getClass().getMethod("echo");
+//        when(methodInvocation.getThis()).thenReturn(targetObject);
+//        when(methodInvocation.getMethod()).thenReturn(method);
+//        when(methodInvocation.proceed()).then(invocationOnMock -> method.invoke(targetObject));
+//    }
+//
+//    static class TestMethod {
+//
+//        @DataPermission(enable = false)
+//        public String echo() {
+//            return "method";
+//        }
+//
+//    }
+//
+//    @DataPermission(enable = false)
+//    static class TestClass {
+//
+//        public String echo() {
+//            return "class";
+//        }
+//
+//    }
+//
+//    static class TestNone {
+//
+//        public String echo() {
+//            return "none";
+//        }
+//
+//    }
+//
+//}

+ 51 - 51
yudao-framework/yudao-spring-boot-starter-excel/src/test/java/cn/iocoder/yudao/framework/dict/core/util/DictFrameworkUtilsTest.java

@@ -1,51 +1,51 @@
-package cn.iocoder.yudao.framework.dict.core.util;
-
-import cn.iocoder.yudao.framework.common.enums.CommonStatusEnum;
-import cn.iocoder.yudao.framework.dict.core.DictFrameworkUtils;
-import cn.iocoder.yudao.framework.test.core.ut.BaseMockitoUnitTest;
-import cn.iocoder.yudao.module.system.api.dict.DictDataApi;
-import cn.iocoder.yudao.module.system.api.dict.dto.DictDataRespDTO;
-import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Test;
-import org.mockito.Mock;
-
-import static cn.iocoder.yudao.framework.test.core.util.RandomUtils.randomPojo;
-import static org.junit.jupiter.api.Assertions.assertEquals;
-import static org.mockito.Mockito.when;
-
-/**
- * {@link DictFrameworkUtils} 的单元测试
- */
-public class DictFrameworkUtilsTest extends BaseMockitoUnitTest {
-
-    @Mock
-    private DictDataApi dictDataApi;
-
-    @BeforeEach
-    public void setUp() {
-        DictFrameworkUtils.init(dictDataApi);
-    }
-
-    @Test
-    public void testGetDictDataLabel() {
-        // mock 数据
-        DictDataRespDTO dataRespDTO = randomPojo(DictDataRespDTO.class, o -> o.setStatus(CommonStatusEnum.ENABLE.getStatus()));
-        // mock 方法
-        when(dictDataApi.getDictData(dataRespDTO.getDictType(), dataRespDTO.getValue())).thenReturn(dataRespDTO);
-
-        // 断言返回值
-        assertEquals(dataRespDTO.getLabel(), DictFrameworkUtils.getDictDataLabel(dataRespDTO.getDictType(), dataRespDTO.getValue()));
-    }
-
-    @Test
-    public void testParseDictDataValue() {
-        // mock 数据
-        DictDataRespDTO resp = randomPojo(DictDataRespDTO.class, o -> o.setStatus(CommonStatusEnum.ENABLE.getStatus()));
-        // mock 方法
-        when(dictDataApi.parseDictData(resp.getDictType(), resp.getLabel())).thenReturn(resp);
-
-        // 断言返回值
-        assertEquals(resp.getValue(), DictFrameworkUtils.parseDictDataValue(resp.getDictType(), resp.getLabel()));
-    }
-
-}
+//package cn.iocoder.yudao.framework.dict.core.util;
+//
+//import cn.iocoder.yudao.framework.common.enums.CommonStatusEnum;
+//import cn.iocoder.yudao.framework.dict.core.DictFrameworkUtils;
+//import cn.iocoder.yudao.framework.test.core.ut.BaseMockitoUnitTest;
+//import cn.iocoder.yudao.module.system.api.dict.DictDataApi;
+//import cn.iocoder.yudao.module.system.api.dict.dto.DictDataRespDTO;
+//import org.junit.jupiter.api.BeforeEach;
+//import org.junit.jupiter.api.Test;
+//import org.mockito.Mock;
+//
+////import static cn.iocoder.yudao.framework.test.core.util.RandomUtils.randomPojo;
+//import static org.junit.jupiter.api.Assertions.assertEquals;
+//import static org.mockito.Mockito.when;
+//
+///**
+// * {@link DictFrameworkUtils} 的单元测试
+// */
+//public class DictFrameworkUtilsTest extends BaseMockitoUnitTest {
+//
+//    @Mock
+//    private DictDataApi dictDataApi;
+//
+//    @BeforeEach
+//    public void setUp() {
+//        DictFrameworkUtils.init(dictDataApi);
+//    }
+//
+//    @Test
+//    public void testGetDictDataLabel() {
+//        // mock 数据
+//        DictDataRespDTO dataRespDTO = randomPojo(DictDataRespDTO.class, o -> o.setStatus(CommonStatusEnum.ENABLE.getStatus()));
+//        // mock 方法
+//        when(dictDataApi.getDictData(dataRespDTO.getDictType(), dataRespDTO.getValue())).thenReturn(dataRespDTO);
+//
+//        // 断言返回值
+//        assertEquals(dataRespDTO.getLabel(), DictFrameworkUtils.getDictDataLabel(dataRespDTO.getDictType(), dataRespDTO.getValue()));
+//    }
+//
+//    @Test
+//    public void testParseDictDataValue() {
+//        // mock 数据
+//        DictDataRespDTO resp = randomPojo(DictDataRespDTO.class, o -> o.setStatus(CommonStatusEnum.ENABLE.getStatus()));
+//        // mock 方法
+//        when(dictDataApi.parseDictData(resp.getDictType(), resp.getLabel())).thenReturn(resp);
+//
+//        // 断言返回值
+//        assertEquals(resp.getValue(), DictFrameworkUtils.parseDictDataValue(resp.getDictType(), resp.getLabel()));
+//    }
+//
+//}

+ 4 - 0
yudao-module-as/yudao-module-as-biz/pom.xml

@@ -62,6 +62,10 @@
             <version>2.1.0-jdk8-snapshot</version>
             <scope>compile</scope>
         </dependency>
+
+
+
+
     </dependencies>
 
 </project>

+ 127 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/AidingStudentsPersonManageController.java

@@ -0,0 +1,127 @@
+package cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage;
+
+import cn.iocoder.yudao.framework.common.pojo.CommonResult;
+import cn.iocoder.yudao.framework.common.pojo.PageResult;
+import cn.iocoder.yudao.framework.common.util.object.BeanUtils;
+import cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo.*;
+import cn.iocoder.yudao.module.as.dal.dataobject.aidingstudentspersonmanage.AidingStudentsPersonManageDO;
+import cn.iocoder.yudao.module.as.service.aidingstudentspersonmanage.AidingStudentsPersonManageService;
+import io.swagger.v3.oas.annotations.Operation;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.validation.annotation.Validated;
+import org.springframework.web.bind.annotation.*;
+
+import javax.validation.Valid;
+
+import java.util.List;
+
+import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/8 15:38
+ * @@version 1.0
+ */
+@Tag(name = "管理后台 - 家庭困难认定项目管理 - 学生")
+@RestController
+@RequestMapping("/as/aiding-students-person-manage")
+@Validated
+public class AidingStudentsPersonManageController {
+
+    @Autowired
+    private AidingStudentsPersonManageService aidingStudentsPersonManageService;
+
+    @GetMapping("/before-upload")
+    @Operation(summary = "回显学生上传材料")
+    @PreAuthorize("@ss.hasPermission('as:aiding-students-person-manage:before-upload')")
+    public CommonResult<AidingStudentsPersonManageUploadRespVO> beforeuploadAidingStudentsPersonManage() {
+        return success(aidingStudentsPersonManageService.beforeuploadAidingStudentsManage());
+    }
+
+    @PostMapping("/upload")
+    @Operation(summary = "学生上传材料")
+    @PreAuthorize("@ss.hasPermission('as:aiding-students-person-manage:upload')")
+    public CommonResult<Boolean> uploadAidingStudentsPersonManage(@Valid @RequestBody AidingStudentsPersonManageUploadRespVO uploadVO) {
+        aidingStudentsPersonManageService.uploadAidingStudentsManage(uploadVO);
+        return success(true);
+    }
+
+    @GetMapping("/check")
+    @Operation(summary = "学生查看申请信息")
+    @PreAuthorize("@ss.hasPermission('as:aiding-students-person-manage:check')")
+    public CommonResult<AidingStudentsPersonManageUploadRespVO> checkAidingStudentsPersonManage() {
+        return success(aidingStudentsPersonManageService.checkAidingStudentsManage());
+    }
+
+    @PutMapping("/edit")
+    @Operation(summary = "学生修改申请信息")
+    @PreAuthorize("@ss.hasPermission('as:aiding-students-person-manage:edit')")
+    public CommonResult<Boolean> editAidingStudentsPersonManage(@Valid @RequestBody AidingStudentsPersonManageUploadRespVO uploadVO) {
+        aidingStudentsPersonManageService.editAidingStudentsManage(uploadVO);
+        return success(true);
+    }
+
+    @GetMapping("/college-get-page")
+    @Operation(summary = "学院模糊查询获取学生申请名单分页")
+    @PreAuthorize("@ss.hasPermission('as:aiding-students-person-manage:college-get-page')")
+    public CommonResult<PageResult<AidingStudentPersonManageCollegeRespVO>> getAidingStudentsPersonManageCollegePage(@Valid @RequestBody AidingStudentPersonManagerCollegePageReqVO pageReqVO) {
+        return success(aidingStudentsPersonManageService.getAidingStudentsPersonManageCollegePage(pageReqVO));
+    }
+
+
+    @GetMapping("/class-get-page")
+    @Operation(summary = "班级模糊查询获取学生申请名单分页")
+    @PreAuthorize("@ss.hasPermission('as:aiding-students-person-manage:class-get-page')")
+    public CommonResult<PageResult<AidingStudentsPersonManageClassRespVO>> getAidingStudentsPersonManagePage(@Valid @RequestBody AidingStudentsPersonManageClassPageReqVO pageReqVO) {
+        PageResult<AidingStudentsPersonManageDO> pageResult = aidingStudentsPersonManageService.getAidingStudentsPersonManageClassPage(pageReqVO);
+        return success(BeanUtils.toBean(pageResult, AidingStudentsPersonManageClassRespVO.class));
+    }
+
+    @PutMapping("/all-sort")
+    @Operation(summary = "班级定序 - 集体")
+    @PreAuthorize("@ss.hasPermission('as:aiding-students-person-manage:all-sort')")
+    public CommonResult<Boolean> allsortAidingStudentsPersonManage(@Valid @RequestBody List<AidingStudentPersonManageSortReqVO> ids){
+        aidingStudentsPersonManageService.allsortAidingStudentsManage(ids);
+        return success(true);
+    }
+
+    @PutMapping("/person-sort")
+    @Operation(summary = "班级定序 - 单个人 - 防住发生错误")
+    @PreAuthorize("@ss.hasPermission('as:aiding-students-person-manage:person-sort')")
+    public CommonResult<Boolean> sortAidingStudentsPersonManage(@RequestParam("id") Long id,
+                                                                @RequestParam("sort")Integer sort,
+                                                                @RequestParam("difficultType")Integer difficultType){
+        aidingStudentsPersonManageService.sortAidingStudentsManage(id,sort,difficultType);
+        return success(true);
+    }
+
+    @PostMapping("/upload-result")
+    @Operation(summary = "班主任上传线下讨论结果照片")
+    @PreAuthorize("@ss.hasPermission('as:aiding-students-person-manage:upload-result')")
+    public CommonResult<Boolean> uploadResultAidingStudentsPersonManage(@Valid @RequestBody AidingStudentPersonManageClassResultReqVO classuploadVO) {
+        aidingStudentsPersonManageService.uploadResultAidingStudentsManage(classuploadVO);
+        return success(true);
+    }
+
+    @GetMapping("/school-get-page")
+    @Operation(summary = "学校模糊查询获取学生申请名单分页")
+    @PreAuthorize("@ss.hasPermission('as:aiding-students-person-manage:school-get-page')")
+    public CommonResult<PageResult<AidingStudentPersonManageSchoolRespVO>> teachergetAidingStudentsPersonManagePage(@Valid @RequestBody AidingStudentPersonManageSchoolPageReqVO pageReqVO) {
+        return success(aidingStudentsPersonManageService.schoolgetAidingStudentsPersonManagePage(pageReqVO));
+    }
+
+    @GetMapping("/school-get-student-info-part")
+    @Operation(summary = "学校获取统计数据(部分)")
+    @PreAuthorize("@ss.hasPermission('as:aiding-students-person-manage:school-get-student-info-part')")
+    public CommonResult<AidingStudentPersonManageDataPartRespVO> tteachergetAidingStudentsPersonManageData(@Valid @RequestParam("manageId")Integer manageId) {
+        return success(aidingStudentsPersonManageService.schoolgetAidingStudentsPersonManageData(manageId));
+    }
+
+
+
+
+
+
+}

+ 28 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageClassResultReqVO.java

@@ -0,0 +1,28 @@
+package cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo;
+
+import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/8 19:59
+ * @@version 1.0
+ */
+@Schema(description = "管理后台 - 家庭困难认定项目管理 班级Resp VO")
+@Data
+@ExcelIgnoreUnannotated
+public class AidingStudentPersonManageClassResultReqVO {
+    private String major;
+    private String grade;
+    // 班级
+    private String className;
+    // 班主任名字(负责人)
+    private String teacherName;
+    // 照片
+    private String image;
+    // 学院id
+    private Integer collegeManageId;
+    // 项目ID
+    private Integer manageId;
+}

+ 32 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageClassVO.java

@@ -0,0 +1,32 @@
+package cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo;
+
+import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/9 10:43
+ * @@version 1.0
+ */
+@Schema(description = "管理后台 - 家庭困难认定项目管理 班级Resp VO")
+@Data
+@ExcelIgnoreUnannotated
+public class AidingStudentPersonManageClassVO {
+    private String major;
+    private String grade;
+    // 班级名称
+    private String className;
+
+    // 审核人数
+    private Integer classAll;
+
+    // 待审核人数
+    private Integer classAudit;
+
+    // 待修改人数
+    private Integer classEdit;
+
+    // 已经通过人数
+    private Integer classPass;
+}

+ 33 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageCollegeRespVO.java

@@ -0,0 +1,33 @@
+package cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo;
+
+import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+
+import java.util.List;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/9 10:14
+ * @@version 1.0
+ */
+@Schema(description = "管理后台 - 家庭困难认定项目管理 学院 Resp VO")
+@Data
+@ExcelIgnoreUnannotated
+public class AidingStudentPersonManageCollegeRespVO {
+    private String major;
+    private String grade;
+    // 学院申请人数
+    private Integer collegeAll;
+
+    // 学院待审核人数
+    private Integer collegeAudit;
+
+    // 学院待修改人数
+    private Integer collegeEdit;
+
+    // 已经通过人数
+    private Integer collegePass;
+
+    private List<AidingStudentPersonManageClassVO> list;
+}

+ 27 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageDataPartRespVO.java

@@ -0,0 +1,27 @@
+package cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo;
+
+import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+
+import java.util.List;
+import java.util.Map;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/11 14:22
+ * @@version 1.0
+ */
+@Schema(description = "管理后台 - 家庭困难认定项目管理 班级Resp VO")
+@Data
+@ExcelIgnoreUnannotated
+public class AidingStudentPersonManageDataPartRespVO {
+    private String major;
+    private String grade;
+    // 提交人数
+    private Integer allsubmit;
+    // 审批完成人数
+    private Integer completedNumber;
+    // 各个学院申请人数\通过人数
+    private List<Map<String, Object>> collegeNumber;
+}

+ 36 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageSchoolPageReqVO.java

@@ -0,0 +1,36 @@
+package cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo;
+
+import cn.iocoder.yudao.framework.common.pojo.PageParam;
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.ToString;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/10 10:06
+ * @@version 1.0
+ */
+@Schema(description = "管理后台 - 家庭困难认定项目管理分页 - 学生 Request VO")
+@Data
+@EqualsAndHashCode(callSuper = true)
+@ToString(callSuper = true)
+public class AidingStudentPersonManageSchoolPageReqVO extends PageParam {
+    // 学院
+    private Integer collegeManageId;
+    // 项目ID
+    private Integer manageId;
+    // 年级
+    private String grade;
+    // 班级
+    private String clName;
+    // 学号
+    private String studentSno;
+    // 姓名
+    private String name;
+    // 申请类型
+    private Integer difficultType;
+    // 专业
+    private String major;;
+
+}

+ 44 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageSchoolRespVO.java

@@ -0,0 +1,44 @@
+package cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo;
+
+import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+
+import java.time.LocalDateTime;
+import java.util.List;
+import java.util.Map;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/10 9:50
+ * @@version 1.0
+ */
+@Schema(description = "管理后台 - 家庭困难认定项目管理 班级Resp VO")
+@Data
+@ExcelIgnoreUnannotated
+public class AidingStudentPersonManageSchoolRespVO {
+    /**
+     * 表格需要数据
+     */
+    // id
+    private Integer id;
+    // 学院 项目管理ID
+    private Integer collegeManageId;
+    //计算机类2023-1班
+    // 年级
+    private String grade;
+    // 专业
+    private String major;
+    // 班级
+    private String clName;
+    // 学号
+    private String studentSno;
+    // 姓名
+    private String name;
+    // 申请类型
+    private Integer difficultType;
+    // 申请时间
+    private LocalDateTime time;
+    // 状态(待审核,待民主平移,通过,公示中,待学校审核,学校公示中,规定整理中,已经完结)
+    private Integer status;
+}

+ 25 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManageSortReqVO.java

@@ -0,0 +1,25 @@
+package cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo;
+
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.ToString;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/9 14:54
+ * @@version 1.0
+ */
+@Schema(description = "管理后台 - 家庭困难认定项目管理分页 -  Request VO")
+@Data
+@ToString(callSuper = true)
+public class AidingStudentPersonManageSortReqVO {
+    // 学生ID(主键)
+    private Integer id;
+    // 排序
+    private Integer sort;
+    // 困难类型
+    private Integer difficultType;
+    private String major;
+    private String grade;
+}

+ 38 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentPersonManagerCollegePageReqVO.java

@@ -0,0 +1,38 @@
+package cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo;
+
+import cn.iocoder.yudao.framework.common.pojo.PageParam;
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.ToString;
+
+import java.util.List;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/9 10:19
+ * @@version 1.0
+ */
+@Schema(description = "管理后台 - 家庭困难认定项目管理分页 - 学生 Request VO")
+@Data
+@EqualsAndHashCode(callSuper = true)
+@ToString(callSuper = true)
+public class AidingStudentPersonManagerCollegePageReqVO extends PageParam {
+
+    // 学院项目Id
+    private Integer collegeManageId;
+
+    // 项目ID
+    private Integer manageId;
+
+    // 专业
+    private String major;
+
+    // 年级
+    private String grade;
+
+    // 班级
+    private String clName;
+
+
+}

+ 37 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentsPersonManageClassPageReqVO.java

@@ -0,0 +1,37 @@
+package cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo;
+
+import cn.iocoder.yudao.framework.common.pojo.PageParam;
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+import lombok.ToString;
+
+import java.time.LocalDateTime;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/8 18:40
+ * @@version 1.0
+ */
+@Schema(description = "管理后台 - 家庭困难认定项目管理分页 - 学生 Request VO")
+@Data
+@EqualsAndHashCode(callSuper = true)
+@ToString(callSuper = true)
+public class AidingStudentsPersonManageClassPageReqVO extends PageParam {
+    // 班级名称
+    private String className;
+    // 学院Id
+    private Integer collegeManageId;
+    // 项目ID
+    private Integer manageId;
+    //姓名
+    private String nickname;
+    // 困难类型
+    private Integer difficultType;
+    // 学号
+    private String studentSno;
+    // 状态
+    private Integer status;
+    private String major;
+    private String grade;
+}

+ 51 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentsPersonManageClassRespVO.java

@@ -0,0 +1,51 @@
+package cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo;
+
+import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+
+import java.time.LocalDateTime;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/8 16:33
+ * @@version 1.0
+ */
+@Schema(description = "管理后台 - 家庭困难认定项目管理 Resp VO")
+@Data
+@ExcelIgnoreUnannotated
+public class AidingStudentsPersonManageClassRespVO {
+    private Integer id;
+    //姓名
+    private String nickname;
+    // 困难类型
+    private Integer difficultType;
+    // 附件PDF
+    private String pdf;
+    // 证明材料
+    private String evidence;
+    // 排序
+    private Integer sort;
+    // 学院id
+    private Integer collegeManageId;
+    // 项目ID
+    private Integer manageId;
+    // 班级 :计算机类2023-1班
+    private String className;
+    // 备注
+    private String notes;
+    // 学号
+    private String studentSno;
+    // 入学年份
+    private String enrollmentYear;
+    //身份证号
+    private String idCard;
+    // 户籍地
+    private String registeredResidence;
+    // 状态
+    private Integer status;
+    // 专业名称
+    private String major;
+    // 年级
+    private String grade;
+}

+ 50 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/aidingstudentspersonmanage/vo/AidingStudentsPersonManageUploadRespVO.java

@@ -0,0 +1,50 @@
+package cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo;
+
+import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
+import io.swagger.v3.oas.annotations.media.Schema;
+import lombok.Data;
+
+import java.time.LocalDateTime;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/8 15:57
+ * @@version 1.0
+ */
+@Schema(description = "管理后台 - 家庭困难认定项目管理 Upload VO")
+@Data
+@ExcelIgnoreUnannotated
+public class AidingStudentsPersonManageUploadRespVO {
+    // id
+    private Integer id;
+    //姓名
+    private String nickname;
+    // 困难类型
+    private Integer difficultType;
+    // 附件PDF
+    private String pdf;
+    // 证明材料
+    private String evidence;
+    // 排序
+    private Integer sort;
+    // 学院项目id
+    private Integer collegeManageId;
+    // 项目ID
+    private Integer manageId;
+    // 班级
+    private String className;
+    // 备注
+    private String notes;
+    // 学号
+    private String studentSno;
+    // 入学年份
+    private String enrollmentYear;
+    //身份证号
+    private String idCard;
+    // 户籍地
+    private String registeredResidence;
+    // 状态
+    private Integer status;
+    private String major;
+    private String grade;
+}

+ 2 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/financialaidcollegemanage/FinancialAidCollegeManageController.java

@@ -35,6 +35,7 @@ import cn.iocoder.yudao.module.as.service.financialaidcollegemanage.FinancialAid
 @Validated
 public class FinancialAidCollegeManageController {
 
+
     @Resource
     private FinancialAidCollegeManageService financialAidCollegeManageService;
 
@@ -42,6 +43,7 @@ public class FinancialAidCollegeManageController {
     @Operation(summary = "创建助学金评定项目学院管理")
     @PreAuthorize("@ss.hasPermission('as:financial-aid-college-manage:create')")
     public CommonResult<Long> createFinancialAidCollegeManage(@Valid @RequestBody FinancialAidCollegeManageSaveReqVO createReqVO) {
+        // 根据学校项目创建学院项目,补充一部分信息
         return success(financialAidCollegeManageService.createFinancialAidCollegeManage(createReqVO));
     }
 

+ 1 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/financialaidmanage/FinancialAidManageController.java

@@ -42,6 +42,7 @@ public class FinancialAidManageController {
     @Operation(summary = "创建助学金项目管理")
     @PreAuthorize("@ss.hasPermission('as:financial-aid-manage:create')")
     public CommonResult<Long> createFinancialAidManage(@Valid @RequestBody FinancialAidManageSaveReqVO createReqVO) {
+        // 绑定对应的家庭经济困难认定项目,设置名额分配
         return success(financialAidManageService.createFinancialAidManage(createReqVO));
     }
 

+ 3 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/controller/admin/financialaidmanage/vo/FinancialAidManageSaveReqVO.java

@@ -35,4 +35,7 @@ public class FinancialAidManageSaveReqVO {
     @Schema(description = "助学金各学院名额分配")
     private String financialAidQuota;
 
+    @Schema(description = "绑定家庭经济困难认定管理")
+    private Integer studentManageId;
+
 }

+ 41 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/dal/dataobject/aidingstudentspersonmanage/AidingStudentPersonManageEvaluationResultDO.java

@@ -0,0 +1,41 @@
+package cn.iocoder.yudao.module.as.dal.dataobject.aidingstudentspersonmanage;
+
+import cn.iocoder.yudao.framework.mybatis.core.dataobject.BaseDO;
+import com.baomidou.mybatisplus.annotation.IdType;
+import com.baomidou.mybatisplus.annotation.KeySequence;
+import com.baomidou.mybatisplus.annotation.TableId;
+import com.baomidou.mybatisplus.annotation.TableName;
+import lombok.*;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/8 19:48
+ * @@version 1.0
+ */
+@TableName("as_aiding_students_person_manage_evaluation_result")
+@KeySequence("as_aiding_students_manage_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
+@Data
+@EqualsAndHashCode(callSuper = true)
+@ToString(callSuper = true)
+@Builder
+@NoArgsConstructor
+@AllArgsConstructor
+public class AidingStudentPersonManageEvaluationResultDO extends BaseDO {
+    // 序号
+    @TableId(value = "id", type = IdType.AUTO)
+    private Integer id;
+    // 班级
+    private String className;
+    // 班主任名字
+    private String teacherName;
+    // 照片
+    private String image;
+    // 状态(1已经评价,0未评价)
+    private Integer status;
+    // 学院项目管理id
+    private Integer collegeManageId;
+    // 项目ID
+    private Integer manageId;
+    private String major;
+    private String grade;
+}

+ 66 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/dal/dataobject/aidingstudentspersonmanage/AidingStudentsPersonManageDO.java

@@ -0,0 +1,66 @@
+package cn.iocoder.yudao.module.as.dal.dataobject.aidingstudentspersonmanage;
+import cn.iocoder.yudao.framework.mybatis.core.dataobject.BaseDO;
+import com.baomidou.mybatisplus.annotation.IdType;
+import com.baomidou.mybatisplus.annotation.KeySequence;
+import com.baomidou.mybatisplus.annotation.TableId;
+import com.baomidou.mybatisplus.annotation.TableName;
+import lombok.*;
+
+import java.time.LocalDateTime;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/8 15:40
+ * @@version 1.0
+ */
+@TableName("as_aiding_students_person_manage")
+@KeySequence("as_aiding_students_manage_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
+@Data
+@EqualsAndHashCode(callSuper = true)
+@ToString(callSuper = true)
+@Builder
+@NoArgsConstructor
+@AllArgsConstructor
+public class AidingStudentsPersonManageDO extends BaseDO {
+    // 序号
+    @TableId(value = "id", type = IdType.AUTO)
+    private Integer id;
+    //姓名
+    private String nickname;
+    // 困难类型
+    private Integer difficultType;
+    // 附件PDF
+    private String pdf;
+    // 证明材料
+    private String evidence;
+    // 排序
+    private Integer sort;
+    // 学院id
+    private Integer collegeId;
+    // 项目ID
+    private Integer manageId;
+    // 学院项目主键ID
+    private Integer collegeManageId;
+    // 班级 :计算机类2023-1班
+    private String className;
+    // 备注
+    private String notes;
+    // 学号
+    private String studentSno;
+    // 入学年份
+    private String enrollmentYear;
+    //身份证号
+    private String idCard;
+    // 户籍地
+    private String registeredResidence;
+    // 状态
+    private Integer status;
+    // 驳回批注
+    private String rejectNotes;
+    // 专业
+    private String major;
+    // 年级
+    private String grade;
+    // 所在院系名称
+    private String collegeName;
+}

+ 14 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/dal/mysql/aidingstudentspersonmanage/AidingStudentPersonManageEvaluationResultMapper.java

@@ -0,0 +1,14 @@
+package cn.iocoder.yudao.module.as.dal.mysql.aidingstudentspersonmanage;
+
+import cn.iocoder.yudao.framework.mybatis.core.mapper.BaseMapperX;
+import cn.iocoder.yudao.module.as.dal.dataobject.aidingstudentspersonmanage.AidingStudentPersonManageEvaluationResultDO;
+import org.apache.ibatis.annotations.Mapper;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/8 19:54
+ * @@version 1.0
+ */
+@Mapper
+public interface AidingStudentPersonManageEvaluationResultMapper extends BaseMapperX<AidingStudentPersonManageEvaluationResultDO> {
+}

+ 57 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/dal/mysql/aidingstudentspersonmanage/AidingStudentsPersonManageMapper.java

@@ -0,0 +1,57 @@
+package cn.iocoder.yudao.module.as.dal.mysql.aidingstudentspersonmanage;
+
+import cn.iocoder.yudao.framework.common.pojo.PageResult;
+import cn.iocoder.yudao.framework.mybatis.core.mapper.BaseMapperX;
+import cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo.AidingStudentPersonManagerCollegePageReqVO;
+import cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo.AidingStudentsPersonManageClassPageReqVO;
+import cn.iocoder.yudao.module.as.dal.dataobject.aidingstudentspersonmanage.AidingStudentsPersonManageDO;
+import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
+import org.apache.commons.lang3.StringUtils;
+import org.apache.ibatis.annotations.Mapper;
+import org.apache.ibatis.annotations.Select;
+
+import java.util.List;
+import java.util.Map;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/8 15:50
+ * @@version 1.0
+ */
+@Mapper
+public interface AidingStudentsPersonManageMapper extends BaseMapperX<AidingStudentsPersonManageDO> {
+
+    default PageResult<AidingStudentsPersonManageDO> selectPage(AidingStudentsPersonManageClassPageReqVO reqVO) {
+        return selectPage(reqVO, new LambdaQueryWrapper<AidingStudentsPersonManageDO>()
+                .eq(StringUtils.isNotBlank(reqVO.getClassName()),AidingStudentsPersonManageDO::getDifficultType, reqVO.getClassName())
+                .eq(reqVO.getCollegeManageId() != null,AidingStudentsPersonManageDO::getDifficultType, reqVO.getCollegeManageId())
+                .eq(reqVO.getManageId() != null,AidingStudentsPersonManageDO::getDifficultType, reqVO.getManageId())
+                .like(StringUtils.isNotBlank(reqVO.getNickname()),AidingStudentsPersonManageDO::getNickname, reqVO.getNickname())
+                .like(StringUtils.isNotBlank(reqVO.getStudentSno()),AidingStudentsPersonManageDO::getStudentSno, reqVO.getStudentSno())
+                .eq(reqVO.getDifficultType() != null,AidingStudentsPersonManageDO::getDifficultType, reqVO.getDifficultType())
+                .orderByDesc(AidingStudentsPersonManageDO::getId));
+    }
+
+    /**
+     * 根据学生ID查询data_info数据
+     * */
+    @Select("select * from data_student_info where student_id = #{Id}")
+    Map getByStudentId(String Id);
+
+
+
+    /**
+     * 查询学院各个班的数量跟申请人数
+     * @return
+     */
+    List<Map<String, Object>> countByClassName(AidingStudentPersonManagerCollegePageReqVO pageReqVO);
+
+
+    /**
+     *
+     * @param szzym
+     */
+
+    @Select("select ZYMC from data_professional_info where ZYM = #{szzym}")
+    Map getMajorById(Object szzym);
+}

+ 2 - 1
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/service/aidingstudentsmanage/AidingStudentsManageServiceImpl.java

@@ -69,7 +69,8 @@ public class AidingStudentsManageServiceImpl implements AidingStudentsManageServ
     }
 
     @Override
-    public PageResult<AidingStudentsManageDO> getAidingStudentsManagePage(AidingStudentsManagePageReqVO pageReqVO) {
+    public PageResult<AidingStudentsManageDO> getAidingStudentsManagePage(
+            AidingStudentsManagePageReqVO pageReqVO) {
         return aidingStudentsManageMapper.selectPage(pageReqVO);
     }
 

+ 9 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/service/aidingstudentspersonmanage/AidingStudentPersonManageEvaluationResultService.java

@@ -0,0 +1,9 @@
+package cn.iocoder.yudao.module.as.service.aidingstudentspersonmanage;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/8 19:53
+ * @@version 1.0
+ */
+public interface AidingStudentPersonManageEvaluationResultService {
+}

+ 15 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/service/aidingstudentspersonmanage/AidingStudentPersonManageEvaluationResultServiceImpl.java

@@ -0,0 +1,15 @@
+package cn.iocoder.yudao.module.as.service.aidingstudentspersonmanage;
+
+import cn.iocoder.yudao.module.as.dal.dataobject.aidingstudentspersonmanage.AidingStudentPersonManageEvaluationResultDO;
+import cn.iocoder.yudao.module.as.dal.mysql.aidingstudentspersonmanage.AidingStudentPersonManageEvaluationResultMapper;
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
+import org.springframework.stereotype.Service;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/8 19:53
+ * @@version 1.0
+ */
+@Service
+public class AidingStudentPersonManageEvaluationResultServiceImpl extends ServiceImpl<AidingStudentPersonManageEvaluationResultMapper, AidingStudentPersonManageEvaluationResultDO> implements AidingStudentPersonManageEvaluationResultService{
+}

+ 86 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/service/aidingstudentspersonmanage/AidingStudentsPersonManageService.java

@@ -0,0 +1,86 @@
+package cn.iocoder.yudao.module.as.service.aidingstudentspersonmanage;
+
+import cn.iocoder.yudao.framework.common.pojo.PageResult;
+import cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo.*;
+import cn.iocoder.yudao.module.as.dal.dataobject.aidingstudentspersonmanage.AidingStudentsPersonManageDO;
+
+import java.util.List;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/8 15:48
+ * @@version 1.0
+ */
+public interface AidingStudentsPersonManageService  {
+    /**
+     *
+     * @return
+     */
+    AidingStudentsPersonManageUploadRespVO beforeuploadAidingStudentsManage();
+    /**
+     * 学生上传材料
+     * @param uploadVO
+     * @return
+     */
+    void uploadAidingStudentsManage(AidingStudentsPersonManageUploadRespVO uploadVO);
+
+    /**
+     * 获取学生申请信息分页
+     * @param pageReqVO
+     * @return
+     */
+    PageResult<AidingStudentsPersonManageDO> getAidingStudentsPersonManageClassPage(AidingStudentsPersonManageClassPageReqVO pageReqVO);
+
+
+    /**
+     * 班级定序
+     * @param id
+     * @param sort
+     */
+    void sortAidingStudentsManage(Long id, Integer sort,Integer difficultType);
+
+    /**
+     * 班主任上传线下讨论结果信息
+     * @param classuploadVO
+     */
+    void uploadResultAidingStudentsManage(AidingStudentPersonManageClassResultReqVO classuploadVO);
+
+    /**
+     * 学生查看申请信息
+     */
+    AidingStudentsPersonManageUploadRespVO checkAidingStudentsManage();
+
+    /**
+     * 学生修改申请信息
+     * @param uploadVO
+     */
+    void editAidingStudentsManage(AidingStudentsPersonManageUploadRespVO uploadVO);
+
+    /**
+     * 学院获取各个班级的分页信息
+     * @param pageReqVO
+     * @return
+     */
+    PageResult<AidingStudentPersonManageCollegeRespVO> getAidingStudentsPersonManageCollegePage(AidingStudentPersonManagerCollegePageReqVO pageReqVO);
+
+    /**
+     * 班级定序,集体
+     * @param ids
+     */
+    void allsortAidingStudentsManage(List<AidingStudentPersonManageSortReqVO> ids);
+
+
+    /**
+     * 办公室老师获取学生分页信息
+     * @param pageReqVO
+     * @return
+     */
+    PageResult<AidingStudentPersonManageSchoolRespVO> schoolgetAidingStudentsPersonManagePage(AidingStudentPersonManageSchoolPageReqVO pageReqVO);
+
+    /**
+     * 获取各个学院的部分信息
+     * @param manageId
+     * @return
+     */
+    AidingStudentPersonManageDataPartRespVO schoolgetAidingStudentsPersonManageData(Integer manageId);
+}

+ 330 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/service/aidingstudentspersonmanage/AidingStudentsPersonManageServiceImpl.java

@@ -0,0 +1,330 @@
+package cn.iocoder.yudao.module.as.service.aidingstudentspersonmanage;
+import cn.iocoder.yudao.framework.common.pojo.PageResult;
+import cn.iocoder.yudao.framework.common.util.object.BeanUtils;
+import cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo.*;
+import cn.iocoder.yudao.module.as.dal.dataobject.aidingstudentspersonmanage.AidingStudentPersonManageEvaluationResultDO;
+import cn.iocoder.yudao.module.as.dal.dataobject.aidingstudentspersonmanage.AidingStudentsPersonManageDO;
+import cn.iocoder.yudao.module.as.dal.mysql.aidingstudentspersonmanage.AidingStudentPersonManageEvaluationResultMapper;
+import cn.iocoder.yudao.module.as.dal.mysql.aidingstudentspersonmanage.AidingStudentsPersonManageMapper;
+import cn.iocoder.yudao.module.system.api.dept.DeptApi;
+import cn.iocoder.yudao.module.system.api.dept.dto.DeptRespDTO;
+import cn.iocoder.yudao.module.system.api.user.AdminUserApi;
+import cn.iocoder.yudao.module.system.api.user.dto.AdminUserRespDTO;
+import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
+import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
+import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper;
+import com.baomidou.mybatisplus.core.toolkit.StringUtils;
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
+import lombok.extern.slf4j.Slf4j;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+
+import javax.annotation.Resource;
+
+import java.util.*;
+
+import static cn.iocoder.yudao.framework.security.core.util.SecurityFrameworkUtils.getLoginUser;
+
+/**
+ * @autor WoVoM
+ * @data 2024/7/8 15:49
+ * @@version 1.0
+ */
+@Service
+@Slf4j
+public class AidingStudentsPersonManageServiceImpl extends ServiceImpl<AidingStudentsPersonManageMapper, AidingStudentsPersonManageDO> implements AidingStudentsPersonManageService{
+
+    @Autowired
+    private AidingStudentsPersonManageMapper aidingStudentsPersonManageMapper;
+
+    @Resource
+    private AidingStudentPersonManageEvaluationResultMapper aidingStudentPersonManageEvaluationResultMapper;
+
+    @Autowired
+    private DeptApi deptApi;
+
+    @Autowired
+    private AdminUserApi adminUserApi;
+
+    /**
+     * 学生上传材料之前的信息回显
+     * @return
+     */
+    @Override
+    public AidingStudentsPersonManageUploadRespVO beforeuploadAidingStudentsManage() {
+        try {
+            AdminUserRespDTO user = adminUserApi.getUser(getLoginUser().getId());
+            AidingStudentsPersonManageUploadRespVO result = new AidingStudentsPersonManageUploadRespVO();
+            // 获取当前登录的用户表
+            Map map = aidingStudentsPersonManageMapper.getByStudentId(user.getStudentId());
+            log.info("map = {}" , map);
+            // *班级名称
+            result.setClassName((String) map.get("SZBJMC"));
+            // *学号
+            result.setStudentSno(user.getStudentId());
+            // *入学年份
+            result.setEnrollmentYear((String) map.get("RXNY"));
+            // *身份证
+            result.setIdCard((String) map.get("SFZJH"));
+            // *户籍
+            result.setRegisteredResidence((String) map.get("JG"));
+            return result;
+        } catch (Exception exception) {
+            exception.printStackTrace();
+            return null;
+        }
+    }
+
+    /**
+     * 学生上传材料
+     * @param uploadVO
+     * @return
+     */
+    @Override
+    public void uploadAidingStudentsManage(AidingStudentsPersonManageUploadRespVO uploadVO) {
+        // 1.获取当前登录的用户表
+        AidingStudentsPersonManageDO aDo = BeanUtils.toBean(uploadVO, AidingStudentsPersonManageDO.class);
+        AdminUserRespDTO user =  adminUserApi.getUser(getLoginUser().getId());
+        Map map = aidingStudentsPersonManageMapper.getByStudentId(user.getStudentId());
+        // 2.补充字段
+        // 项目ID跟学院项目ID前端传
+
+        // 学院ID
+        Long collegeId = deptApi.getCollegeId(user.getDeptId());
+        aDo.setCollegeId(Math.toIntExact(collegeId));
+        // 学院名称
+        DeptRespDTO dept = deptApi.getDept(user.getDeptId());
+        aDo.setCollegeName(dept.getName());
+        // 专业名称
+        Map szzym = aidingStudentsPersonManageMapper.getMajorById(map.get("SZZYM"));
+        log.info("szzym = {}", szzym);
+        aDo.setMajor((String) szzym.get("ZYMC"));
+        // 年级
+        aDo.setGrade((String) map.get("SZNJ"));
+        // 姓名
+        aDo.setNickname(user.getNickname());
+        // 状态
+        aDo.setStatus(0);
+        aidingStudentsPersonManageMapper.insert(aDo);
+    }
+
+    /**
+     * 学生查看自己的申请信息
+     */
+    @Override
+    public AidingStudentsPersonManageUploadRespVO checkAidingStudentsManage() {
+        AdminUserRespDTO user =  adminUserApi.getUser(getLoginUser().getId());
+        AidingStudentsPersonManageDO me = this.getById(user.getStudentId());
+        return BeanUtils.toBean(me, AidingStudentsPersonManageUploadRespVO.class);
+    }
+
+    /**
+     * 学生修改申请信息
+     * @param uploadVO
+     */
+    @Override
+    public void editAidingStudentsManage(AidingStudentsPersonManageUploadRespVO uploadVO) {
+        AidingStudentsPersonManageDO aDo = new AidingStudentsPersonManageDO();
+         aDo = BeanUtils.toBean(uploadVO, AidingStudentsPersonManageDO.class);
+         log.info("aDo 信息如下{}" , aDo);
+         aDo.setRejectNotes("");
+         aidingStudentsPersonManageMapper.updateById(aDo);
+    }
+
+    /**
+     * 学院获取各个班级的分页信息
+     * @param pageReqVO
+     * @return
+     */
+    @Override
+    public PageResult<AidingStudentPersonManageCollegeRespVO> getAidingStudentsPersonManageCollegePage(
+            AidingStudentPersonManagerCollegePageReqVO pageReqVO) {
+        AidingStudentPersonManageCollegeRespVO vo = new AidingStudentPersonManageCollegeRespVO();
+        List<AidingStudentPersonManageClassVO> list = new ArrayList<>();
+        List<AidingStudentsPersonManageDO> allList = aidingStudentsPersonManageMapper
+                .selectList(new LambdaQueryWrapper<AidingStudentsPersonManageDO>()
+                        .eq(AidingStudentsPersonManageDO::getCollegeManageId, pageReqVO.getCollegeManageId())
+                        .eq(AidingStudentsPersonManageDO::getManageId, pageReqVO.getManageId())
+                        .like(StringUtils.isNotBlank(pageReqVO.getMajor()), AidingStudentsPersonManageDO::getMajor, pageReqVO.getMajor())
+                        .like(StringUtils.isNotBlank(pageReqVO.getGrade()), AidingStudentsPersonManageDO::getGrade, pageReqVO.getGrade())
+                        .like(StringUtils.isNotBlank(pageReqVO.getClName()), AidingStudentsPersonManageDO::getClassName, pageReqVO.getClName()));
+        int wait = 0, edit = 0, pass = 0;
+        for (int i = 0; i < allList.size(); i++) {
+            AidingStudentsPersonManageDO aDo = allList.get(i);
+            if (aDo.getStatus() == 0) {
+                wait++;
+            } else if (aDo.getStatus() == 1) {
+                edit++;
+            } else if (aDo.getStatus() == 2) {
+                pass++;
+            } else {
+
+            }
+        }
+        vo.setCollegeAll(allList.size());
+        vo.setCollegeAudit(wait);
+        vo.setCollegeEdit(edit);
+        vo.setCollegePass(pass);
+        log.info("vo信息如下{}", vo);
+        log.info("pageVo信息如下{}", pageReqVO);
+        List<Map<String, Object>> maps = aidingStudentsPersonManageMapper
+                .countByClassName(pageReqVO);
+        log.info("map信息如下{}", maps);
+        for (Map<String, Object> map : maps) {
+            log.info("遍历Map{}", map);
+            AidingStudentPersonManageClassVO classVo = new AidingStudentPersonManageClassVO();
+            List<AidingStudentsPersonManageDO> classList = aidingStudentsPersonManageMapper
+                    .selectList(new LambdaQueryWrapper<AidingStudentsPersonManageDO>()
+                            .eq(AidingStudentsPersonManageDO::getCollegeManageId, pageReqVO.getCollegeManageId())
+                            .eq(AidingStudentsPersonManageDO::getManageId, pageReqVO.getManageId())
+                            .eq(AidingStudentsPersonManageDO::getClassName, map.get("class_name")));
+            log.info("classList = {}", classList);
+            wait = 0;
+            edit = 0;
+            pass = 0;
+            for (int i = 0; i < classList.size(); i++) {
+                AidingStudentsPersonManageDO aDo = classList.get(i);
+                if (aDo.getStatus() == 0) {
+                    wait++;
+                } else if (aDo.getStatus() == 1) {
+                    edit++;
+                } else if (aDo.getStatus() == 2) {
+                    pass++;
+                } else {
+                }
+            }
+            log.info("classVo 如下{}", classVo);
+            classVo.setClassName((String) map.get("class_name"));
+            classVo.setClassAll(classList.size());
+            classVo.setClassAudit(wait);
+            classVo.setClassEdit(edit);
+            classVo.setClassPass(pass);
+            list.add(classVo);
+        }
+        vo.setList(list);
+        log.info("vo = {}", vo);
+        Long total = Long.valueOf(list.size());
+        log.info("total = {}", total);
+        List<AidingStudentPersonManageCollegeRespVO> Tlist = new ArrayList<>();
+        Tlist.add(vo);
+        log.info("Tlist = {}", Tlist);
+        PageResult<AidingStudentPersonManageCollegeRespVO> result = new PageResult<>(Tlist, total);
+        return result;
+    }
+
+    /**
+     * 班级获取学生申请信息分页
+     * @param pageReqVO
+     * @return
+     */
+    @Override
+    public PageResult<AidingStudentsPersonManageDO> getAidingStudentsPersonManageClassPage(
+            AidingStudentsPersonManageClassPageReqVO pageReqVO) {
+        return aidingStudentsPersonManageMapper.selectPage(pageReqVO);
+    }
+
+    /**
+     * 班级定序 - 集体
+     * @param ids
+     */
+    @Override
+    public void allsortAidingStudentsManage(List<AidingStudentPersonManageSortReqVO> ids) {
+        for (AidingStudentPersonManageSortReqVO id : ids) {
+            sortAidingStudentsManage(Long.valueOf(id.getId()), id.getSort(), id.getDifficultType());
+        }
+    }
+
+    /**
+     * 班级定序 - 个人
+     * @param id
+     * @param sort
+     */
+    @Override
+    public void sortAidingStudentsManage(Long id, Integer sort, Integer difficultType) {
+        UpdateWrapper<AidingStudentsPersonManageDO> updateWrapper = new UpdateWrapper<>();
+        updateWrapper.eq("id", id)
+                .set("sort", sort);
+        if(difficultType != null){
+            updateWrapper.set("difficult_type", difficultType);
+        }
+        aidingStudentsPersonManageMapper.update(null, updateWrapper);
+    }
+
+    /**
+     * 班主任上传线下讨论结果信息
+     * @param classuploadVO
+     */
+    @Override
+    public void uploadResultAidingStudentsManage(AidingStudentPersonManageClassResultReqVO classuploadVO) {
+        AidingStudentPersonManageEvaluationResultDO ado = new AidingStudentPersonManageEvaluationResultDO();
+        org.springframework.beans.BeanUtils.copyProperties(classuploadVO,ado);
+        ado.setStatus(1);
+        aidingStudentPersonManageEvaluationResultMapper.insert(ado);
+    }
+
+
+    /**
+     * (学校)办公室老师获取学生分页信息
+     * @param pageReqVO
+     * @return
+     */
+    @Override
+    public PageResult<AidingStudentPersonManageSchoolRespVO> schoolgetAidingStudentsPersonManagePage(AidingStudentPersonManageSchoolPageReqVO pageReqVO) {
+        /**
+         * 表格信息
+         */
+        List<AidingStudentsPersonManageDO> allList = aidingStudentsPersonManageMapper
+                .selectList(new LambdaQueryWrapper<AidingStudentsPersonManageDO>()
+                        .eq(pageReqVO.getCollegeManageId() != null, AidingStudentsPersonManageDO::getCollegeId, pageReqVO.getCollegeManageId())
+                        .eq(pageReqVO.getManageId() != null ,AidingStudentsPersonManageDO::getManageId, pageReqVO.getManageId())
+                        .eq(pageReqVO.getDifficultType() != null,AidingStudentsPersonManageDO::getDifficultType, pageReqVO.getDifficultType())
+                        .like(StringUtils.isNotBlank(pageReqVO.getMajor()), AidingStudentsPersonManageDO::getMajor, pageReqVO.getMajor())
+                        .like(StringUtils.isNotBlank(pageReqVO.getGrade()), AidingStudentsPersonManageDO::getGrade, pageReqVO.getGrade())
+                        .like(StringUtils.isNotBlank(pageReqVO.getClName()), AidingStudentsPersonManageDO::getClassName, pageReqVO.getClName())
+                        .like(StringUtils.isNotBlank(pageReqVO.getName()), AidingStudentsPersonManageDO::getNickname, pageReqVO.getName())
+                        .like(StringUtils.isNotBlank(pageReqVO.getStudentSno()), AidingStudentsPersonManageDO::getStudentSno, pageReqVO.getStudentSno())
+                );
+        return new PageResult<>(BeanUtils.toBean(allList, AidingStudentPersonManageSchoolRespVO.class), (long) allList.size());
+    }
+
+    /**
+     * 获取各个学院的部分信息
+     * @param manageId
+     * @return
+     */
+    @Override
+    public AidingStudentPersonManageDataPartRespVO schoolgetAidingStudentsPersonManageData(Integer manageId) {
+        AidingStudentPersonManageDataPartRespVO resultvo = new AidingStudentPersonManageDataPartRespVO();
+        // 1.获得这个项目的所有信息(不分学院)
+        List<AidingStudentsPersonManageDO> manageList = aidingStudentsPersonManageMapper
+                .selectList(new LambdaQueryWrapper<AidingStudentsPersonManageDO>()
+                        .eq(AidingStudentsPersonManageDO::getCollegeManageId, manageId));
+        int pass = 0;
+        for (AidingStudentsPersonManageDO aDo : manageList) {
+            if(aDo.getStatus() == 1){
+                pass++;
+            }
+        }
+        resultvo.setCompletedNumber(pass);
+        resultvo.setAllsubmit(manageList.size());
+        // 2.获得各个学院的信息
+        QueryWrapper<AidingStudentsPersonManageDO> queryWrapper = new QueryWrapper<>();
+        queryWrapper.select("college_manage_id", "COUNT(*) as collgeNumber")
+                .groupBy("college_manage_id");
+        List<Map<String, Object>> maps = aidingStudentsPersonManageMapper.selectMaps(queryWrapper);
+        log.info("学院人数如下:maps {}", maps);
+        List<Map<String, Object>> list = new ArrayList<>();
+        for (Map<String, Object> map : maps) {
+            Map<String, Object> temp = new HashMap<>();
+            temp.put("collegeManageId", map.get("college_manage_id"));
+            temp.put("all", map.get("collegeNumber"));
+            List<AidingStudentsPersonManageDO> passList = aidingStudentsPersonManageMapper
+                    .selectList(new LambdaQueryWrapper<AidingStudentsPersonManageDO>()
+                            .eq(AidingStudentsPersonManageDO::getCollegeId, map.get("collge_manage_id"))
+                            .eq(AidingStudentsPersonManageDO::getStatus, 1));
+            temp.put("pass", passList.size());
+            list.add(temp);
+        }
+        return resultvo.setCollegeNumber(list);
+    }
+}

+ 12 - 0
yudao-module-as/yudao-module-as-biz/src/main/resources/mapper/aidingStudentsPersonManage/AidingStudentPersonManageEvaluationResultMapper.xml

@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="cn.iocoder.yudao.module.as.dal.mysql.aidingstudentspersonmanage.AidingStudentPersonManageEvaluationResultMapper">
+
+    <!--
+        一般情况下,尽可能使用 Mapper 进行 CRUD 增删改查即可。
+        无法满足的场景,例如说多表关联查询,才使用 XML 编写 SQL。
+        代码生成器暂时只生成 Mapper XML 文件本身,更多推荐 MybatisX 快速开发插件来生成查询。
+        文档可见:https://www.iocoder.cn/MyBatis/x-plugins/
+     -->
+
+</mapper>

+ 40 - 0
yudao-module-as/yudao-module-as-biz/src/main/resources/mapper/aidingStudentsPersonManage/AidingStudentsPersonManageMapper.xml

@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="cn.iocoder.yudao.module.as.dal.mysql.aidingstudentspersonmanage.AidingStudentsPersonManageMapper">
+
+    <!--
+        一般情况下,尽可能使用 Mapper 进行 CRUD 增删改查即可。
+        无法满足的场景,例如说多表关联查询,才使用 XML 编写 SQL。
+        代码生成器暂时只生成 Mapper XML 文件本身,更多推荐 MybatisX 快速开发插件来生成查询。
+        文档可见:https://www.iocoder.cn/MyBatis/x-plugins/
+     -->
+    <select id="selectPage"
+            resultType="cn.iocoder.yudao.module.as.dal.dataobject.aidingstudentspersonmanage.AidingStudentsPersonManageDO"
+            parameterType="cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo.AidingStudentsPersonManageClassPageReqVO">
+
+    </select>
+    <select id="countByClassName" resultType="java.util.Map"
+            parameterType="cn.iocoder.yudao.module.as.controller.admin.aidingstudentspersonmanage.vo.AidingStudentPersonManagerCollegePageReqVO">
+        select class_name, COUNT(*) AS count from as_aiding_students_person_manage
+        <where>
+            <if test="collegeManageId != null">
+                and college_manage_id = #{collegeManageId}
+            </if>
+            <if test="manageId != null">
+                and manage_id = #{manageId}
+            </if>
+            <if test="major != null and major != ''">
+                and class_name like concat('%',#{major},'%')
+            </if>
+            <if test="grade != null and grade != ''">
+                and class_name like concat('%',#{grade},'%')
+            </if>
+            <if test="clName != null and clName != ''">
+                and class_name like concat('%',#{clName},'%')
+            </if>
+        </where>
+        GROUP BY class_name
+    </select>
+
+
+</mapper>

+ 9058 - 0
yudao-module-as/yudao-module-as-biz/src/main/resources/word/FamilyDifficult.ftl

@@ -0,0 +1,9058 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<?mso-application progid="Word.Document"?>
+<w:wordDocument xmlns:aml="http://schemas.microsoft.com/aml/2001/core"
+                xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
+                xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex"
+                xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex"
+                xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex"
+                xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex"
+                xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex"
+                xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex"
+                xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex"
+                xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex"
+                xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex"
+                xmlns:cr="http://schemas.microsoft.com/office/comments/2020/reactions"
+                xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
+                xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+                xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink"
+                xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d"
+                xmlns:o="urn:schemas-microsoft-com:office:office"
+                xmlns:oel="http://schemas.microsoft.com/office/2019/extlst" xmlns:v="urn:schemas-microsoft-com:vml"
+                xmlns:w10="urn:schemas-microsoft-com:office:word"
+                xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"
+                xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint"
+                xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
+                xmlns:wsp="http://schemas.microsoft.com/office/word/2003/wordml/sp2"
+                xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" w:macrosPresent="no"
+                w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve"><w:ignoreSubtree
+            w:val="http://schemas.microsoft.com/office/word/2003/wordml/sp2"/>
+    <o:DocumentProperties>
+        <o:Author>缪爱媚</o:Author>
+        <o:LastAuthor>相霆 磨</o:LastAuthor>
+        <o:Revision>2</o:Revision>
+        <o:TotalTime>1</o:TotalTime>
+        <o:LastPrinted>2023-06-24T07:09:00Z</o:LastPrinted>
+        <o:Created>2024-07-06T11:12:00Z</o:Created>
+        <o:LastSaved>2024-07-06T11:12:00Z</o:LastSaved>
+        <o:Pages>3</o:Pages>
+        <o:Words>575</o:Words>
+        <o:Characters>3283</o:Characters>
+        <o:Company>Microsoft</o:Company>
+        <o:Lines>27</o:Lines>
+        <o:Paragraphs>7</o:Paragraphs>
+        <o:CharactersWithSpaces>3851</o:CharactersWithSpaces>
+        <o:Version>16</o:Version>
+    </o:DocumentProperties>
+    <o:CustomDocumentProperties>
+        <o:ICV dt:dt="string">0A3E40B12B204287BAF8D05B259FCF2A_13</o:ICV>
+        <o:KSOProductBuildVer dt:dt="string">2052-12.1.0.15374</o:KSOProductBuildVer>
+    </o:CustomDocumentProperties>
+    <w:fonts>
+        <w:defaultFonts w:ascii="Calibri" w:fareast="宋体" w:h-ansi="Calibri" w:cs="Times New Roman"/>
+        <w:font w:name="Times New Roman">
+            <w:panose-1 w:val="02020603050405020304"/>
+            <w:charset w:val="00"/>
+            <w:family w:val="Roman"/>
+            <w:pitch w:val="variable"/>
+            <w:sig w:usb-0="E0002EFF" w:usb-1="C000785B" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="000001FF"
+                   w:csb-1="00000000"/>
+        </w:font>
+        <w:font w:name="宋体">
+            <w:altName w:val="SimSun"/>
+            <w:panose-1 w:val="02010600030101010101"/>
+            <w:charset w:val="86"/>
+            <w:family w:val="auto"/>
+            <w:pitch w:val="variable"/>
+            <w:sig w:usb-0="00000203" w:usb-1="288F0000" w:usb-2="00000016" w:usb-3="00000000" w:csb-0="00040001"
+                   w:csb-1="00000000"/>
+        </w:font>
+        <w:font w:name="Cambria Math">
+            <w:panose-1 w:val="02040503050406030204"/>
+            <w:charset w:val="00"/>
+            <w:family w:val="Roman"/>
+            <w:pitch w:val="variable"/>
+            <w:sig w:usb-0="E00006FF" w:usb-1="420024FF" w:usb-2="02000000" w:usb-3="00000000" w:csb-0="0000019F"
+                   w:csb-1="00000000"/>
+        </w:font>
+        <w:font w:name="Calibri">
+            <w:panose-1 w:val="020F0502020204030204"/>
+            <w:charset w:val="00"/>
+            <w:family w:val="Swiss"/>
+            <w:pitch w:val="variable"/>
+            <w:sig w:usb-0="E4002EFF" w:usb-1="C000247B" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="000001FF"
+                   w:csb-1="00000000"/>
+        </w:font>
+        <w:font w:name="方正小标宋_GBK">
+            <w:altName w:val="微软雅黑"/>
+            <w:charset w:val="86"/>
+            <w:family w:val="auto"/>
+            <w:pitch w:val="default"/>
+            <w:sig w:usb-0="00000001" w:usb-1="080E0000" w:usb-2="00000000" w:usb-3="00000000" w:csb-0="00040000"
+                   w:csb-1="00000000"/>
+        </w:font>
+        <w:font w:name="仿宋_GB2312">
+            <w:panose-1 w:val="02010609030101010101"/>
+            <w:charset w:val="86"/>
+            <w:family w:val="Modern"/>
+            <w:pitch w:val="fixed"/>
+            <w:sig w:usb-0="00000001" w:usb-1="080E0000" w:usb-2="00000010" w:usb-3="00000000" w:csb-0="00040000"
+                   w:csb-1="00000000"/>
+        </w:font>
+        <w:font w:name="Wingdings 2">
+            <w:panose-1 w:val="05020102010507070707"/>
+            <w:charset w:val="02"/>
+            <w:family w:val="Roman"/>
+            <w:pitch w:val="variable"/>
+            <w:sig w:usb-0="00000000" w:usb-1="10000000" w:usb-2="00000000" w:usb-3="00000000" w:csb-0="80000000"
+                   w:csb-1="00000000"/>
+        </w:font>
+        <w:font w:name="汉仪细圆B5">
+            <w:altName w:val="Microsoft JhengHei UI"/>
+            <w:charset w:val="88"/>
+            <w:family w:val="auto"/>
+            <w:pitch w:val="default"/>
+            <w:sig w:usb-0="00000001" w:usb-1="080E0800" w:usb-2="00000002" w:usb-3="00000000" w:csb-0="00100000"
+                   w:csb-1="00000000"/>
+        </w:font>
+        <w:font w:name="仿宋">
+            <w:panose-1 w:val="02010609060101010101"/>
+            <w:charset w:val="86"/>
+            <w:family w:val="Modern"/>
+            <w:pitch w:val="fixed"/>
+            <w:sig w:usb-0="800002BF" w:usb-1="38CF7CFA" w:usb-2="00000016" w:usb-3="00000000" w:csb-0="00040001"
+                   w:csb-1="00000000"/>
+        </w:font>
+        <w:font w:name="@宋体">
+            <w:panose-1 w:val="02010600030101010101"/>
+            <w:charset w:val="86"/>
+            <w:family w:val="auto"/>
+            <w:pitch w:val="variable"/>
+            <w:sig w:usb-0="00000203" w:usb-1="288F0000" w:usb-2="00000016" w:usb-3="00000000" w:csb-0="00040001"
+                   w:csb-1="00000000"/>
+        </w:font>
+        <w:font w:name="@仿宋">
+            <w:charset w:val="86"/>
+            <w:family w:val="Modern"/>
+            <w:pitch w:val="fixed"/>
+            <w:sig w:usb-0="800002BF" w:usb-1="38CF7CFA" w:usb-2="00000016" w:usb-3="00000000" w:csb-0="00040001"
+                   w:csb-1="00000000"/>
+        </w:font>
+        <w:font w:name="@仿宋_GB2312">
+            <w:charset w:val="86"/>
+            <w:family w:val="Modern"/>
+            <w:pitch w:val="fixed"/>
+            <w:sig w:usb-0="00000001" w:usb-1="080E0000" w:usb-2="00000010" w:usb-3="00000000" w:csb-0="00040000"
+                   w:csb-1="00000000"/>
+        </w:font>
+        <w:font w:name="@方正小标宋_GBK">
+            <w:charset w:val="86"/>
+            <w:family w:val="auto"/>
+            <w:pitch w:val="default"/>
+            <w:sig w:usb-0="00000001" w:usb-1="080E0000" w:usb-2="00000000" w:usb-3="00000000" w:csb-0="00040000"
+                   w:csb-1="00000000"/>
+        </w:font>
+        <w:font w:name="@汉仪细圆B5">
+            <w:charset w:val="88"/>
+            <w:family w:val="auto"/>
+            <w:pitch w:val="default"/>
+            <w:sig w:usb-0="00000001" w:usb-1="080E0800" w:usb-2="00000002" w:usb-3="00000000" w:csb-0="00100000"
+                   w:csb-1="00000000"/>
+        </w:font>
+    </w:fonts>
+    <w:styles>
+        <w:versionOfBuiltInStylenames w:val="7"/>
+        <w:latentStyles w:defLockedState="off" w:latentStyleCount="376">
+            <w:lsdException w:name="Normal"/>
+            <w:lsdException w:name="heading 1"/>
+            <w:lsdException w:name="heading 2"/>
+            <w:lsdException w:name="heading 3"/>
+            <w:lsdException w:name="heading 4"/>
+            <w:lsdException w:name="heading 5"/>
+            <w:lsdException w:name="heading 6"/>
+            <w:lsdException w:name="heading 7"/>
+            <w:lsdException w:name="heading 8"/>
+            <w:lsdException w:name="heading 9"/>
+            <w:lsdException w:name="index 1"/>
+            <w:lsdException w:name="index 2"/>
+            <w:lsdException w:name="index 3"/>
+            <w:lsdException w:name="index 4"/>
+            <w:lsdException w:name="index 5"/>
+            <w:lsdException w:name="index 6"/>
+            <w:lsdException w:name="index 7"/>
+            <w:lsdException w:name="index 8"/>
+            <w:lsdException w:name="index 9"/>
+            <w:lsdException w:name="toc 1"/>
+            <w:lsdException w:name="toc 2"/>
+            <w:lsdException w:name="toc 3"/>
+            <w:lsdException w:name="toc 4"/>
+            <w:lsdException w:name="toc 5"/>
+            <w:lsdException w:name="toc 6"/>
+            <w:lsdException w:name="toc 7"/>
+            <w:lsdException w:name="toc 8"/>
+            <w:lsdException w:name="toc 9"/>
+            <w:lsdException w:name="Normal Indent"/>
+            <w:lsdException w:name="footnote text"/>
+            <w:lsdException w:name="annotation text"/>
+            <w:lsdException w:name="header"/>
+            <w:lsdException w:name="footer"/>
+            <w:lsdException w:name="index heading"/>
+            <w:lsdException w:name="caption"/>
+            <w:lsdException w:name="table of figures"/>
+            <w:lsdException w:name="envelope address"/>
+            <w:lsdException w:name="envelope return"/>
+            <w:lsdException w:name="footnote reference"/>
+            <w:lsdException w:name="annotation reference"/>
+            <w:lsdException w:name="line number"/>
+            <w:lsdException w:name="page number"/>
+            <w:lsdException w:name="endnote reference"/>
+            <w:lsdException w:name="endnote text"/>
+            <w:lsdException w:name="table of authorities"/>
+            <w:lsdException w:name="macro"/>
+            <w:lsdException w:name="toa heading"/>
+            <w:lsdException w:name="List"/>
+            <w:lsdException w:name="List Bullet"/>
+            <w:lsdException w:name="List Number"/>
+            <w:lsdException w:name="List 2"/>
+            <w:lsdException w:name="List 3"/>
+            <w:lsdException w:name="List 4"/>
+            <w:lsdException w:name="List 5"/>
+            <w:lsdException w:name="List Bullet 2"/>
+            <w:lsdException w:name="List Bullet 3"/>
+            <w:lsdException w:name="List Bullet 4"/>
+            <w:lsdException w:name="List Bullet 5"/>
+            <w:lsdException w:name="List Number 2"/>
+            <w:lsdException w:name="List Number 3"/>
+            <w:lsdException w:name="List Number 4"/>
+            <w:lsdException w:name="List Number 5"/>
+            <w:lsdException w:name="Title"/>
+            <w:lsdException w:name="Closing"/>
+            <w:lsdException w:name="Signature"/>
+            <w:lsdException w:name="Default Paragraph Font"/>
+            <w:lsdException w:name="Body Text"/>
+            <w:lsdException w:name="Body Text Indent"/>
+            <w:lsdException w:name="List Continue"/>
+            <w:lsdException w:name="List Continue 2"/>
+            <w:lsdException w:name="List Continue 3"/>
+            <w:lsdException w:name="List Continue 4"/>
+            <w:lsdException w:name="List Continue 5"/>
+            <w:lsdException w:name="Message Header"/>
+            <w:lsdException w:name="Subtitle"/>
+            <w:lsdException w:name="Salutation"/>
+            <w:lsdException w:name="Date"/>
+            <w:lsdException w:name="Body Text First Indent"/>
+            <w:lsdException w:name="Body Text First Indent 2"/>
+            <w:lsdException w:name="Note Heading"/>
+            <w:lsdException w:name="Body Text 2"/>
+            <w:lsdException w:name="Body Text 3"/>
+            <w:lsdException w:name="Body Text Indent 2"/>
+            <w:lsdException w:name="Body Text Indent 3"/>
+            <w:lsdException w:name="Block Text"/>
+            <w:lsdException w:name="Hyperlink"/>
+            <w:lsdException w:name="FollowedHyperlink"/>
+            <w:lsdException w:name="Strong"/>
+            <w:lsdException w:name="Emphasis"/>
+            <w:lsdException w:name="Document Map"/>
+            <w:lsdException w:name="Plain Text"/>
+            <w:lsdException w:name="E-mail Signature"/>
+            <w:lsdException w:name="HTML Top of Form"/>
+            <w:lsdException w:name="HTML Bottom of Form"/>
+            <w:lsdException w:name="Normal (Web)"/>
+            <w:lsdException w:name="HTML Acronym"/>
+            <w:lsdException w:name="HTML Address"/>
+            <w:lsdException w:name="HTML Cite"/>
+            <w:lsdException w:name="HTML Code"/>
+            <w:lsdException w:name="HTML Definition"/>
+            <w:lsdException w:name="HTML Keyboard"/>
+            <w:lsdException w:name="HTML Preformatted"/>
+            <w:lsdException w:name="HTML Sample"/>
+            <w:lsdException w:name="HTML Typewriter"/>
+            <w:lsdException w:name="HTML Variable"/>
+            <w:lsdException w:name="Normal Table"/>
+            <w:lsdException w:name="annotation subject"/>
+            <w:lsdException w:name="No List"/>
+            <w:lsdException w:name="Outline List 1"/>
+            <w:lsdException w:name="Outline List 2"/>
+            <w:lsdException w:name="Outline List 3"/>
+            <w:lsdException w:name="Table Simple 1"/>
+            <w:lsdException w:name="Table Simple 2"/>
+            <w:lsdException w:name="Table Simple 3"/>
+            <w:lsdException w:name="Table Classic 1"/>
+            <w:lsdException w:name="Table Classic 2"/>
+            <w:lsdException w:name="Table Classic 3"/>
+            <w:lsdException w:name="Table Classic 4"/>
+            <w:lsdException w:name="Table Colorful 1"/>
+            <w:lsdException w:name="Table Colorful 2"/>
+            <w:lsdException w:name="Table Colorful 3"/>
+            <w:lsdException w:name="Table Columns 1"/>
+            <w:lsdException w:name="Table Columns 2"/>
+            <w:lsdException w:name="Table Columns 3"/>
+            <w:lsdException w:name="Table Columns 4"/>
+            <w:lsdException w:name="Table Columns 5"/>
+            <w:lsdException w:name="Table Grid 1"/>
+            <w:lsdException w:name="Table Grid 2"/>
+            <w:lsdException w:name="Table Grid 3"/>
+            <w:lsdException w:name="Table Grid 4"/>
+            <w:lsdException w:name="Table Grid 5"/>
+            <w:lsdException w:name="Table Grid 6"/>
+            <w:lsdException w:name="Table Grid 7"/>
+            <w:lsdException w:name="Table Grid 8"/>
+            <w:lsdException w:name="Table List 1"/>
+            <w:lsdException w:name="Table List 2"/>
+            <w:lsdException w:name="Table List 3"/>
+            <w:lsdException w:name="Table List 4"/>
+            <w:lsdException w:name="Table List 5"/>
+            <w:lsdException w:name="Table List 6"/>
+            <w:lsdException w:name="Table List 7"/>
+            <w:lsdException w:name="Table List 8"/>
+            <w:lsdException w:name="Table 3D effects 1"/>
+            <w:lsdException w:name="Table 3D effects 2"/>
+            <w:lsdException w:name="Table 3D effects 3"/>
+            <w:lsdException w:name="Table Contemporary"/>
+            <w:lsdException w:name="Table Elegant"/>
+            <w:lsdException w:name="Table Professional"/>
+            <w:lsdException w:name="Table Subtle 1"/>
+            <w:lsdException w:name="Table Subtle 2"/>
+            <w:lsdException w:name="Table Web 1"/>
+            <w:lsdException w:name="Table Web 2"/>
+            <w:lsdException w:name="Table Web 3"/>
+            <w:lsdException w:name="Balloon Text"/>
+            <w:lsdException w:name="Table Grid"/>
+            <w:lsdException w:name="Table Theme"/>
+            <w:lsdException w:name="Placeholder Text"/>
+            <w:lsdException w:name="No Spacing"/>
+            <w:lsdException w:name="Light Shading"/>
+            <w:lsdException w:name="Light List"/>
+            <w:lsdException w:name="Light Grid"/>
+            <w:lsdException w:name="Medium Shading 1"/>
+            <w:lsdException w:name="Medium Shading 2"/>
+            <w:lsdException w:name="Medium List 1"/>
+            <w:lsdException w:name="Medium List 2"/>
+            <w:lsdException w:name="Medium Grid 1"/>
+            <w:lsdException w:name="Medium Grid 2"/>
+            <w:lsdException w:name="Medium Grid 3"/>
+            <w:lsdException w:name="Dark List"/>
+            <w:lsdException w:name="Colorful Shading"/>
+            <w:lsdException w:name="Colorful List"/>
+            <w:lsdException w:name="Colorful Grid"/>
+            <w:lsdException w:name="Light Shading Accent 1"/>
+            <w:lsdException w:name="Light List Accent 1"/>
+            <w:lsdException w:name="Light Grid Accent 1"/>
+            <w:lsdException w:name="Medium Shading 1 Accent 1"/>
+            <w:lsdException w:name="Medium Shading 2 Accent 1"/>
+            <w:lsdException w:name="Medium List 1 Accent 1"/>
+            <w:lsdException w:name="Revision"/>
+            <w:lsdException w:name="List Paragraph"/>
+            <w:lsdException w:name="Quote"/>
+            <w:lsdException w:name="Intense Quote"/>
+            <w:lsdException w:name="Medium List 2 Accent 1"/>
+            <w:lsdException w:name="Medium Grid 1 Accent 1"/>
+            <w:lsdException w:name="Medium Grid 2 Accent 1"/>
+            <w:lsdException w:name="Medium Grid 3 Accent 1"/>
+            <w:lsdException w:name="Dark List Accent 1"/>
+            <w:lsdException w:name="Colorful Shading Accent 1"/>
+            <w:lsdException w:name="Colorful List Accent 1"/>
+            <w:lsdException w:name="Colorful Grid Accent 1"/>
+            <w:lsdException w:name="Light Shading Accent 2"/>
+            <w:lsdException w:name="Light List Accent 2"/>
+            <w:lsdException w:name="Light Grid Accent 2"/>
+            <w:lsdException w:name="Medium Shading 1 Accent 2"/>
+            <w:lsdException w:name="Medium Shading 2 Accent 2"/>
+            <w:lsdException w:name="Medium List 1 Accent 2"/>
+            <w:lsdException w:name="Medium List 2 Accent 2"/>
+            <w:lsdException w:name="Medium Grid 1 Accent 2"/>
+            <w:lsdException w:name="Medium Grid 2 Accent 2"/>
+            <w:lsdException w:name="Medium Grid 3 Accent 2"/>
+            <w:lsdException w:name="Dark List Accent 2"/>
+            <w:lsdException w:name="Colorful Shading Accent 2"/>
+            <w:lsdException w:name="Colorful List Accent 2"/>
+            <w:lsdException w:name="Colorful Grid Accent 2"/>
+            <w:lsdException w:name="Light Shading Accent 3"/>
+            <w:lsdException w:name="Light List Accent 3"/>
+            <w:lsdException w:name="Light Grid Accent 3"/>
+            <w:lsdException w:name="Medium Shading 1 Accent 3"/>
+            <w:lsdException w:name="Medium Shading 2 Accent 3"/>
+            <w:lsdException w:name="Medium List 1 Accent 3"/>
+            <w:lsdException w:name="Medium List 2 Accent 3"/>
+            <w:lsdException w:name="Medium Grid 1 Accent 3"/>
+            <w:lsdException w:name="Medium Grid 2 Accent 3"/>
+            <w:lsdException w:name="Medium Grid 3 Accent 3"/>
+            <w:lsdException w:name="Dark List Accent 3"/>
+            <w:lsdException w:name="Colorful Shading Accent 3"/>
+            <w:lsdException w:name="Colorful List Accent 3"/>
+            <w:lsdException w:name="Colorful Grid Accent 3"/>
+            <w:lsdException w:name="Light Shading Accent 4"/>
+            <w:lsdException w:name="Light List Accent 4"/>
+            <w:lsdException w:name="Light Grid Accent 4"/>
+            <w:lsdException w:name="Medium Shading 1 Accent 4"/>
+            <w:lsdException w:name="Medium Shading 2 Accent 4"/>
+            <w:lsdException w:name="Medium List 1 Accent 4"/>
+            <w:lsdException w:name="Medium List 2 Accent 4"/>
+            <w:lsdException w:name="Medium Grid 1 Accent 4"/>
+            <w:lsdException w:name="Medium Grid 2 Accent 4"/>
+            <w:lsdException w:name="Medium Grid 3 Accent 4"/>
+            <w:lsdException w:name="Dark List Accent 4"/>
+            <w:lsdException w:name="Colorful Shading Accent 4"/>
+            <w:lsdException w:name="Colorful List Accent 4"/>
+            <w:lsdException w:name="Colorful Grid Accent 4"/>
+            <w:lsdException w:name="Light Shading Accent 5"/>
+            <w:lsdException w:name="Light List Accent 5"/>
+            <w:lsdException w:name="Light Grid Accent 5"/>
+            <w:lsdException w:name="Medium Shading 1 Accent 5"/>
+            <w:lsdException w:name="Medium Shading 2 Accent 5"/>
+            <w:lsdException w:name="Medium List 1 Accent 5"/>
+            <w:lsdException w:name="Medium List 2 Accent 5"/>
+            <w:lsdException w:name="Medium Grid 1 Accent 5"/>
+            <w:lsdException w:name="Medium Grid 2 Accent 5"/>
+            <w:lsdException w:name="Medium Grid 3 Accent 5"/>
+            <w:lsdException w:name="Dark List Accent 5"/>
+            <w:lsdException w:name="Colorful Shading Accent 5"/>
+            <w:lsdException w:name="Colorful List Accent 5"/>
+            <w:lsdException w:name="Colorful Grid Accent 5"/>
+            <w:lsdException w:name="Light Shading Accent 6"/>
+            <w:lsdException w:name="Light List Accent 6"/>
+            <w:lsdException w:name="Light Grid Accent 6"/>
+            <w:lsdException w:name="Medium Shading 1 Accent 6"/>
+            <w:lsdException w:name="Medium Shading 2 Accent 6"/>
+            <w:lsdException w:name="Medium List 1 Accent 6"/>
+            <w:lsdException w:name="Medium List 2 Accent 6"/>
+            <w:lsdException w:name="Medium Grid 1 Accent 6"/>
+            <w:lsdException w:name="Medium Grid 2 Accent 6"/>
+            <w:lsdException w:name="Medium Grid 3 Accent 6"/>
+            <w:lsdException w:name="Dark List Accent 6"/>
+            <w:lsdException w:name="Colorful Shading Accent 6"/>
+            <w:lsdException w:name="Colorful List Accent 6"/>
+            <w:lsdException w:name="Colorful Grid Accent 6"/>
+            <w:lsdException w:name="Subtle Emphasis"/>
+            <w:lsdException w:name="Intense Emphasis"/>
+            <w:lsdException w:name="Subtle Reference"/>
+            <w:lsdException w:name="Intense Reference"/>
+            <w:lsdException w:name="Book Title"/>
+            <w:lsdException w:name="Bibliography"/>
+            <w:lsdException w:name="TOC Heading"/>
+            <w:lsdException w:name="Plain Table 1"/>
+            <w:lsdException w:name="Plain Table 2"/>
+            <w:lsdException w:name="Plain Table 3"/>
+            <w:lsdException w:name="Plain Table 4"/>
+            <w:lsdException w:name="Plain Table 5"/>
+            <w:lsdException w:name="Grid Table Light"/>
+            <w:lsdException w:name="Grid Table 1 Light"/>
+            <w:lsdException w:name="Grid Table 2"/>
+            <w:lsdException w:name="Grid Table 3"/>
+            <w:lsdException w:name="Grid Table 4"/>
+            <w:lsdException w:name="Grid Table 5 Dark"/>
+            <w:lsdException w:name="Grid Table 6 Colorful"/>
+            <w:lsdException w:name="Grid Table 7 Colorful"/>
+            <w:lsdException w:name="Grid Table 1 Light Accent 1"/>
+            <w:lsdException w:name="Grid Table 2 Accent 1"/>
+            <w:lsdException w:name="Grid Table 3 Accent 1"/>
+            <w:lsdException w:name="Grid Table 4 Accent 1"/>
+            <w:lsdException w:name="Grid Table 5 Dark Accent 1"/>
+            <w:lsdException w:name="Grid Table 6 Colorful Accent 1"/>
+            <w:lsdException w:name="Grid Table 7 Colorful Accent 1"/>
+            <w:lsdException w:name="Grid Table 1 Light Accent 2"/>
+            <w:lsdException w:name="Grid Table 2 Accent 2"/>
+            <w:lsdException w:name="Grid Table 3 Accent 2"/>
+            <w:lsdException w:name="Grid Table 4 Accent 2"/>
+            <w:lsdException w:name="Grid Table 5 Dark Accent 2"/>
+            <w:lsdException w:name="Grid Table 6 Colorful Accent 2"/>
+            <w:lsdException w:name="Grid Table 7 Colorful Accent 2"/>
+            <w:lsdException w:name="Grid Table 1 Light Accent 3"/>
+            <w:lsdException w:name="Grid Table 2 Accent 3"/>
+            <w:lsdException w:name="Grid Table 3 Accent 3"/>
+            <w:lsdException w:name="Grid Table 4 Accent 3"/>
+            <w:lsdException w:name="Grid Table 5 Dark Accent 3"/>
+            <w:lsdException w:name="Grid Table 6 Colorful Accent 3"/>
+            <w:lsdException w:name="Grid Table 7 Colorful Accent 3"/>
+            <w:lsdException w:name="Grid Table 1 Light Accent 4"/>
+            <w:lsdException w:name="Grid Table 2 Accent 4"/>
+            <w:lsdException w:name="Grid Table 3 Accent 4"/>
+            <w:lsdException w:name="Grid Table 4 Accent 4"/>
+            <w:lsdException w:name="Grid Table 5 Dark Accent 4"/>
+            <w:lsdException w:name="Grid Table 6 Colorful Accent 4"/>
+            <w:lsdException w:name="Grid Table 7 Colorful Accent 4"/>
+            <w:lsdException w:name="Grid Table 1 Light Accent 5"/>
+            <w:lsdException w:name="Grid Table 2 Accent 5"/>
+            <w:lsdException w:name="Grid Table 3 Accent 5"/>
+            <w:lsdException w:name="Grid Table 4 Accent 5"/>
+            <w:lsdException w:name="Grid Table 5 Dark Accent 5"/>
+            <w:lsdException w:name="Grid Table 6 Colorful Accent 5"/>
+            <w:lsdException w:name="Grid Table 7 Colorful Accent 5"/>
+            <w:lsdException w:name="Grid Table 1 Light Accent 6"/>
+            <w:lsdException w:name="Grid Table 2 Accent 6"/>
+            <w:lsdException w:name="Grid Table 3 Accent 6"/>
+            <w:lsdException w:name="Grid Table 4 Accent 6"/>
+            <w:lsdException w:name="Grid Table 5 Dark Accent 6"/>
+            <w:lsdException w:name="Grid Table 6 Colorful Accent 6"/>
+            <w:lsdException w:name="Grid Table 7 Colorful Accent 6"/>
+            <w:lsdException w:name="List Table 1 Light"/>
+            <w:lsdException w:name="List Table 2"/>
+            <w:lsdException w:name="List Table 3"/>
+            <w:lsdException w:name="List Table 4"/>
+            <w:lsdException w:name="List Table 5 Dark"/>
+            <w:lsdException w:name="List Table 6 Colorful"/>
+            <w:lsdException w:name="List Table 7 Colorful"/>
+            <w:lsdException w:name="List Table 1 Light Accent 1"/>
+            <w:lsdException w:name="List Table 2 Accent 1"/>
+            <w:lsdException w:name="List Table 3 Accent 1"/>
+            <w:lsdException w:name="List Table 4 Accent 1"/>
+            <w:lsdException w:name="List Table 5 Dark Accent 1"/>
+            <w:lsdException w:name="List Table 6 Colorful Accent 1"/>
+            <w:lsdException w:name="List Table 7 Colorful Accent 1"/>
+            <w:lsdException w:name="List Table 1 Light Accent 2"/>
+            <w:lsdException w:name="List Table 2 Accent 2"/>
+            <w:lsdException w:name="List Table 3 Accent 2"/>
+            <w:lsdException w:name="List Table 4 Accent 2"/>
+            <w:lsdException w:name="List Table 5 Dark Accent 2"/>
+            <w:lsdException w:name="List Table 6 Colorful Accent 2"/>
+            <w:lsdException w:name="List Table 7 Colorful Accent 2"/>
+            <w:lsdException w:name="List Table 1 Light Accent 3"/>
+            <w:lsdException w:name="List Table 2 Accent 3"/>
+            <w:lsdException w:name="List Table 3 Accent 3"/>
+            <w:lsdException w:name="List Table 4 Accent 3"/>
+            <w:lsdException w:name="List Table 5 Dark Accent 3"/>
+            <w:lsdException w:name="List Table 6 Colorful Accent 3"/>
+            <w:lsdException w:name="List Table 7 Colorful Accent 3"/>
+            <w:lsdException w:name="List Table 1 Light Accent 4"/>
+            <w:lsdException w:name="List Table 2 Accent 4"/>
+            <w:lsdException w:name="List Table 3 Accent 4"/>
+            <w:lsdException w:name="List Table 4 Accent 4"/>
+            <w:lsdException w:name="List Table 5 Dark Accent 4"/>
+            <w:lsdException w:name="List Table 6 Colorful Accent 4"/>
+            <w:lsdException w:name="List Table 7 Colorful Accent 4"/>
+            <w:lsdException w:name="List Table 1 Light Accent 5"/>
+            <w:lsdException w:name="List Table 2 Accent 5"/>
+            <w:lsdException w:name="List Table 3 Accent 5"/>
+            <w:lsdException w:name="List Table 4 Accent 5"/>
+            <w:lsdException w:name="List Table 5 Dark Accent 5"/>
+            <w:lsdException w:name="List Table 6 Colorful Accent 5"/>
+            <w:lsdException w:name="List Table 7 Colorful Accent 5"/>
+            <w:lsdException w:name="List Table 1 Light Accent 6"/>
+            <w:lsdException w:name="List Table 2 Accent 6"/>
+            <w:lsdException w:name="List Table 3 Accent 6"/>
+            <w:lsdException w:name="List Table 4 Accent 6"/>
+            <w:lsdException w:name="List Table 5 Dark Accent 6"/>
+            <w:lsdException w:name="List Table 6 Colorful Accent 6"/>
+            <w:lsdException w:name="List Table 7 Colorful Accent 6"/>
+            <w:lsdException w:name="Mention"/>
+            <w:lsdException w:name="Smart Hyperlink"/>
+            <w:lsdException w:name="Hashtag"/>
+            <w:lsdException w:name="Unresolved Mention"/>
+            <w:lsdException w:name="Smart Link"/>
+        </w:latentStyles>
+        <w:style w:type="paragraph" w:default="on" w:styleId="a">
+            <w:name w:val="Normal"/>
+            <wx:uiName wx:val="正文"/>
+            <w:pPr>
+                <w:widowControl w:val="off"/>
+                <w:spacing w:after="200" w:line="276" w:line-rule="auto"/>
+                <w:jc w:val="both"/>
+            </w:pPr>
+            <w:rPr>
+                <wx:font wx:val="Calibri"/>
+                <w:kern w:val="2"/>
+                <w:sz w:val="21"/>
+                <w:sz-cs w:val="22"/>
+                <w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
+            </w:rPr>
+        </w:style>
+        <w:style w:type="character" w:default="on" w:styleId="a0">
+            <w:name w:val="Default Paragraph Font"/>
+            <wx:uiName wx:val="默认段落字体"/>
+        </w:style>
+        <w:style w:type="table" w:default="on" w:styleId="a1">
+            <w:name w:val="Normal Table"/>
+            <wx:uiName wx:val="普通表格"/>
+            <w:rPr>
+                <wx:font wx:val="Calibri"/>
+                <w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
+            </w:rPr>
+            <w:tblPr>
+                <w:tblCellMar>
+                    <w:top w:w="0" w:type="dxa"/>
+                    <w:left w:w="108" w:type="dxa"/>
+                    <w:bottom w:w="0" w:type="dxa"/>
+                    <w:right w:w="108" w:type="dxa"/>
+                </w:tblCellMar>
+            </w:tblPr>
+        </w:style>
+        <w:style w:type="list" w:default="on" w:styleId="a2">
+            <w:name w:val="No List"/>
+            <wx:uiName wx:val="无列表"/>
+        </w:style>
+        <w:style w:type="paragraph" w:styleId="a3">
+            <w:name w:val="annotation text"/>
+            <wx:uiName wx:val="批注文字"/>
+            <w:basedOn w:val="a"/>
+            <w:pPr>
+                <w:jc w:val="left"/>
+            </w:pPr>
+            <w:rPr>
+                <wx:font wx:val="Calibri"/>
+            </w:rPr>
+        </w:style>
+        <w:style w:type="paragraph" w:styleId="a4">
+            <w:name w:val="Balloon Text"/>
+            <wx:uiName wx:val="批注框文本"/>
+            <w:basedOn w:val="a"/>
+            <w:link w:val="a5"/>
+            <w:rPr>
+                <wx:font wx:val="Calibri"/>
+                <w:sz w:val="18"/>
+                <w:sz-cs w:val="18"/>
+            </w:rPr>
+        </w:style>
+        <w:style w:type="character" w:styleId="a5">
+            <w:name w:val="批注框文本 字符"/>
+            <w:link w:val="a4"/>
+            <w:rPr>
+                <w:sz w:val="18"/>
+                <w:sz-cs w:val="18"/>
+            </w:rPr>
+        </w:style>
+        <w:style w:type="paragraph" w:styleId="a6">
+            <w:name w:val="footer"/>
+            <wx:uiName wx:val="页脚"/>
+            <w:basedOn w:val="a"/>
+            <w:link w:val="a7"/>
+            <w:pPr>
+                <w:tabs>
+                    <w:tab w:val="center" w:pos="4153"/>
+                    <w:tab w:val="right" w:pos="8306"/>
+                </w:tabs>
+                <w:snapToGrid w:val="off"/>
+                <w:jc w:val="left"/>
+            </w:pPr>
+            <w:rPr>
+                <wx:font wx:val="Calibri"/>
+                <w:sz w:val="18"/>
+                <w:sz-cs w:val="18"/>
+            </w:rPr>
+        </w:style>
+        <w:style w:type="character" w:styleId="a7">
+            <w:name w:val="页脚 字符"/>
+            <w:link w:val="a6"/>
+            <w:rPr>
+                <w:sz w:val="18"/>
+                <w:sz-cs w:val="18"/>
+            </w:rPr>
+        </w:style>
+        <w:style w:type="paragraph" w:styleId="a8">
+            <w:name w:val="header"/>
+            <wx:uiName wx:val="页眉"/>
+            <w:basedOn w:val="a"/>
+            <w:link w:val="a9"/>
+            <w:pPr>
+                <w:pBdr>
+                    <w:bottom w:val="single" w:sz="6" wx:bdrwidth="15" w:space="1" w:color="auto"/>
+                </w:pBdr>
+                <w:tabs>
+                    <w:tab w:val="center" w:pos="4153"/>
+                    <w:tab w:val="right" w:pos="8306"/>
+                </w:tabs>
+                <w:snapToGrid w:val="off"/>
+                <w:jc w:val="center"/>
+            </w:pPr>
+            <w:rPr>
+                <wx:font wx:val="Calibri"/>
+                <w:sz w:val="18"/>
+                <w:sz-cs w:val="18"/>
+            </w:rPr>
+        </w:style>
+        <w:style w:type="character" w:styleId="a9">
+            <w:name w:val="页眉 字符"/>
+            <w:link w:val="a8"/>
+            <w:rPr>
+                <w:sz w:val="18"/>
+                <w:sz-cs w:val="18"/>
+            </w:rPr>
+        </w:style>
+        <w:style w:type="character" w:styleId="aa">
+            <w:name w:val="Hyperlink"/>
+            <wx:uiName wx:val="超链接"/>
+            <w:rPr>
+                <w:color w:val="0000FF"/>
+                <w:u w:val="single"/>
+            </w:rPr>
+        </w:style>
+        <w:style w:type="paragraph" w:styleId="1">
+            <w:name w:val="列出段落1"/>
+            <w:basedOn w:val="a"/>
+            <w:pPr>
+                <w:ind w:first-line-chars="200" w:first-line="420"/>
+            </w:pPr>
+            <w:rPr>
+                <wx:font wx:val="Calibri"/>
+            </w:rPr>
+        </w:style>
+    </w:styles>
+    <w:divs>
+        <w:div w:id="55323755">
+            <w:bodyDiv w:val="on"/>
+            <w:marLeft w:val="0"/>
+            <w:marRight w:val="0"/>
+            <w:marTop w:val="0"/>
+            <w:marBottom w:val="0"/>
+            <w:divBdr>
+                <w:top w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:left w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:bottom w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:right w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+            </w:divBdr>
+        </w:div>
+        <w:div w:id="440223741">
+            <w:bodyDiv w:val="on"/>
+            <w:marLeft w:val="0"/>
+            <w:marRight w:val="0"/>
+            <w:marTop w:val="0"/>
+            <w:marBottom w:val="0"/>
+            <w:divBdr>
+                <w:top w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:left w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:bottom w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:right w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+            </w:divBdr>
+        </w:div>
+        <w:div w:id="596475388">
+            <w:bodyDiv w:val="on"/>
+            <w:marLeft w:val="0"/>
+            <w:marRight w:val="0"/>
+            <w:marTop w:val="0"/>
+            <w:marBottom w:val="0"/>
+            <w:divBdr>
+                <w:top w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:left w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:bottom w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:right w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+            </w:divBdr>
+        </w:div>
+        <w:div w:id="598637143">
+            <w:bodyDiv w:val="on"/>
+            <w:marLeft w:val="0"/>
+            <w:marRight w:val="0"/>
+            <w:marTop w:val="0"/>
+            <w:marBottom w:val="0"/>
+            <w:divBdr>
+                <w:top w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:left w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:bottom w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:right w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+            </w:divBdr>
+        </w:div>
+        <w:div w:id="788623621">
+            <w:bodyDiv w:val="on"/>
+            <w:marLeft w:val="0"/>
+            <w:marRight w:val="0"/>
+            <w:marTop w:val="0"/>
+            <w:marBottom w:val="0"/>
+            <w:divBdr>
+                <w:top w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:left w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:bottom w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:right w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+            </w:divBdr>
+        </w:div>
+        <w:div w:id="818422441">
+            <w:bodyDiv w:val="on"/>
+            <w:marLeft w:val="0"/>
+            <w:marRight w:val="0"/>
+            <w:marTop w:val="0"/>
+            <w:marBottom w:val="0"/>
+            <w:divBdr>
+                <w:top w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:left w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:bottom w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:right w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+            </w:divBdr>
+        </w:div>
+        <w:div w:id="827133220">
+            <w:bodyDiv w:val="on"/>
+            <w:marLeft w:val="0"/>
+            <w:marRight w:val="0"/>
+            <w:marTop w:val="0"/>
+            <w:marBottom w:val="0"/>
+            <w:divBdr>
+                <w:top w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:left w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:bottom w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:right w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+            </w:divBdr>
+        </w:div>
+        <w:div w:id="1133523185">
+            <w:bodyDiv w:val="on"/>
+            <w:marLeft w:val="0"/>
+            <w:marRight w:val="0"/>
+            <w:marTop w:val="0"/>
+            <w:marBottom w:val="0"/>
+            <w:divBdr>
+                <w:top w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:left w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:bottom w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:right w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+            </w:divBdr>
+        </w:div>
+        <w:div w:id="1882396202">
+            <w:bodyDiv w:val="on"/>
+            <w:marLeft w:val="0"/>
+            <w:marRight w:val="0"/>
+            <w:marTop w:val="0"/>
+            <w:marBottom w:val="0"/>
+            <w:divBdr>
+                <w:top w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:left w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:bottom w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:right w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+            </w:divBdr>
+        </w:div>
+        <w:div w:id="2063560112">
+            <w:bodyDiv w:val="on"/>
+            <w:marLeft w:val="0"/>
+            <w:marRight w:val="0"/>
+            <w:marTop w:val="0"/>
+            <w:marBottom w:val="0"/>
+            <w:divBdr>
+                <w:top w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:left w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:bottom w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+                <w:right w:val="none" w:sz="0" wx:bdrwidth="0" w:space="0" w:color="auto"/>
+            </w:divBdr>
+        </w:div>
+    </w:divs>
+    <w:shapeDefaults>
+        <o:shapedefaults v:ext="edit" spidmax="2050"/>
+        <o:shapelayout v:ext="edit">
+            <o:idmap v:ext="edit" data="2"/>
+        </o:shapelayout>
+    </w:shapeDefaults>
+    <w:docPr>
+        <w:view w:val="print"/>
+        <w:zoom w:percent="100"/>
+        <w:doNotEmbedSystemFonts/>
+        <w:bordersDontSurroundHeader/>
+        <w:bordersDontSurroundFooter/>
+        <w:proofState w:spelling="clean" w:grammar="clean"/>
+        <w:stylePaneFormatFilter w:val="3F01"/>
+        <w:defaultTabStop w:val="420"/>
+        <w:drawingGridVerticalSpacing w:val="156"/>
+        <w:displayHorizontalDrawingGridEvery w:val="0"/>
+        <w:displayVerticalDrawingGridEvery w:val="2"/>
+        <w:punctuationKerning/>
+        <w:characterSpacingControl w:val="CompressPunctuation"/>
+        <w:webPageEncoding w:val="x-cp20936"/>
+        <w:optimizeForBrowser/>
+        <w:allowPNG/>
+        <w:pixelsPerInch w:val="120"/>
+        <w:validateAgainstSchema/>
+        <w:saveInvalidXML w:val="off"/>
+        <w:ignoreMixedContent w:val="off"/>
+        <w:alwaysShowPlaceholderText w:val="off"/>
+        <w:hdrShapeDefaults>
+            <o:shapedefaults v:ext="edit" spidmax="2050"/>
+            <o:shapelayout v:ext="edit">
+                <o:idmap v:ext="edit" data="1"/>
+            </o:shapelayout>
+        </w:hdrShapeDefaults>
+        <w:footnotePr>
+            <w:footnote w:type="separator">
+                <w:p wsp:rsidR="00837B2F" wsp:rsidRDefault="00837B2F">
+                    <w:pPr>
+                        <w:spacing w:after="0" w:line="240" w:line-rule="auto"/>
+                    </w:pPr>
+                    <w:r>
+                        <w:separator/>
+                    </w:r>
+                </w:p>
+            </w:footnote>
+            <w:footnote w:type="continuation-separator">
+                <w:p wsp:rsidR="00837B2F" wsp:rsidRDefault="00837B2F">
+                    <w:pPr>
+                        <w:spacing w:after="0" w:line="240" w:line-rule="auto"/>
+                    </w:pPr>
+                    <w:r>
+                        <w:continuationSeparator/>
+                    </w:r>
+                </w:p>
+            </w:footnote>
+        </w:footnotePr>
+        <w:endnotePr>
+            <w:endnote w:type="separator">
+                <w:p wsp:rsidR="00837B2F" wsp:rsidRDefault="00837B2F">
+                    <w:pPr>
+                        <w:spacing w:after="0" w:line="240" w:line-rule="auto"/>
+                    </w:pPr>
+                    <w:r>
+                        <w:separator/>
+                    </w:r>
+                </w:p>
+            </w:endnote>
+            <w:endnote w:type="continuation-separator">
+                <w:p wsp:rsidR="00837B2F" wsp:rsidRDefault="00837B2F">
+                    <w:pPr>
+                        <w:spacing w:after="0" w:line="240" w:line-rule="auto"/>
+                    </w:pPr>
+                    <w:r>
+                        <w:continuationSeparator/>
+                    </w:r>
+                </w:p>
+            </w:endnote>
+        </w:endnotePr>
+        <w:compat>
+            <w:spaceForUL/>
+            <w:balanceSingleByteDoubleByteWidth/>
+            <w:doNotLeaveBackslashAlone/>
+            <w:ulTrailSpace/>
+            <w:doNotExpandShiftReturn/>
+            <w:adjustLineHeightInTable/>
+            <w:breakWrappedTables/>
+            <w:snapToGridInCell/>
+            <w:wrapTextWithPunct/>
+            <w:useAsianBreakRules/>
+            <w:dontGrowAutofit/>
+            <w:useFELayout/>
+        </w:compat>
+        <w:docVars>
+            <w:docVar w:name="commondata" w:val="eyJoZGlkIjoiOGU4MDRiZjFiYWI1NmNmYjkyMzBjNWM5Y2YzN2EwNjcifQ=="/>
+        </w:docVars>
+        <wsp:rsids>
+            <wsp:rsidRoot wsp:val="007B25E9"/>
+            <wsp:rsid wsp:val="00052E12"/>
+            <wsp:rsid wsp:val="001267DF"/>
+            <wsp:rsid wsp:val="001D5225"/>
+            <wsp:rsid wsp:val="001F718C"/>
+            <wsp:rsid wsp:val="001F7BE1"/>
+            <wsp:rsid wsp:val="00231680"/>
+            <wsp:rsid wsp:val="002D1099"/>
+            <wsp:rsid wsp:val="00340173"/>
+            <wsp:rsid wsp:val="004019CE"/>
+            <wsp:rsid wsp:val="00422030"/>
+            <wsp:rsid wsp:val="00492331"/>
+            <wsp:rsid wsp:val="00532DBB"/>
+            <wsp:rsid wsp:val="005C510D"/>
+            <wsp:rsid wsp:val="00680AAA"/>
+            <wsp:rsid wsp:val="006A2AAF"/>
+            <wsp:rsid wsp:val="006C312F"/>
+            <wsp:rsid wsp:val="006D131B"/>
+            <wsp:rsid wsp:val="0072599F"/>
+            <wsp:rsid wsp:val="007711C1"/>
+            <wsp:rsid wsp:val="00777BB4"/>
+            <wsp:rsid wsp:val="007B25E9"/>
+            <wsp:rsid wsp:val="007C64C8"/>
+            <wsp:rsid wsp:val="00837B2F"/>
+            <wsp:rsid wsp:val="00854623"/>
+            <wsp:rsid wsp:val="00993469"/>
+            <wsp:rsid wsp:val="009B5A80"/>
+            <wsp:rsid wsp:val="009C41F9"/>
+            <wsp:rsid wsp:val="009D50E6"/>
+            <wsp:rsid wsp:val="00AD0C21"/>
+            <wsp:rsid wsp:val="00AD449C"/>
+            <wsp:rsid wsp:val="00B4784D"/>
+            <wsp:rsid wsp:val="00B5003F"/>
+            <wsp:rsid wsp:val="00B57296"/>
+            <wsp:rsid wsp:val="00C10C76"/>
+            <wsp:rsid wsp:val="00D65075"/>
+            <wsp:rsid wsp:val="00DF4A74"/>
+            <wsp:rsid wsp:val="00E02BFA"/>
+            <wsp:rsid wsp:val="00E652E9"/>
+            <wsp:rsid wsp:val="00F32BAD"/>
+            <wsp:rsid wsp:val="00FA2B1B"/>
+            <wsp:rsid wsp:val="00FC2241"/>
+            <wsp:rsid wsp:val="03313D79"/>
+            <wsp:rsid wsp:val="08914434"/>
+            <wsp:rsid wsp:val="16AB336D"/>
+            <wsp:rsid wsp:val="1AAF73BA"/>
+            <wsp:rsid wsp:val="1E1E766F"/>
+            <wsp:rsid wsp:val="1E5B27F6"/>
+            <wsp:rsid wsp:val="1F5E332B"/>
+            <wsp:rsid wsp:val="298C0D04"/>
+            <wsp:rsid wsp:val="2A3F37A7"/>
+            <wsp:rsid wsp:val="33B56C10"/>
+            <wsp:rsid wsp:val="3ED81680"/>
+            <wsp:rsid wsp:val="436112E1"/>
+            <wsp:rsid wsp:val="5570004F"/>
+            <wsp:rsid wsp:val="5B124766"/>
+            <wsp:rsid wsp:val="61903BE7"/>
+            <wsp:rsid wsp:val="64C42DBE"/>
+            <wsp:rsid wsp:val="67184229"/>
+            <wsp:rsid wsp:val="67260E75"/>
+            <wsp:rsid wsp:val="72F91547"/>
+            <wsp:rsid wsp:val="74E120FE"/>
+            <wsp:rsid wsp:val="7BC64680"/>
+            <wsp:rsid wsp:val="7FA74B70"/>
+        </wsp:rsids>
+    </w:docPr>
+    <w:body>
+        <wx:sect>
+            <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                <w:pPr>
+                    <w:tabs>
+                        <w:tab w:val="left" w:pos="8775"/>
+                    </w:tabs>
+                    <w:spacing w:after="0" w:line="640" w:line-rule="exact"/>
+                    <w:jc w:val="center"/>
+                    <w:rPr>
+                        <w:rFonts w:ascii="方正小标宋_GBK" w:fareast="方正小标宋_GBK" w:h-ansi="方正小标宋_GBK" w:cs="方正小标宋_GBK"
+                                  w:hint="fareast"/>
+                        <wx:font wx:val="方正小标宋_GBK"/>
+                        <w:sz w:val="32"/>
+                        <w:sz-cs w:val="32"/>
+                    </w:rPr>
+                </w:pPr>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="方正小标宋_GBK" w:fareast="方正小标宋_GBK" w:h-ansi="方正小标宋_GBK" w:cs="方正小标宋_GBK"
+                                  w:hint="fareast"/>
+                        <wx:font wx:val="方正小标宋_GBK"/>
+                        <w:sz w:val="44"/>
+                        <w:sz-cs w:val="44"/>
+                    </w:rPr>
+                    <w:t>桂林理工大学家庭经济困难学生认定申请表</w:t>
+                </w:r>
+            </w:p>
+            <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                <w:pPr>
+                    <w:tabs>
+                        <w:tab w:val="left" w:pos="8775"/>
+                    </w:tabs>
+                    <w:spacing w:after="0" w:line="640" w:line-rule="exact"/>
+                    <w:jc w:val="center"/>
+                    <w:rPr>
+                        <w:rFonts w:ascii="方正小标宋_GBK" w:fareast="方正小标宋_GBK" w:h-ansi="方正小标宋_GBK" w:cs="方正小标宋_GBK"
+                                  w:hint="fareast"/>
+                        <wx:font wx:val="方正小标宋_GBK"/>
+                        <w:sz w:val="32"/>
+                        <w:sz-cs w:val="32"/>
+                    </w:rPr>
+                </w:pPr>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="方正小标宋_GBK" w:fareast="方正小标宋_GBK" w:h-ansi="方正小标宋_GBK" w:cs="方正小标宋_GBK"
+                                  w:hint="fareast"/>
+                        <wx:font wx:val="方正小标宋_GBK"/>
+                        <w:sz w:val="32"/>
+                        <w:sz-cs w:val="32"/>
+                    </w:rPr>
+                    <w:t>(</w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="Times New Roman" w:fareast="方正小标宋_GBK" w:h-ansi="Times New Roman"/>
+                        <wx:font wx:val="Times New Roman"/>
+                        <w:sz w:val="32"/>
+                        <w:sz-cs w:val="32"/>
+                    </w:rPr>
+                    <w:t>2023-2024</w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="方正小标宋_GBK" w:fareast="方正小标宋_GBK" w:h-ansi="方正小标宋_GBK" w:cs="方正小标宋_GBK"
+                                  w:hint="fareast"/>
+                        <wx:font wx:val="方正小标宋_GBK"/>
+                        <w:sz w:val="32"/>
+                        <w:sz-cs w:val="32"/>
+                    </w:rPr>
+                    <w:t>学年)</w:t>
+                </w:r>
+            </w:p>
+            <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                <w:pPr>
+                    <w:tabs>
+                        <w:tab w:val="left" w:pos="8775"/>
+                    </w:tabs>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:b-cs/>
+                        <w:sz-cs w:val="21"/>
+                    </w:rPr>
+                </w:pPr>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:hint="fareast"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:b-cs/>
+                        <w:sz-cs w:val="21"/>
+                    </w:rPr>
+                    <w:t>院(系)名称:</w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t></w:t>
+                </w:r>
+                <w:r wsp:rsidR="001267DF">
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:hint="fareast"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t>${collegeName!""}</w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t></w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:hint="fareast"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t></w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t></w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:hint="fareast"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                    </w:rPr>
+                    <w:t>专业班级:</w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t></w:t>
+                </w:r>
+                <w:r wsp:rsidR="001267DF">
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:hint="fareast"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t>${professionalClass!""}</w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t></w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:hint="fareast"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t></w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t></w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:hint="fareast"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t></w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:hint="fareast"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                    </w:rPr>
+                    <w:t>学号</w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t></w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:hint="fareast"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t></w:t>
+                </w:r>
+                <w:r wsp:rsidR="001267DF">
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:hint="fareast"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t>${studentId!""}</w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:hint="fareast"/>
+                        <wx:font wx:val="仿宋_GB2312"/>
+                        <w:b/>
+                        <w:sz-cs w:val="21"/>
+                        <w:u w:val="single"/>
+                    </w:rPr>
+                    <w:t></w:t>
+                </w:r>
+            </w:p>
+            <w:tbl>
+                <w:tblPr>
+                    <w:tblW w:w="5467" w:type="pct"/>
+                    <w:jc w:val="center"/>
+                    <w:tblInd w:w="0" w:type="dxa"/>
+                    <w:tblBorders>
+                        <w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
+                        <w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
+                        <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
+                        <w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
+                        <w:insideH w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
+                        <w:insideV w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
+                    </w:tblBorders>
+                    <w:tblLayout w:type="Fixed"/>
+                </w:tblPr>
+                <w:tblGrid>
+                    <w:gridCol w:w="757"/>
+                    <w:gridCol w:w="1105"/>
+                    <w:gridCol w:w="500"/>
+                    <w:gridCol w:w="408"/>
+                    <w:gridCol w:w="91"/>
+                    <w:gridCol w:w="499"/>
+                    <w:gridCol w:w="259"/>
+                    <w:gridCol w:w="98"/>
+                    <w:gridCol w:w="72"/>
+                    <w:gridCol w:w="28"/>
+                    <w:gridCol w:w="41"/>
+                    <w:gridCol w:w="11"/>
+                    <w:gridCol w:w="488"/>
+                    <w:gridCol w:w="460"/>
+                    <w:gridCol w:w="39"/>
+                    <w:gridCol w:w="499"/>
+                    <w:gridCol w:w="100"/>
+                    <w:gridCol w:w="320"/>
+                    <w:gridCol w:w="78"/>
+                    <w:gridCol w:w="477"/>
+                    <w:gridCol w:w="22"/>
+                    <w:gridCol w:w="325"/>
+                    <w:gridCol w:w="174"/>
+                    <w:gridCol w:w="20"/>
+                    <w:gridCol w:w="303"/>
+                    <w:gridCol w:w="176"/>
+                    <w:gridCol w:w="87"/>
+                    <w:gridCol w:w="346"/>
+                    <w:gridCol w:w="65"/>
+                    <w:gridCol w:w="96"/>
+                    <w:gridCol w:w="403"/>
+                    <w:gridCol w:w="190"/>
+                    <w:gridCol w:w="309"/>
+                    <w:gridCol w:w="13"/>
+                    <w:gridCol w:w="312"/>
+                    <w:gridCol w:w="174"/>
+                    <w:gridCol w:w="81"/>
+                    <w:gridCol w:w="418"/>
+                    <w:gridCol w:w="170"/>
+                    <w:gridCol w:w="329"/>
+                    <w:gridCol w:w="549"/>
+                </w:tblGrid>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="509"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge w:val="restart"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>学</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>生</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>基</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>本</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>情</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:proofErr w:type="gramStart"/>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>况</w:t>
+                            </w:r>
+                            <w:proofErr w:type="gramEnd"/>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>姓名</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="416" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${name!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="505" w:type="pct"/>
+                            <w:gridSpan w:val="8"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>性别</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="435" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${gender!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="440" w:type="pct"/>
+                            <w:gridSpan w:val="4"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>民族</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="640" w:type="pct"/>
+                            <w:gridSpan w:val="7"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${national!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="626" w:type="pct"/>
+                            <w:gridSpan w:val="7"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>出生年月</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="1080" w:type="pct"/>
+                            <w:gridSpan w:val="9"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${birthday!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="485"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>身份证号</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_0!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_1!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_2!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="5"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_3!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_4!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_5!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_6!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="3"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_7!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_8!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_9!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="3"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_10!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="3"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_11!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_12!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_13!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="3"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_14!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_15!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="229" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_16!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="251" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ic_17!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="491"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vmerge w:val="restart"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家庭情况</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="416" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家庭</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>人口数</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="435" w:type="pct"/>
+                            <w:gridSpan w:val="4"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${familyPopulation!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="505" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家庭成员在学人数</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="293" w:type="pct"/>
+                            <w:gridSpan w:val="3"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${familySchool!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="650" w:type="pct"/>
+                            <w:gridSpan w:val="7"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>赡养人数</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="493" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dependents!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="563" w:type="pct"/>
+                            <w:gridSpan w:val="5"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家庭成员失业人数</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="787" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001267DF" wsp:rsidP="00340173">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${unemployedFamily!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="3389"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vmerge/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="4144" w:type="pct"/>
+                            <w:gridSpan w:val="39"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="360" w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                </w:rPr>
+                                <w:t>家庭情况</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                    <w:i-cs/>
+                                </w:rPr>
+                                <w:t>(如实在相应类型</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>□中打“</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:b/>
+                                    <w:sz w:val="22"/>
+                                </w:rPr>
+                                <w:t>√</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>”</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                    <w:i-cs/>
+                                </w:rPr>
+                                <w:t>)</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="0072599F">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="360" w:line-rule="exact"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz w:val="18"/>
+                                    <w:sz-cs w:val="18"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_0!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>脱贫家庭学生</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz w:val="18"/>
+                                    <w:sz-cs w:val="18"/>
+                                </w:rPr>
+                                <w:t> (</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>脱贫年度:</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_0!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>2014年/2015年</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_1!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>2016年及以后</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz w:val="18"/>
+                                    <w:sz-cs w:val="18"/>
+                                </w:rPr>
+                                <w:t>)</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="0072599F">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="360" w:line-rule="exact"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_1!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="Wingdings 2" w:fareast="仿宋_GB2312" w:h-ansi="Wingdings 2"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>未消除风险</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>监测对象家庭学生(</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_2!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>脱贫不稳定家庭学生</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_3!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>边缘易致贫家庭学生</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_4!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>突发严重困难家庭学生)</w:t>
+                            </w:r>
+                            <aml:annotation aml:id="0" w:type="Word.Bookmark.Start" w:name="_GoBack"/>
+                            <aml:annotation aml:id="0" w:type="Word.Bookmark.End"/>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="0072599F">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="360" w:line-rule="exact"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_2!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="Wingdings 2" w:fareast="仿宋_GB2312" w:h-ansi="Wingdings 2"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>已消除风险</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>监测对象家庭学生(</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_5!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>脱贫不稳定家庭学生</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_6!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>边缘易致贫家庭学生</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_7!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>突发严重困难家庭学生)</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="0072599F">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="360" w:line-rule="exact"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_3!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>最低生活保障家庭学生(</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_8!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>城市</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_9!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>农村)</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_4!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>特困救助供养学生(</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_10!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>城市</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_11!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>农村)</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="0072599F">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="360" w:line-rule="exact"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_5!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家庭经济困难残疾学生</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_6!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家庭经济困难残疾人子女</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_7!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>孤儿</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_8!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>事实无人抚养儿童</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="0072599F">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="360" w:line-rule="exact"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_9!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>烈士子女</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_10!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>优抚家庭子女</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_11!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>因公牺牲人员子女</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_12!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>见义勇为牺牲人员子女</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="0072599F">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="360" w:line-rule="exact"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_13!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>建档困难职工家庭学生</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_14!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>低收入对象(</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_12!""}</w:t>
+                            </w:r>
+                            <w:proofErr w:type="gramStart"/>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>低保边缘</w:t>
+                            </w:r>
+                            <w:proofErr w:type="gramEnd"/>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家庭学生</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="009B5A80">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${ts_13!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>支出</w:t>
+                            </w:r>
+                            <w:proofErr w:type="gramStart"/>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>型困难</w:t>
+                            </w:r>
+                            <w:proofErr w:type="gramEnd"/>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家庭学生)</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00FA2B1B">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="360" w:line-rule="exact"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dt_15!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>其他家庭经济困难学生</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00DF4A74">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t>${otherInfo!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>(如选“其他”需写明具体事项)</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="487"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge w:val="restart"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>庭</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>信</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>息</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>户籍性质</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="416" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00DF4A74">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${hj_0!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>城镇</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00DF4A74">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${hj_1}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>农村</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="390" w:type="pct"/>
+                            <w:gridSpan w:val="3"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>户籍</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>所在地</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="1632" w:type="pct"/>
+                            <w:gridSpan w:val="18"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00DF4A74">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${p_name!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> 省</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00DF4A74">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${m_name!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> 市</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00DF4A74">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${c_name!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> 县</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="626" w:type="pct"/>
+                            <w:gridSpan w:val="7"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家长姓名</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>及联系电话</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="1080" w:type="pct"/>
+                            <w:gridSpan w:val="9"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00DF4A74">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${parentPhone!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="688"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家庭居住房产(住房)情况</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="2051" w:type="pct"/>
+                            <w:gridSpan w:val="18"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:before-lines="50" w:before="159" w:after="0" w:line="200"
+                                           w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${zf_0!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>商品房</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${zf_1!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>单位福利住房</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:before-lines="50" w:before="159" w:after="0" w:line="200"
+                                           w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${zf_2!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>自建房</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${zf_3!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>租房、无房</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${zf_4!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>其他</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="508" w:type="pct"/>
+                            <w:gridSpan w:val="7"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>家中有</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>汽车情况</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="1584" w:type="pct"/>
+                            <w:gridSpan w:val="14"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${car_0!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>自用</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${car_1!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>经营用</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${car_2!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>无汽车</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="430"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家庭现居住地址</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="4144" w:type="pct"/>
+                            <w:gridSpan w:val="39"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00777BB4">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${nowProvince!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> 省</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz w:val="18"/>
+                                    <w:sz-cs w:val="18"/>
+                                </w:rPr>
+                                <w:t>(自治区)</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz w:val="18"/>
+                                    <w:sz-cs w:val="18"/>
+                                </w:rPr>
+                                <w:t>${nowCity!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> 市</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${nowCounty!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>县</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz w:val="18"/>
+                                    <w:sz-cs w:val="18"/>
+                                </w:rPr>
+                                <w:t>(市、区)</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz w:val="18"/>
+                                    <w:sz-cs w:val="18"/>
+                                </w:rPr>
+                                <w:t> ${nowTown!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>镇</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz w:val="18"/>
+                                    <w:sz-cs w:val="18"/>
+                                </w:rPr>
+                                <w:t>(街道)</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz w:val="18"/>
+                                    <w:sz-cs w:val="18"/>
+                                </w:rPr>
+                                <w:t>${nowVillage!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz w:val="18"/>
+                                    <w:sz-cs w:val="18"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> 村</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz w:val="18"/>
+                                    <w:sz-cs w:val="18"/>
+                                </w:rPr>
+                                <w:t>(居委)</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="001F718C">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${nowHouseNumber!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz w:val="18"/>
+                                    <w:sz-cs w:val="18"/>
+                                </w:rPr>
+                                <w:t>(门牌号)</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="382"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge w:val="restart"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:ind w:right="113"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:ind w:right="113"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>庭</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:ind w:right="113"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>成</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:ind w:right="113"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>员</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:ind w:right="113"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>情</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:ind w:right="113"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:proofErr w:type="gramStart"/>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>况</w:t>
+                            </w:r>
+                            <w:proofErr w:type="gramEnd"/>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vmerge w:val="restart"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>姓名</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="416" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vmerge w:val="restart"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>年龄</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="468" w:type="pct"/>
+                            <w:gridSpan w:val="5"/>
+                            <w:vmerge w:val="restart"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>与学生关系</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="1326" w:type="pct"/>
+                            <w:gridSpan w:val="13"/>
+                            <w:vmerge w:val="restart"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>工作(学习)单位</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="508" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vmerge w:val="restart"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>职业</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="494" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vmerge w:val="restart"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>年收入</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>(元)</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="930" w:type="pct"/>
+                            <w:gridSpan w:val="7"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>健康状况(勾选)</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="478"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:ind w:left="113" w:right="113"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vmerge/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="416" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vmerge/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="468" w:type="pct"/>
+                            <w:gridSpan w:val="5"/>
+                            <w:vmerge/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="1326" w:type="pct"/>
+                            <w:gridSpan w:val="13"/>
+                            <w:vmerge/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="508" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vmerge/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="494" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vmerge/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:lang/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="260" w:type="pct"/>
+                            <w:gridSpan w:val="3"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:lang/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:lang/>
+                                </w:rPr>
+                                <w:t>健康</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="270" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>残疾</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="399" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>患重大</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>疾病</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="567"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${name_0!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="416" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${age_0!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="468" w:type="pct"/>
+                            <w:gridSpan w:val="5"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${re_0!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="1326" w:type="pct"/>
+                            <w:gridSpan w:val="13"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${work_0!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="508" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${c_0!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="494" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${inc_0!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="260" w:type="pct"/>
+                            <w:gridSpan w:val="3"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${jk_0!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="270" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${cj_0!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="399" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${zb_0!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="567"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${name_1!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="416" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${age_1!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="468" w:type="pct"/>
+                            <w:gridSpan w:val="5"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${re_1!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="1326" w:type="pct"/>
+                            <w:gridSpan w:val="13"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${work_1!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="508" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${c_1!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="494" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${inc_1!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="260" w:type="pct"/>
+                            <w:gridSpan w:val="3"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${jk_1!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="270" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${cj_1!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="399" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${zb_1!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="567"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${name_2!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="416" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${age_2!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="468" w:type="pct"/>
+                            <w:gridSpan w:val="5"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${re_2!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="1326" w:type="pct"/>
+                            <w:gridSpan w:val="13"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${work_2!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="508" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${c_2!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="494" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${inc_2!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="260" w:type="pct"/>
+                            <w:gridSpan w:val="3"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${jk_2!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="270" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${cj_2!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="399" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${zb_2!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="567"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${name_3!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="416" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${age_3!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="468" w:type="pct"/>
+                            <w:gridSpan w:val="5"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${re_3!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="1326" w:type="pct"/>
+                            <w:gridSpan w:val="13"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${work_3!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="508" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${c_3!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="494" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${inc_3!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="260" w:type="pct"/>
+                            <w:gridSpan w:val="3"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${jk_3!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="270" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${cj_3!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="399" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${zb_3!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="567"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:ind w:left="113" w:right="113"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${name_4!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="416" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${age_4!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="468" w:type="pct"/>
+                            <w:gridSpan w:val="5"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${re_4!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="1326" w:type="pct"/>
+                            <w:gridSpan w:val="13"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${work_4!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="508" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${c_4!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="494" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${inc_4!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="260" w:type="pct"/>
+                            <w:gridSpan w:val="3"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${jk_4!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="270" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${cj_4!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="399" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${zb_4!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="567"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="507" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${name_5!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="416" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${age_5!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="468" w:type="pct"/>
+                            <w:gridSpan w:val="5"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${re_5!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="1326" w:type="pct"/>
+                            <w:gridSpan w:val="13"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${work_5!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="508" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${c_5!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="494" w:type="pct"/>
+                            <w:gridSpan w:val="6"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00F32BAD">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${inc_5!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="260" w:type="pct"/>
+                            <w:gridSpan w:val="3"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${jk_5!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="270" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${cj_5!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="399" w:type="pct"/>
+                            <w:gridSpan w:val="2"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00E02BFA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${zb_5!""}</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="510"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="1404" w:type="pct"/>
+                            <w:gridSpan w:val="9"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家庭年收入</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00532DBB">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t>${familyYearIncome!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>元</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="3247" w:type="pct"/>
+                            <w:gridSpan w:val="31"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:tabs>
+                                    <w:tab w:val="center" w:pos="1162"/>
+                                </w:tabs>
+                                <w:spacing w:after="0" w:line="200" w:line-rule="exact"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>人均年收入=</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:lang/>
+                                </w:rPr>
+                                <w:t>家庭年收入</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="汉仪细圆B5" w:fareast="汉仪细圆B5" w:h-ansi="汉仪细圆B5" w:cs="汉仪细圆B5"
+                                              w:hint="fareast"/>
+                                    <wx:font wx:val="汉仪细圆B5"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>÷</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家庭人口数=</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00532DBB">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t>${oneYearIncome!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>元</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="3678"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:tcBorders>
+                                <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
+                            </w:tcBorders>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>影响家庭经济状况有关信息</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="4652" w:type="pct"/>
+                            <w:gridSpan w:val="40"/>
+                            <w:tcBorders>
+                                <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
+                            </w:tcBorders>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="400" w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                    <w:i-cs/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                </w:rPr>
+                                <w:t>1.家庭经济主要收入来源情况</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                    <w:i-cs/>
+                                </w:rPr>
+                                <w:t>(如实在相应类型</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>□中打“</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:b/>
+                                    <w:sz w:val="22"/>
+                                </w:rPr>
+                                <w:t>√</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>”</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                    <w:i-cs/>
+                                </w:rPr>
+                                <w:t>)</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00680AAA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="400" w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>${income_0}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>机关事业单位公职人员</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>${income_1}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>单位公司合同制职工</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>${income_2}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>私营业主</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>${income_3}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>个体工商户</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>${income_4}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>务工</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>${income_5}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>务农</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00680AAA">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="400" w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>${income_6}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>其他收入(简要说明)</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>${otherPrief!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>;</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>${income_7}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>无固定收入</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>${income_8}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
+                                </w:rPr>
+                                <w:t>无收入</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="400" w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                </w:rPr>
+                                <w:t>2.学生父母丧失劳动能力或劳动能力弱</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00E652E9">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t>${parenstLaborCapacity!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                </w:rPr>
+                                <w:t>人;需赡养无劳动能力或丧失劳动能力的共同生活家庭成员</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00E652E9">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t>${laborCapacity!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                </w:rPr>
+                                <w:t>人。(其中长期患病或残疾</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00E652E9">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t>${longIll!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b-cs/>
+                                </w:rPr>
+                                <w:t>人)</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="400" w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                </w:rPr>
+                                <w:t>3.如有以下情形,请如实勾选并</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                    <w:sz w:val="20"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>简要描述:</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="400" w:line-rule="exact"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz w:val="20"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>(1)突发状况:</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00993469">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>${oth_0!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>家庭遭受疫情</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00993469">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>${oth_1!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>家庭遭受自然灾害</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00993469">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>${oth_2!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>家庭遭受突发意外事件</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i-cs/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz w:val="20"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00993469">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>${oth_3!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz w:val="20"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>家庭欠债</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="400" w:line-rule="exact"/>
+                                <w:ind w:first-line-chars="300" w:first-line="630"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:b/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>具体时间、内容及涉及金额等情况:</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i/>
+                                    <w:i-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00FC2241">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i/>
+                                    <w:i-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t>${emergencySituations!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i/>
+                                    <w:i-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>。</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="400" w:line-rule="exact"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>(2)其他情况:</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00FC2241">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t>${otherCircumstances!""}</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i/>
+                                    <w:i-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                </w:rPr>
+                                <w:t>。</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="415"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge w:val="restart"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>承</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>诺</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>签</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>字</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="4652" w:type="pct"/>
+                            <w:gridSpan w:val="40"/>
+                            <w:tcBorders>
+                                <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
+                            </w:tcBorders>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:ind w:first-line-chars="200" w:first-line="422"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:i/>
+                                    <w:i-cs/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋" w:fareast="仿宋" w:h-ansi="仿宋" w:cs="仿宋" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                </w:rPr>
+                                <w:t>学生本人已满16周岁,只需本人签名;学生本人未满16周岁,需由学生家长或监护人签名。</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="1417"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vmerge/>
+                            <w:textFlow w:val="tb-rl-v"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="300" w:line-rule="exact"/>
+                                <w:ind w:left="113" w:right="113"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="4652" w:type="pct"/>
+                            <w:gridSpan w:val="40"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="240" w:line-rule="auto"/>
+                                <w:ind w:first-line-chars="200" w:first-line="420"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>本人承诺以上所填资料真实、准确,并同意授权相关部门通过信息核对,对所填资料进行查询、核对。如虚报资料,本人愿意承担相关责任。</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:ind w:first-line-chars="2700" w:first-line="5670"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>学生或家长(监护人)手写签名:</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:ind w:first-line-chars="3800" w:first-line="7980"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> 年</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>月</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t></w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>日</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="1537"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>班级民主评议小组意见</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="4652" w:type="pct"/>
+                            <w:gridSpan w:val="40"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:ind w:left-chars="200" w:left="420"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>经评议小组民主评议,认为本年度xxx同学符合家庭经济困难学生认定条件,推荐认定困难类型为:</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00422030">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:ind w:left-chars="200" w:left="420"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${cl_0!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>特别困难</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${cl_1!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>比较困难</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${cl_2!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>一般困难</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001F7BE1">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:ind w:left-chars="200" w:left="420"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${classApprovalFinancial!""}</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> 评议小组组长签名:</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> 年 月 日</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="1537"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>院(系)意</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>见</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="4652" w:type="pct"/>
+                            <w:gridSpan w:val="40"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:ind w:first-line-chars="200" w:first-line="420"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>经评议小组推荐,本院(系)认真审核后,并在院(系)范围内公示</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t>3</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>天无异议,认为本学年xxx同学符合家庭经济困难学生认定条件,推荐认定困难类型为:</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00422030">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:ind w:left-chars="200" w:left="420"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dp_0!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>特别困难</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dp_1!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>比较困难</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${dp_2!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>一般困难</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="006C312F">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:ind w:left-chars="200" w:left="420"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${departmentApprovalFinancial!""}</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> 认定工作组组长签章:</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> 年 月 日</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> (加盖公章)</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+                <w:tr wsp:rsidR="00000000">
+                    <w:trPr>
+                        <w:cantSplit/>
+                        <w:trHeight w:val="3301"/>
+                        <w:jc w:val="center"/>
+                    </w:trPr>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="347" w:type="pct"/>
+                            <w:vAlign w:val="center"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>学</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>校</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>审</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>核</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>意</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="300" w:line-rule="exact"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
+                                    <wx:font wx:val="宋体"/>
+                                    <w:b/>
+                                    <w:b-cs/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>见</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                    <w:tc>
+                        <w:tcPr>
+                            <w:tcW w:w="4652" w:type="pct"/>
+                            <w:gridSpan w:val="40"/>
+                        </w:tcPr>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:line="288" w:line-rule="auto"/>
+                                <w:ind w:first-line-chars="200" w:first-line="420"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>经学校学生资助工作领导小组审查,并在全校范围内公示</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                    <w:u w:val="single"/>
+                                </w:rPr>
+                                <w:t>5</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>个工作日无异议,认定本学年xxx同学符合家庭经济困难学生认定条件,同意认定困难类型为:</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00422030">
+                            <w:pPr>
+                                <w:spacing w:line="288" w:line-rule="auto"/>
+                                <w:ind w:first-line="420"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${sc_0!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>特别困难</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${sc_1!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>比较困难</w:t>
+                            </w:r>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${sc_2!""}</w:t>
+                            </w:r>
+                            <w:r wsp:rsidR="00000000">
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>一般困难</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="001F7BE1">
+                            <w:pPr>
+                                <w:spacing w:line="288" w:line-rule="auto"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t>${schoolApprovalFinancial!""}</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> 负责人签章:</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:jc w:val="center"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> 年 月 日</w:t>
+                            </w:r>
+                        </w:p>
+                        <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                            <w:pPr>
+                                <w:spacing w:after="0" w:line="288" w:line-rule="auto"/>
+                                <w:ind w:first-line="420"/>
+                                <w:jc w:val="left"/>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                            </w:pPr>
+                            <w:r>
+                                <w:rPr>
+                                    <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312" w:h-ansi="仿宋_GB2312"
+                                              w:cs="仿宋_GB2312" w:hint="fareast"/>
+                                    <wx:font wx:val="仿宋_GB2312"/>
+                                    <w:sz-cs w:val="21"/>
+                                </w:rPr>
+                                <w:t> (加盖公章)</w:t>
+                            </w:r>
+                        </w:p>
+                    </w:tc>
+                </w:tr>
+            </w:tbl>
+            <w:p wsp:rsidR="009C41F9" wsp:rsidRDefault="00000000">
+                <w:pPr>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋" w:fareast="仿宋" w:h-ansi="仿宋" w:cs="仿宋"/>
+                        <wx:font wx:val="仿宋"/>
+                        <w:b-cs/>
+                    </w:rPr>
+                </w:pPr>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋" w:fareast="仿宋" w:h-ansi="仿宋" w:cs="仿宋" w:hint="fareast"/>
+                        <wx:font wx:val="仿宋"/>
+                        <w:b-cs/>
+                        <w:sz-cs w:val="21"/>
+                    </w:rPr>
+                    <w:t>注:1.本表供学生根据需要申请家庭经济困难认定用,可复印。</w:t>
+                </w:r>
+                <w:r>
+                    <w:rPr>
+                        <w:rFonts w:ascii="仿宋" w:fareast="仿宋" w:h-ansi="仿宋" w:cs="仿宋" w:hint="fareast"/>
+                        <wx:font wx:val="仿宋"/>
+                        <w:b-cs/>
+                    </w:rPr>
+                    <w:t>2.选择性项目必须填写。</w:t>
+                </w:r>
+            </w:p>
+            <w:sectPr wsp:rsidR="009C41F9">
+                <w:hdr w:type="odd">
+                    <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                        <w:r>
+                            <w:pict>
+                                <v:shapetype id="_x0000_t202" coordsize="21600,21600" o:spt="202"
+                                             path="m,l,21600r21600,l21600,xe">
+                                    <v:stroke joinstyle="miter"/>
+                                    <v:path gradientshapeok="t" o:connecttype="rect"/>
+                                </v:shapetype>
+                                <v:shape id="ImpTraceLabel" o:spid="_x0000_s1026" type="#_x0000_t202"
+                                         style="position:absolute;left:0;text-align:left;margin-left:0;margin-top:0;width:.05pt;height:0;z-index:1;mso-position-horizontal-relative:page;mso-position-vertical-relative:page"
+                                         filled="f" stroked="f">
+                                    <v:path strokeok="f"/>
+                                    <v:textbox>
+                                        <w:txbxContent>
+                                            <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                                                <w:r>
+                                                    <w:t>
+                                                        ImpTraceLabel=PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz48dHJhY2U+PGNvbnRlbnQ+PC9jb250ZW50PjxhY2NvdW50PnBxYW8zM3V4c2ZnamN6anRhZ2Vyc3k8L2FjY291bnQ+PG1hY2hpbmVDb2RlPkszODkyODIxMDQwMTkKPC9tYWNoaW5lQ29kZT48dGltZT4yMDIzLTA4LTAyIDEzOjI1OjEyPC90aW1lPjxzeXN0ZW0+TUI8c3lzdGVtPjwvdHJhY2U+
+                                                    </w:t>
+                                                </w:r>
+                                            </w:p>
+                                        </w:txbxContent>
+                                    </v:textbox>
+                                    <w10:wrap anchorx="page" anchory="page"/>
+                                </v:shape>
+                            </w:pict>
+                        </w:r>
+                    </w:p>
+                </w:hdr>
+                <w:ftr w:type="odd">
+                    <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                        <w:pPr>
+                            <w:pStyle w:val="a6"/>
+                        </w:pPr>
+                        <w:r>
+                            <w:pict>
+                                <v:shapetype id="_x0000_t202" coordsize="21600,21600" o:spt="202"
+                                             path="m,l,21600r21600,l21600,xe">
+                                    <v:stroke joinstyle="miter"/>
+                                    <v:path gradientshapeok="t" o:connecttype="rect"/>
+                                </v:shapetype>
+                                <v:shape id="_x0000_s1026" o:spid="_x0000_s1025" type="#_x0000_t202"
+                                         style="position:absolute;margin-left:192.05pt;margin-top:0;width:2in;height:2in;z-index:2;mso-wrap-style:none;mso-position-horizontal-relative:margin"
+                                         filled="f" stroked="f">
+                                    <v:textbox style="mso-fit-shape-to-text:t" inset="0,0,0,0">
+                                        <w:txbxContent>
+                                            <w:p wsp:rsidR="00000000" wsp:rsidRDefault="00000000">
+                                                <w:pPr>
+                                                    <w:snapToGrid w:val="off"/>
+                                                    <w:jc w:val="center"/>
+                                                    <w:rPr>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                </w:pPr>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <wx:font wx:val="宋体"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:t>第</w:t>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:t></w:t>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:fldChar w:fldCharType="begin"/>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:instrText> PAGE \* MERGEFORMAT</w:instrText>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:fldChar w:fldCharType="separate"/>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:t>1</w:t>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:fldChar w:fldCharType="end"/>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:t></w:t>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <wx:font wx:val="宋体"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:t>页</w:t>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:t></w:t>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <wx:font wx:val="宋体"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:t>共</w:t>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:t></w:t>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:fldChar w:fldCharType="begin"/>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:instrText> NUMPAGES \* MERGEFORMAT</w:instrText>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:fldChar w:fldCharType="separate"/>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:t>2</w:t>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:fldChar w:fldCharType="end"/>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:t></w:t>
+                                                </w:r>
+                                                <w:r>
+                                                    <w:rPr>
+                                                        <w:rFonts w:hint="fareast"/>
+                                                        <wx:font wx:val="宋体"/>
+                                                        <w:sz w:val="18"/>
+                                                    </w:rPr>
+                                                    <w:t>页</w:t>
+                                                </w:r>
+                                            </w:p>
+                                        </w:txbxContent>
+                                    </v:textbox>
+                                    <w10:wrap anchorx="margin"/>
+                                </v:shape>
+                            </w:pict>
+                        </w:r>
+                    </w:p>
+                </w:ftr>
+                <w:pgSz w:w="11906" w:h="16838"/>
+                <w:pgMar w:top="1440" w:right="1080" w:bottom="1440" w:left="1080" w:header="851" w:footer="992"
+                         w:gutter="0"/>
+                <w:cols w:space="720"/>
+                <w:titlePg/>
+                <w:docGrid w:type="lines" w:line-pitch="319"/>
+            </w:sectPr>
+        </wx:sect>
+    </w:body></w:wordDocument>

BIN
yudao-module-as/yudao-module-as-biz/src/main/resources/word/zx.docx


+ 6 - 1
yudao-module-bpm/yudao-module-bpm-biz/pom.xml

@@ -80,6 +80,11 @@
             <groupId>org.flowable</groupId>
             <artifactId>flowable-spring-boot-starter-actuator</artifactId>
         </dependency>
-
+<!--        <dependency>-->
+<!--            <groupId>cn.iocoder.boot</groupId>-->
+<!--            <artifactId>yudao-module-eve-api</artifactId>-->
+<!--            <version>2.1.0-jdk8-snapshot</version>-->
+<!--            <scope>compile</scope>-->
+<!--        </dependency>-->
     </dependencies>
 </project>

+ 6 - 1
yudao-module-system/yudao-module-system-biz/pom.xml

@@ -132,7 +132,12 @@
             <groupId>com.xingyuv</groupId>
             <artifactId>spring-boot-starter-captcha-plus</artifactId> <!-- 验证码,一般用于登录使用 -->
         </dependency>
-
+<!--        <dependency>-->
+<!--            <groupId>cn.iocoder.boot</groupId>-->
+<!--            <artifactId>yudao-module-eve-api</artifactId>-->
+<!--            <version>2.1.0-jdk8-snapshot</version>-->
+<!--            <scope>compile</scope>-->
+<!--        </dependency>-->
     </dependencies>
 
 </project>

+ 1 - 0
yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/dal/dataobject/user/AdminUserDO.java

@@ -33,6 +33,7 @@ public class AdminUserDO extends TenantBaseDO {
      */
     @TableId
     private Long id;
+
     /**
      * 学号
      */

+ 10 - 0
yudao-server/src/main/resources/application.yaml

@@ -50,6 +50,16 @@ knife4j:
   setting:
     language: zh_cn
 
+# minio 配置#
+minio:
+  endpoint: 127.0.0.1
+  port: 9000
+  accessKey: minioadmin
+  secretKey: minioadmin
+  secure: true
+  bucketName: "fdy-ptf-bucket"
+
+
 # 工作流 Flowable 配置
 flowable:
   # 1. false: 默认值,Flowable 启动时,对比数据库表中保存的版本,如果不匹配。将抛出异常