pls_update_goods
pls_update_goodsUpdate goods entities by specifying the item ID and fields to modify. A confirmation parameter is required to execute the change.
Instructions
【🔧 管理】更新物品实体。
参数:
confirm: 二次确认(必填),必须传 "确认"
根据实体类型传入对应字段
返回: {success: true/false, entity: 实体名称, action: 操作类型}
提示: 确认+只传需改字段
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | 物品ID(更新/删除时必填,长整型以字符串传入) | |
| code | No | 物品编号 | |
| name | No | 物品名称 | |
| confirm | Yes | ⚠️ 写操作需二次确认,必须传 "确认" |