260320:1131 Refactor Overrall #01
Build and Deploy / deploy (push) Has been cancelled

This commit is contained in:
admin
2026-03-20 11:31:27 +07:00
parent f1b81a7d0d
commit 1d3479770b
147 changed files with 1745 additions and 1567 deletions
+4
View File
@@ -1,4 +1,5 @@
// File: src/types/dto/rfa/rfa.dto.ts
import type { RFAItem } from '@/types/rfa';
// --- Create ---
export interface CreateRfaDto {
@@ -37,6 +38,9 @@ export interface CreateRfaDto {
/** รายการ ID ของ Shop Drawings ที่แนบมา (ถ้ามี) */
shopDrawingRevisionIds?: number[];
/** รายการ Items ของ RFA */
items?: RFAItem[];
}
// --- Update (Partial) ---
+1
View File
@@ -67,4 +67,5 @@ export interface CreateRFADto {
documentDate?: string;
details?: Record<string, unknown>;
shopDrawingRevisionIds?: number[];
items?: RFAItem[];
}