add 平台测试员列表查询接口

This commit is contained in:
jsowell
2026-08-06 13:50:24 +08:00
parent 323b43be53
commit 1ce9e78128
5 changed files with 46 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ UI (from `jsowell-charge-ui/`):
- Java: follow existing conventions (4 spaces; `PascalCase` types; `camelCase` methods; `UPPER_SNAKE_CASE` constants). Keep changes scoped to one module when possible.
- UI: follow `jsowell-charge-ui/.editorconfig` + `jsowell-charge-ui/.eslintrc.js` (2 spaces, single quotes, no semicolons). Run `npm run lint` before PRs.
- UI: when creating `el-card` cards in `jsowell-charge-ui`, always add top/bottom padding to the card body. The global style `jsowell-charge-ui/src/assets/styles/common.scss` sets `.el-card__body { padding: 0 20px }` (no vertical padding), so content sticks to the header/bottom edges. Prefer a scoped rule per card, e.g. `.xxx-card .el-card__body { padding: 12px 20px 14px; }`.
## Testing Guidelines