TD 시리얼 넘버 파싱 시 HeadTDSN 값을 'J3'에서 'J'로 변경 및 확장성 개선 #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
현재 TD 시리얼 넘버 파싱 로직에서 HeadTDSN 값이 'J3'로 고정되어 있어, 추후 'J4' 등 새로운 헤드 타입 추가 시 확장에 어려움
HeadTDSN 값을 'J'로 변경하여, 'J3', 'J4' 등 다양한 헤드 타입이 유연하게 적용될 수 있도록 파싱 로직을 수정하고자함
1. 현재 바코드 Prefix 코드
TDSNHead1 = "DIT"
TDSNHead2 = "J3"
2. 코드 수정 방향