From 9af48a15afbb297f65d85715947e1468e0a351b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Thu, 12 Feb 2026 15:24:49 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=82=B4=ED=99=94=EC=8B=A4=20=ED=92=88?= =?UTF-8?q?=EB=AA=A9=20=EB=A7=88=EC=8A=A4=ED=84=B0=20=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - code: 80019 → 내화실-WY-MA12 - name: 실 → 내화실 - unit: m → 콘 - attributes.spec: WY-MA12 - options: lot_managed, consumption_method(manual), production_source(purchased), material 추가 Co-Authored-By: Claude Opus 4.6 --- database/seeders/data/kyungdong/items.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/database/seeders/data/kyungdong/items.json b/database/seeders/data/kyungdong/items.json index 07485c0..a7ed7bf 100644 --- a/database/seeders/data/kyungdong/items.json +++ b/database/seeders/data/kyungdong/items.json @@ -2601,16 +2601,16 @@ { "tenant_id": 287, "item_type": "SM", - "code": "80019", - "name": "실", - "unit": "m", + "code": "내화실-WY-MA12", + "name": "내화실", + "unit": "콘", "category_id": 337, "process_type": null, "item_category": null, "bom": null, - "attributes": "{\"spec\": \" \", \"item_div\": \"[부재료]\", \"legacy_num\": 114, \"107_item_name\": \"기타\", \"legacy_source\": \"KDunitprice\"}", + "attributes": "{\"spec\": \"WY-MA12\", \"item_div\": \"[부재료]\", \"legacy_num\": 114, \"107_item_name\": \"기타\", \"legacy_source\": \"KDunitprice\"}", "attributes_archive": null, - "options": null, + "options": "{\"lot_managed\": true, \"consumption_method\": \"manual\", \"production_source\": \"purchased\", \"material\": \"SUS316L + Para aramid\"}", "description": null, "is_active": 1, "created_by": 1,