251209:1453 Frontend: progress nest = UAT & Bug Fixing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// File: src/types/dto/correspondence/submit-correspondence.dto.ts
|
||||
|
||||
export interface SubmitCorrespondenceDto {
|
||||
/** ID ของ Routing Template ที่เลือกใช้ในการเดินเอกสาร */
|
||||
templateId: number;
|
||||
}
|
||||
/** Optional note when submitting to workflow */
|
||||
note?: string;
|
||||
}
|
||||
|
||||
@@ -19,7 +19,13 @@ export interface CreateTransmittalDto {
|
||||
remarks?: string;
|
||||
|
||||
/** ID ของเอกสาร (Correspondence IDs) ที่จะแนบไปใน Transmittal นี้ */
|
||||
itemIds: number[];
|
||||
items: CreateTransmittalItemDto[];
|
||||
}
|
||||
|
||||
export interface CreateTransmittalItemDto {
|
||||
itemType: string;
|
||||
itemId: number;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
// --- Update (Partial) ---
|
||||
@@ -40,4 +46,4 @@ export interface SearchTransmittalDto {
|
||||
|
||||
/** จำนวนต่อหน้า (Default: 20) */
|
||||
pageSize?: number;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user