Commit 1e55d1fd6e7a95af3e305bce54e9f5120586d755

Authored by zichun
1 parent 87425859

fix(usr): 修复 review round 3 must-fix REQ-USR-003

- docs/04 § 3.2 分页约定 pageNum → page,与 docs/05 及实现保持一致

REQ-USR-003
Showing 1 changed file with 2 additions and 2 deletions
docs/04-技术规范.md
... ... @@ -147,8 +147,8 @@ type 取值:`feat` / `fix` / `refactor` / `test` / `docs` / `chore`
147 147  
148 148 ### 3.2 分页查询
149 149  
150   -- **入参**:`pageNum`(从 1 起)、`pageSize`(默认 20,最大 100)
151   -- **出参**:`{ list: [], total: N, pageNum: N, pageSize: N }`
  150 +- **入参**:`page`(从 1 起)、`pageSize`(默认 20,最大 100)
  151 +- **出参**:`{ list: [], total: N, page: N, pageSize: N }`
152 152 - 后端使用 MyBatis-Plus `Page<T>` 对象;前端使用 Ant Design `Table` 的 `pagination` 属性
153 153  
154 154 ### 3.3 日期与金额
... ...