feat(M08-B): 补任务事件流水
This commit is contained in:
@@ -75,6 +75,18 @@ export interface CleaningTaskMember {
|
||||
settledAt?: string | null;
|
||||
}
|
||||
|
||||
export interface CleaningTaskEvent {
|
||||
id: string;
|
||||
taskId: string;
|
||||
fromStatus: TaskStatus | null;
|
||||
toStatus: TaskStatus;
|
||||
action: string;
|
||||
actorId: string;
|
||||
traceId: string;
|
||||
note: string;
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
export interface CleaningSettlement {
|
||||
id: string;
|
||||
settlementNo: string;
|
||||
|
||||
Reference in New Issue
Block a user