pls_create_person
pls_create_personCreates a person entity in the PLS system. Requires mandatory confirmation to proceed.
Instructions
【🔧 管理】创建人员实体。
参数:
confirm: 二次确认(必填),必须传 "确认"
根据实体类型传入对应字段
返回: {success: true/false, entity: 实体名称, action: 操作类型}
提示: 确认+只传必填字段
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | 人员ID(更新/删除时必填,长整型以字符串传入) | |
| name | No | 姓名 | |
| phone | No | 电话 | |
| gender | No | 性别: 0-未知, 1-男, 2-女 | |
| status | No | 状态: 0-正常, 1-停用 | |
| confirm | Yes | ⚠️ 写操作需二次确认,必须传 "确认" | |
| departmentId | No | 部门ID |