Files

23 lines
1.1 KiB
Markdown

# 2026-05-13
## wellness 模块别名定义
用户明确:以后 "wellness" 指代:
- 项目: ruoyi-vue-pro
- 模块路径: /home/yangxuan/Projects/IdeaProjects/ruoyi-vue-pro/yudao-module-wellness
- 包路径: cn.iocoder.yudao.module.wellness
## 模块路径映射
| 简称 | 模块路径 | 包路径 |
|------|---------|--------|
| wellness | `/home/yangxuan/Projects/IdeaProjects/ruoyi-vue-pro/yudao-module-wellness` | `cn.iocoder.yudao.module.wellness` |
| family | `/home/yangxuan/Projects/IdeaProjects/ruoyi-vue-pro/yudao-module-family` | `cn.iocoder.yudao.module.family` |
| tab | `/home/yangxuan/Projects/IdeaProjects/ruoyi-vue-pro/yudao-module-tab` | `cn.iocoder.yudao.module.tab` |
## 待办:编译验证
2026-05-13 11:12 — ContractRecordPageReqVO、ContractPageReqVO、JavInfoPageReqVO 三个类从 `extends PageParam` 改为 `extends SortablePageParam`
ContractRecordMapper、ContractMapper、JavInfoMapper 的 `selectPage` 改为传入 `reqVO.getSortingFields()`
**待提醒:编译验证** — 用户要求在合适时机执行 `mvn compile -pl yudao-module-wellness -am` 验证所有 agent 生效。