- esn_tag_binding: ESL 태그 ↔ 선반위치 ↔ 상품 매핑 테이블 - esn_update_queue: POS 가격변경 → 태그 RF 전파 추적 큐 - TagBindingController/Service/Mapper: 태그 바인딩 CRUD + 언바인딩 - UpdateQueueController/Service/Mapper: Gateway 폴링(/poll), 태그 ACK(/confirm), 실패재시도 - PosCvtService.process(): 가격 처리 시 바인딩된 e-paper 태그에 자동 큐 생성 - 프론트: TagBindingList.tsx (배터리/신호강도), UpdateQueueList.tsx (5초 자동갱신) - 사이드바: 태그 바인딩 / 업데이트 큐 메뉴 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
28 lines
186 B
Plaintext
28 lines
186 B
Plaintext
# Maven build
|
|
target/
|
|
*.jar
|
|
*.war
|
|
*.class
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
.vite/
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Env
|
|
.env.local
|
|
.env.production
|