feat: [inspection] InspectionConfigData에 finishing_type 필드 추가
- API 응답의 마감유형(S1/S2/S3) 정보를 타입에 반영
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user