zhamao-framework/docs/api/ZM/DB/InsertBody.md
Github Build Bot c1a877489b update api docs
2022-04-02 17:31:48 +00:00

42 lines
530 B
Markdown

# ZM\DB\InsertBody
## __construct
```php
public function __construct(Table $table, array|string $row): mixed
```
### 描述
InsertBody constructor.
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| table | Table | 表对象 |
| row | array|string | 行数据 |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |
## save
```php
public function save(): mixed
```
### 描述
作者很懒,什么也没有说
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |