Skip to content

GET /dm-store/storeMain/detail/{id} ​


Content-Type: 无

触发按钮:getDetail


入参 ​

传递对象:Long

以以下格式输出传输对象,字段信息, 包含了文件类型,有则填充表格,没有则保留表头

字段类型必填多选校验规则说明
idLong否否-路径中的业务 id

实际入参 ​

json
...

出参 ​

传递对象:ResultData<PartMainVo><单个 PartMainVo 对象>

json
{
    "code": 200,
    "msg": "success"
}

前端校验规则 ​

text
...

后端逻辑 ​

text
...

后端校验规则 ​

text
...

涉及数据库表 ​

库名.表名mapper.statement描述
store_mainStoreMainMapper.selectById按 id 查询warehouse详情