mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-10 00:40:30 +08:00
7b2bd307f1
- backend/: 13 Maven modules (cw-elevator-application, cloudwalk-cloud, intelligent-cwoscomponent, ninca-crk, etc.) - frontend/: 4 Vue projects (elevator-front, cwos-portal, alarm-front, front_acs) + decompiled + scripts - scripts/: build, test-env, tools (Docker Compose, service templates, API parity) - docs/: AGENTS.md, superpowers specs, architecture docs - .gitignore: standard Java/Maven exclusions Moved from legacy maven-*/ root layout to backend/ organized structure.
20 lines
662 B
Plaintext
20 lines
662 B
Plaintext
release-visitor-noauth-verify-v20260430/
|
|
├── README.md
|
|
├── 操作手册.md
|
|
├── 执行流程设计-简化版.md
|
|
├── 打包说明.txt
|
|
├── MANIFEST.txt
|
|
├── python/
|
|
│ ├── quick_verify_visitor_floor_policy.py
|
|
│ ├── requirements.txt
|
|
│ └── requirements-min.txt
|
|
├── report/
|
|
│ └── .gitkeep
|
|
└── sql/
|
|
├── 黄平访客ID手工查询.sql
|
|
├── 租户访客策略基线核查.sql
|
|
├── 批量样本筛选-多公司多部门.sql
|
|
├── 人工核查最终楼层结果.sql
|
|
├── 标准批量25访客-执行后核验.sql
|
|
└── batch_cases.csv
|