pls_create_goods
pls_create_goodsCreate a goods entity in the PLS system. Confirm the action by passing '确认'.
Instructions
【🔧 管理】创建物品实体。
参数:
confirm: 二次确认(必填),必须传 "确认"
根据实体类型传入对应字段
返回: {success: true/false, entity: 实体名称, action: 操作类型}
提示: 确认+只传必填字段
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | 物品ID(更新/删除时必填,长整型以字符串传入) | |
| code | No | 物品编号 | |
| name | No | 物品名称 | |
| confirm | Yes | ⚠️ 写操作需二次确认,必须传 "确认" |