251211:1622 Frontend: refactor Dashboard (not finish)
This commit is contained in:
@@ -5,8 +5,9 @@ export interface SearchCorrespondenceDto {
|
||||
typeId?: number; // กรองตามประเภทเอกสาร
|
||||
projectId?: number; // กรองตามโครงการ
|
||||
statusId?: number; // กรองตามสถานะ (จาก Revision ปัจจุบัน)
|
||||
|
||||
revisionStatus?: 'CURRENT' | 'ALL' | 'OLD'; // กรองตามสถานะ Revision
|
||||
|
||||
// เพิ่มเติมสำหรับการแบ่งหน้า (Pagination)
|
||||
page?: number;
|
||||
limit?: number;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,4 +52,7 @@ export interface SearchRfaDto {
|
||||
|
||||
/** จำนวนต่อหน้า (Default: 20) */
|
||||
pageSize?: number;
|
||||
|
||||
/** Revision Status Filter */
|
||||
revisionStatus?: 'CURRENT' | 'ALL' | 'OLD';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user