Jay
2025-02-18 cace04ca82a9a1246d5fe2ecda8478f330df22d7
1
2
3
4
5
6
/**
 * 提供 RESTful API 给前端:
 * 1. admin 包:提供给管理后台 iailab-ui-admin 前端项目
 * 2. app 包:提供给用户 APP iailab-ui-app 前端项目,它的 Controller 和 VO 都要添加 App 前缀,用于和管理后台进行区分
 */
package com.iailab.module.bpm.controller;