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