Appearance
GET /dm-store/storeMain/detail/{id}
Content-Type: 无
触发按钮:getDetail
入参
传递对象:Long
以以下格式输出传输对象,字段信息, 包含了文件类型,有则填充表格,没有则保留表头
| 字段 | 类型 | 必填 | 多选 | 校验规则 | 说明 |
|---|---|---|---|---|---|
| id | Long | 否 | 否 | - | 路径中的业务 id |
实际入参
json
...出参
传递对象:ResultData<PartMainVo><单个 PartMainVo 对象>
json
{
"code": 200,
"msg": "success"
}前端校验规则
text
...后端逻辑
text
...后端校验规则
text
...涉及数据库表
| 库名.表名 | mapper.statement | 描述 |
|---|---|---|
| store_main | StoreMainMapper.selectById | 按 id 查询warehouse详情 |