fix: [worker-screen] source_order_item 타입에 item_code 속성 추가
빌드 타입 에러 해결
This commit is contained in:
@@ -59,6 +59,7 @@ interface WorkOrderApiItem {
|
||||
source_order_item?: {
|
||||
id: number;
|
||||
order_node_id: number | null;
|
||||
item_code?: string | null;
|
||||
floor_code?: string | null;
|
||||
symbol_code?: string | null;
|
||||
node?: { id: number; name: string; code: string } | null;
|
||||
|
||||
Reference in New Issue
Block a user