Appearance
POST /dm-store/storeMain/update
Content-Type: application/json
触发按钮:storeMainUpdate
入参
传递对象:StoreMainVo
以以下格式输出传输对象,字段信息, 包含了文件类型,有则填充表格,没有则保留表头
| 字段 | 类型 | 必填 | 多选 | 校验规则 | 说明 |
|---|---|---|---|---|---|
| validFlag | Integer | 否 | 否 | - | 是否可用 0-否 1-是 |
| location | String | 否 | 否 | - | 位置 |
实际入参
json
...出参
传递对象:ResultData
json
{
"code": 200,
"msg": "success"
}前端校验规则
text
...后端逻辑
text
...后端校验规则
text
...涉及数据库表
| 库名.表名 | mapper.statement | 描述 |
|---|---|---|
| store_main | StoreMainMapper.updateById | 按 id 更新warehouse数据 |