feat(v2.4): 完成领域主写迁移

This commit is contained in:
2026-07-08 15:41:10 +08:00
parent 2358dbd0b5
commit da71128ccd
42 changed files with 1410 additions and 81 deletions

View File

@@ -5,6 +5,7 @@ import { hasPermission } from './permissions';
export interface OvertimeRecord {
id: string;
productId?: string;
projectId: string;
versionId?: string;
requirementId?: string;