fix: worksheet 展示时间修改

This commit is contained in:
R524809
2026-06-15 16:40:20 +08:00
parent 0bcf846857
commit b802709517
5 changed files with 20 additions and 7 deletions
+1
View File
@@ -31,4 +31,5 @@ export interface WorksheetRecord extends WorksheetConfig {
_id: string;
createdAt: Date;
updatedAt: Date;
contentUpdatedAt?: Date;
}