Appearance
POST /dm-store/storeMain/delete
Content-Type: application/json
触发按钮:storeMaindeleteArr
入参
传递对象:Long[]
以以下格式输出传输对象,字段信息, 包含了文件类型,有则填充表格,没有则保留表头
| 字段 | 类型 | 必填 | 多选 | 校验规则 | 说明 |
|---|---|---|---|---|---|
| ids | Long[] | 否 | 否 | - | 待删除物料主数据 id 集合 |
实际入参
json
...出参
传递对象:ResultData
json
{
"code": 200,
"msg": "success"
}前端校验规则
text
...后端逻辑
text
...后端校验规则
text
...涉及数据库表
| 库名.表名 | mapper.statement | 描述 |
|---|---|---|
| store_main | StoreMainMapper.LambdaUpdateWrapper.update | 更新 is_delete、update_user、update_time |
| store_bin_mapper | storeBinMapper.searchList | storeBinMapper |
| store_area_mapper | storeAreaMapper.searchList | storeAreaMapper |
| stock_main | stockMainService.findListByParam | stockMainService |