load()
load(array|string $relation, mixed $cache = false) : $this
延迟预载入关联查询
Parameters
| array|string | $relation | 关联 |
| mixed | $cache | 关联缓存 |
模型数据集类
setParent(\think\Model $parent) : $this
设置父模型
| \think\Model | $parent | 父模型 |