feat(版本详情): 接入计划时间与日期选择

This commit is contained in:
Script Generator
2026-06-29 14:18:58 +08:00
parent dde11c0899
commit 0f64a17d44
20 changed files with 601 additions and 12 deletions

View File

@@ -34,6 +34,7 @@ export interface Bug {
resolution?: string;
estimateHours?: number;
aiEstimateHours?: number;
plannedFixAt?: string;
createdAt: string;
updatedAt: string;
}