mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
调整注释
This commit is contained in:
@@ -20,8 +20,8 @@ use think\model\Relation;
|
|||||||
/**
|
/**
|
||||||
* Class OneToOne
|
* Class OneToOne
|
||||||
* @package think\model\relation
|
* @package think\model\relation
|
||||||
* @method void eagerlySete($resultSet, $relation, $subRelation, $closure) 预载入关联查询(数据集)
|
* @method void eagerlySet(array $resultSet, string $relation, string $subRelation, \Closure $closure) 预载入关联查询(数据集)
|
||||||
* @method void eagerlyOne($result, $relation, $subRelation, $closure) 预载入关联查询(数据)
|
* @method void eagerlyOne(Model $result, string $relation, string $subRelation, \Closure $closure) 预载入关联查询(数据)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
abstract class OneToOne extends Relation
|
abstract class OneToOne extends Relation
|
||||||
|
|||||||
Reference in New Issue
Block a user