pls_create_map
pls_create_mapCreates a map entity in the PLS personnel positioning system. Requires confirmation and optional fields for map name, code, and building ID.
Instructions
【🔧 管理】创建地图实体。
参数:
confirm: 二次确认(必填),必须传 "确认"
根据实体类型传入对应字段
返回: {success: true/false, entity: 实体名称, action: 操作类型}
提示: 确认+只传必填字段
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | 地图ID(更新/删除时必填,长整型以字符串传入) | |
| code | No | 地图编码 | |
| name | No | 地图名称 | |
| confirm | Yes | ⚠️ 写操作需二次确认,必须传 "确认" | |
| buildingId | No | 所属楼栋ID |