diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-09 01:39:02 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-09 01:39:02 +0000 |
| commit | 0704d236bbcc1339c9d93ee8fc678c6a0e425841 (patch) | |
| tree | 1c06392e28576efdac8c386bc5f6ac1de936b745 /lib/items-ship/table/items-ship-table-columns.tsx | |
| parent | 629c5ab0292a5953812cece93389735581493cc9 (diff) | |
0509 기술영업 조선 아이템 매트릭스 수정(type수정)
Diffstat (limited to 'lib/items-ship/table/items-ship-table-columns.tsx')
| -rw-r--r-- | lib/items-ship/table/items-ship-table-columns.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/items-ship/table/items-ship-table-columns.tsx b/lib/items-ship/table/items-ship-table-columns.tsx index 158cd791..2b46db92 100644 --- a/lib/items-ship/table/items-ship-table-columns.tsx +++ b/lib/items-ship/table/items-ship-table-columns.tsx @@ -24,7 +24,7 @@ interface ShipbuildingTableItem { itemId: number;
workType: "기장" | "전장" | "선실" | "배관" | "철의";
shipTypes: string;
- itemCode: string | null;
+ itemCode: string;
itemName: string;
description: string | null;
createdAt: Date;
|
