fix: [재고생산] ApiStockOrder options 타입에 reg_date 필드 추가 (빌드 에러)

This commit is contained in:
김보곤
2026-03-21 11:32:30 +09:00
parent 81be5235d3
commit 3ec80e45d5

View File

@@ -26,6 +26,7 @@ interface ApiStockOrder {
production_reason?: string;
target_stock_qty?: number;
manager_name?: string;
reg_date?: string;
bending_lot?: {
lot_number?: string;
prod_code?: string;