update resume and service

This commit is contained in:
2024-10-29 16:04:48 +07:00
parent b5d23ac930
commit 3c5b09ed5d
3 changed files with 20 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
// export class ConfigConstant {
// static SLOT_DURATION = 60;
// static SLOT_BREAK_DURATION = 15;
// static SLOT_DURATION: number = 60;
// static SLOT_BREAK_DURATION: number = 15;
// static MID_DAY_BREAK_TIME_START: Date = new Date().setHours(12, 0, 0, 0);
// static MID_DAY_BREAK_TIME_END: Date = new Date().setHours(13, 0, 0, 0);
// static SLOT_START_TIME: Date = new Date().setHours(8, 0, 0, 0);