heheng
2025-08-28 338f2f5afc7762dabf2409f296d5d023462ed4b5
refs
author heheng <475597332@qq.com>
Thursday, August 28, 2025 17:18 +0800
committer heheng <475597332@qq.com>
Thursday, August 28, 2025 17:18 +0800
commit338f2f5afc7762dabf2409f296d5d023462ed4b5
tree f67c910a25f0d41a3835b5babb3c905ad8c45bb5 tree | zip | gz
parent 4afe74b6713e1a2c569905d65d4efe826e90a84f view | diff
部分新功能
5 files modified
75 files added
4251 ■■■■■ changed files
multi-admin/src/main/java/com/gkhy/exam/admin/controller/system/SysUserController.java 20 ●●●●● diff | view | raw | blame | history
multi-admin/src/main/java/com/gkhy/exam/admin/controller/web/AnnualVerificationPlanController.java 70 ●●●●● diff | view | raw | blame | history
multi-admin/src/main/java/com/gkhy/exam/admin/controller/web/CalibrationMonitoringEquipmentController.java 63 ●●●●● diff | view | raw | blame | history
multi-admin/src/main/java/com/gkhy/exam/admin/controller/web/DocumentBorrowCopyController.java 69 ●●●●● diff | view | raw | blame | history
multi-admin/src/main/java/com/gkhy/exam/admin/controller/web/DocumentChangesInvalidatedController.java 67 ●●●●● diff | view | raw | blame | history
multi-admin/src/main/java/com/gkhy/exam/admin/controller/web/DocumentDestructionApplyController.java 63 ●●●●● diff | view | raw | blame | history
multi-admin/src/main/java/com/gkhy/exam/admin/controller/web/DocumentDistributionCollectionController.java 69 ●●●●● diff | view | raw | blame | history
multi-admin/src/main/java/com/gkhy/exam/admin/controller/web/ExternalKnowledgeController.java 59 ●●●●● diff | view | raw | blame | history
multi-admin/src/main/java/com/gkhy/exam/admin/controller/web/InternalKnowledgeController.java 58 ●●●●● diff | view | raw | blame | history
multi-admin/src/main/java/com/gkhy/exam/admin/controller/web/SixInspectionController.java 69 ●●●●● diff | view | raw | blame | history
multi-common/src/main/java/com/gkhy/exam/common/domain/entity/SysUser.java 16 ●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/AnnualVerificationDevice.java 98 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/AnnualVerificationPlan.java 118 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/CalibrationMonitoringEquipment.java 116 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentBorrowCopy.java 95 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentBorrowCopyRecord.java 109 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentChangesInvalidated.java 194 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentChangesInvalidatedEvaluate.java 74 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentChangesInvalidatedIssue.java 78 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentDestructionApply.java 146 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentDistributionCollection.java 95 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentDistributionCollectionRecord.java 109 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/ExternalKnowledge.java 87 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/InternalKnowledge.java 88 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/SixInspection.java 121 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/SixInspectionContent.java 78 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/domain/SixInspectionProblem.java 74 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/AnnualVerificationDeviceMapper.java 18 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/AnnualVerificationPlanMapper.java 22 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/CalibrationMonitoringEquipmentMapper.java 21 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/DocumentBorrowCopyMapper.java 22 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/DocumentBorrowCopyRecordMapper.java 18 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/DocumentChangesInvalidatedEvaluateMapper.java 18 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/DocumentChangesInvalidatedIssueMapper.java 18 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/DocumentChangesInvalidatedMapper.java 21 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/DocumentDestructionApplyMapper.java 21 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/DocumentDistributionCollectionMapper.java 22 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/DocumentDistributionCollectionRecordMapper.java 18 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/ExternalKnowledgeMapper.java 21 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/InternalKnowledgeMapper.java 21 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/SixInspectionContentMapper.java 18 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/SixInspectionMapper.java 22 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/mapper/SixInspectionProblemMapper.java 18 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/AnnualVerificationPlanService.java 25 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/CalibrationMonitoringEquipmentService.java 25 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/DocumentBorrowCopyService.java 27 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/DocumentChangesInvalidatedService.java 25 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/DocumentDestructionApplyService.java 26 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/DocumentDistributionCollectionService.java 25 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/ExternalKnowledgeService.java 25 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/InternalKnowledgeService.java 24 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/SixInspectionService.java 25 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/SysUserService.java 15 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/impl/AnnualVerificationPlanServiceImpl.java 131 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/impl/CalibrationMonitoringEquipmentServiceImpl.java 66 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/impl/DocumentBorrowCopyServiceImpl.java 126 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/impl/DocumentChangesInvalidatedServiceImpl.java 162 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/impl/DocumentDestructionApplyServiceImpl.java 64 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/impl/DocumentDistributionCollectionServiceImpl.java 127 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/impl/ExternalKnowledgeServiceImpl.java 66 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/impl/InternalKnowledgeServiceImpl.java 64 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/impl/SixInspectionServiceImpl.java 161 ●●●●● diff | view | raw | blame | history
multi-system/src/main/java/com/gkhy/exam/system/service/impl/SysUserServiceImpl.java 240 ●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/AnnualVerificationDeviceMapper.xml 5 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/AnnualVerificationPlanMapper.xml 16 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/CalibrationMonitoringEquipmentMapper.xml 14 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/DocumentBorrowCopyMapper.xml 14 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/DocumentBorrowCopyRecordMapper.xml 5 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/DocumentChangesInvalidatedEvaluateMapper.xml 5 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/DocumentChangesInvalidatedIssueMapper.xml 5 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/DocumentChangesInvalidatedMapper.xml 14 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/DocumentDestructionApplyMapper.xml 14 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/DocumentDistributionCollectionMapper.xml 14 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/DocumentDistributionCollectionRecordMapper.xml 5 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/ExternalKnowledgeMapper.xml 12 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/InternalKnowledgeMapper.xml 11 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/SixInspectionContentMapper.xml 5 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/SixInspectionMapper.xml 16 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/SixInspectionProblemMapper.xml 5 ●●●●● diff | view | raw | blame | history
multi-system/src/main/resources/mapper/system/SysUserMapper.xml 20 ●●●●● diff | view | raw | blame | history