관리페이지 데이터 전송 구현
Deploy EG-BIM QA Gateway / deploy (push) Successful in 2m4s

This commit is contained in:
root
2026-09-21 14:46:36 +09:00
parent 42516b4f8b
commit 3c10478482
54 changed files with 16055 additions and 45 deletions
+17
View File
@@ -0,0 +1,17 @@
```mermaid
erDiagram
software_apps ||--o{ workspaces : "defines"
service_types ||--o{ workspaces : "defines"
users ||--o{ user_workspace_access : "has"
workspaces ||--o{ user_workspace_access : "accessed_by"
workspaces ||--o{ support_tickets : "contains"
users ||--o{ support_tickets : "requester"
support_tickets ||--o{ ticket_comments : "has"
support_tickets ||--o{ attachments : "has"
support_tickets ||--o{ request_approvals : "needs"
support_tickets ||--o{ asset_allocations : "requests"
support_tickets ||--o{ vehicle_schedules : "schedules"
support_tickets ||--o{ remote_support : "needs"
assets ||--o{ asset_allocations : "allocated"
assets ||--o{ vehicle_schedules : "scheduled"
workspaces ||--o{ faqs : "provides"