2026-07-01 6b5f7c66fc40d7f6099d561e31a34fbd50dd20d3
1
2
3
4
5
6
/**
 * 提供 RESTful API 给前端:
 * 1. admin 包:提供给管理后台 yudao-ui-admin 前端项目
 * 2. app 包:提供给用户 APP yudao-ui-app 前端项目,它的 Controller 和 VO 都要添加 App 前缀,用于和管理后台进行区分
 */
package cn.iocoder.yudao.module.wms.controller;