feat: [inspection] InspectionConfigData에 finishing_type 필드 추가

- API 응답의 마감유형(S1/S2/S3) 정보를 타입에 반영
This commit is contained in:
2026-02-27 17:36:42 +09:00
parent 0da6586bb6
commit 0f53b407db

View File

@@ -789,6 +789,7 @@ export interface InspectionConfigData {
work_order_id: number;
process_type: string;
product_code: string | null;
finishing_type: string | null;
template_id: number | null;
items: InspectionConfigItem[];
}