odf_new/server/ZR.Service/Business
zpc 827d7a4367
All checks were successful
continuous-integration/drone/push Build is passing
feat(odf): Add marker pole management and audit logging for v1.2.0
- Add marker pole CRUD functionality with database tables (odf_marker_poles, odf_marker_pole_images)
- Implement marker pole API endpoints and service layer with data isolation by department
- Add UniApp pages for marker pole list, detail, and creation workflows
- Add Vue management backend pages for marker pole and audit log management
- Implement audit logging system via ActionFilter to track all business entity modifications
- Extend search API to include marker poles in results alongside cables and faults
- Add OdfAuditLogsController and service for querying audit trail data
- Update optical box detail page with left-right frame color scheme (green-orange)
- Add cable type page as entry point for marker poles and fault lists
- Create database migration scripts for v1.2.0 schema and permissions
- Add DeptDataScopeHelper for department-based data access control
- Update MCP settings to disable SQL Server connection and fix formatting
- Add marker pole service integration in UniApp with COS image upload support
2026-04-18 22:50:15 +08:00
..
IBusinessService feat(odf): Add marker pole management and audit logging for v1.2.0 2026-04-18 22:50:15 +08:00
DeptDataScopeHelper.cs feat(odf): Add marker pole management and audit logging for v1.2.0 2026-04-18 22:50:15 +08:00
OdfAppUpdatesService.cs 初始化 2026-03-02 18:13:36 +08:00
OdfAuditLogsService.cs feat(odf): Add marker pole management and audit logging for v1.2.0 2026-04-18 22:50:15 +08:00
OdfCableFaultImagesService.cs feat: ODF v1.0.2 功能更新 - 签到、干线故障、光缆管理、用户模块权限 2026-03-04 14:08:48 +08:00
OdfCableFaultsService.cs feat(odf): Add marker pole management and audit logging for v1.2.0 2026-04-18 22:50:15 +08:00
OdfCablesService.cs feat(odf): Add marker pole management and audit logging for v1.2.0 2026-04-18 22:50:15 +08:00
OdfCheckinService.cs fix: 修复编译错误 + 新增后台管理前端Docker部署配置 2026-03-04 17:45:05 +08:00
OdfFramesService.cs 初始化 2026-03-02 18:13:36 +08:00
OdfMarkerPoleImagesService.cs feat(odf): Add marker pole management and audit logging for v1.2.0 2026-04-18 22:50:15 +08:00
OdfMarkerPolesService.cs feat(odf): Add marker pole management and audit logging for v1.2.0 2026-04-18 22:50:15 +08:00
OdfPortFaultService.cs 初始化 2026-03-02 18:13:36 +08:00
OdfPortsService.cs feat(odf-ports): Add port side support for optical distribution frame ports 2026-04-04 18:31:19 +08:00
OdfRacksService.cs 初始化 2026-03-02 18:13:36 +08:00
OdfRoomsService.cs 初始化 2026-03-02 18:13:36 +08:00
OdfUserModulesService.cs feat: ODF v1.0.2 功能更新 - 签到、干线故障、光缆管理、用户模块权限 2026-03-04 14:08:48 +08:00