Added Service

This commit is contained in:
2026-02-21 21:57:31 +08:00
parent 6238c701c0
commit 46a84b4d95
8 changed files with 171 additions and 41 deletions
+1
View File
@@ -68,6 +68,7 @@ void main() {
final task = Task(
id: 'TSK-1',
ticketId: 'TCK-1',
taskNumber: '2026-02-00001',
title: 'Reboot printer',
description: 'Clear queue and reboot',
officeId: 'office-1',
+2
View File
@@ -106,6 +106,7 @@ void main() {
final emptyTask = Task(
id: 'tsk-1',
ticketId: null,
taskNumber: '2026-02-00002',
title: 'No metadata',
description: '',
officeId: 'office-1',
@@ -159,6 +160,7 @@ void main() {
final task = Task(
id: 'tsk-1',
ticketId: null,
taskNumber: '2026-02-00002',
title: 'Has metadata',
description: '',
officeId: 'office-1',