policeSecurity/superManagement
luozhun b3b1ee41f5 feat(assessmentCriteria): 增加企事业单位列表接口并优化考核记录功能
- 新增 OpenApiMapper 接口和对应的 XML 文件,实现根据代码和等级获取企事业单位列表
- 修改 AssessmentRecordController,增加用户类型检查注解- 更新 CkAssessmentRecordMapper 接口和 XML 文件,支持按公安单位 ID 查询考核记录- 修改 AssessmentRecordPagerQueryParams 类,增加新的查询参数
- 更新 CkAssessmentRecordServiceImpl 中的 pager 方法,支持不同用户类型的查询逻辑
- 修改 EnterprisesUnitDetailDTO 类,增加企事业单位类型字段- 新增 OpenGetEnterprisesUnit 类,用于定义企事业单位列表接口的查询参数
- 更新 OpenApiService 接口和 OpenApiServiceImpl 类,实现新的企事业单位列表接口
- 修改前端页面,支持新的查询参数和展示逻辑
2024-11-15 14:42:01 +08:00
..
public 仓库初始化 2024-08-29 17:06:00 +08:00
src feat(assessmentCriteria): 增加企事业单位列表接口并优化考核记录功能 2024-11-15 14:42:01 +08:00
.env.development feat(geometry): 添加几何工具类和坐标转换支持 2024-11-08 11:47:04 +08:00
.env.production feat(geometry): 添加几何工具类和坐标转换支持 2024-11-08 11:47:04 +08:00
.gitignore feat(superManagement): 新增行政区划树组件并集成到表单中 2024-10-31 09:45:28 +08:00
Jenkinsfile superManagement接入Jenkins 2024-10-31 11:25:20 +08:00
README.md 仓库初始化 2024-08-29 17:06:00 +08:00
index.html 公安用户增删改查 2024-09-04 17:13:01 +08:00
package.json feat(module/assessmentCriteria): 新增考核标准模块 2024-11-07 17:14:01 +08:00
tsconfig.app.json 保安 公安 注册 2024-08-30 17:03:25 +08:00
tsconfig.json 仓库初始化 2024-08-29 17:06:00 +08:00
tsconfig.node.json 保安 公安 注册 2024-08-30 17:03:25 +08:00
vite.config.ts refactor(management): 重构企事业单位相关功能 2024-11-13 09:31:37 +08:00

README.md

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.