fix: [수주서] ProductRow 타입에 product_code 속성 추가

빌드 타입 에러 해결
This commit is contained in:
김보곤
2026-03-22 17:16:33 +09:00
parent 1e21952f7b
commit 2af2a6760e

View File

@@ -47,6 +47,7 @@ interface ProductRow {
floor?: string;
symbol?: string;
product_name?: string;
product_code?: string;
product_type?: string;
open_width?: number | string;
open_height?: number | string;