資料庫參考
從 CLAUDE.md 分離。命名規範保留在 CLAUDE.md,此處為完整資料表清單。
核心資料表清單(28 DbSet)
Companies -- 公司別(ERA/NTV/艾比茲/年代整合)
Employees -- 員工資料
SystemUsers -- 系統帳號(HR/主管)
ExamProjects -- 年度考核專案
ExamPeriods -- 考核週期(年中/年終)
PeriodUserMappings -- 週期與使用者對應
DepartmentGroups -- 虛擬部門群組定義
ExamParticipants -- 本次考核人員名單(每次考核快照)
Dimensions -- 考核面向
Questions -- 考核題目
ExamRecords -- 考核評分記錄(每關一筆,decimal(6,3))
ExamAnswers -- 各題評分明細
ExamAttachments -- 考核附件
DisciplinaryRecords -- 獎懲記錄
GradeAdjustments -- 等第調整記錄(Scope: MidYear/YearEnd/Annual)
GradeOverrideLogs -- 超額說明歷程(ConfirmationType/Unit/SourceType=ReviewerBatch|DeptSupervisor|HrReturn)
GradeDistributions -- 等第配額設定(每虛擬部門/週期)
DepartmentConfirmations -- 部門確認狀態(GradeReview / Settlement)
InterviewRecords -- 強制面談記錄(含 PdfPath 面談表 PDF 路徑)
AnnualResults -- 年度結算結果
AuditLogs -- 稽核日誌
SystemSettings -- 系統設定(SMTP、104連線、HR管理員密碼、Login:ManualUrl)
NotificationTemplates -- 通知範本
NotificationLogs -- 通知發送記錄
BugReports -- Bug 回報單
BugReportScreenshots -- Bug 回報截圖附件
Announcements -- 登入頁最新消息/系統公告(Title/Tag/LinkUrl/IsPinned/PublishAt/ExpireAt/IsPublished)
Taglines -- 登入頁 Hero + 今日要事標語(Category=login|today、Line1/Line2/Line3、SortOrder、IsActive)
完整 Entity 定義請直接參考
Models/Models.cs與Data/ExamDbContext.cs。
最後更新:2026/04/19(新增 Announcements + Taglines 兩張表,總 DbSet 26 → 28)