Commit Graph

2 Commits

Author SHA1 Message Date
JR
86f40f2a9a feat(oa): 新增考勤(含考勤/加班/出差)相关功能
- 添加 GearAttendanceRecord 模型类
- 创建 GearAttendanceRecordBo 业务对象类
- 实现 GearAttendanceRecordController 控制器
- 编写 GearAttendanceRecordMapper Mapper 接口和 XML 文件
- 开发 GearAttendanceRecordServiceImpl 服务实现类- 定义 IGearAttendanceRecordService 服务接口
- 创建 GearAttendanceRecordVo 视图对象类
2025-08-06 16:23:17 +08:00
JR
39e85d5f8b refactor(project): 重构项目模块并更新依赖版本
- 新增 gear-oa 模块,用于处理 OA 功能
- 更新项目中所有模块的父项目版本为 0.8.3
- 修改 pom.xml 文件中的依赖版本引用
- 删除多个单元测试类,清理无用代码
2025-08-06 15:26:45 +08:00