merge(마스터): main_desktop_1 재료_유가전력 합침 — 키 대장 「다음」·「폐기」 합치기

- 「다음」 MO 73 채택(저쪽 새 키) · 나머지는 같음
- 「폐기」 는 양쪽 합집합 — 유류 5줄·되풀이 기호·MN 유지

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JgUhN55Z3BCYhUJTjwTNfj
This commit is contained in:
2026-09-20 18:53:40 +09:00
co-authored by Claude Opus 5
13 changed files with 9303 additions and 103 deletions
@@ -41,7 +41,7 @@ BOOKS = (
"SW노임",
"산림노임",
"준용대상",
"오피넷유가",
"유가전력",
"자재품목",
"한국은행환율",
"조달청제비율",
@@ -132,7 +132,7 @@ COLS = {
"비고",
"면수",
),
"오피넷유가": (
"유가전력": (
"",
"원문번호",
"구분",
@@ -145,7 +145,7 @@ COLS = {
"비고",
),
}
COLS["한국은행환율"] = COLS["오피넷유가"]
COLS["한국은행환율"] = COLS["유가전력"]
def _detail(name: str) -> str: