mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
添加方法声明注释
This commit is contained in:
@@ -17,6 +17,13 @@ use think\Loader;
|
||||
use think\Model;
|
||||
use think\model\Relation;
|
||||
|
||||
/**
|
||||
* Class OneToOne
|
||||
* @package think\model\relation
|
||||
* @method void eagerlySete($resultSet, $relation, $subRelation, $closure) 预载入关联查询(数据集)
|
||||
* @method void eagerlyOne($result, $relation, $subRelation, $closure) 预载入关联查询(数据)
|
||||
*
|
||||
*/
|
||||
abstract class OneToOne extends Relation
|
||||
{
|
||||
// 预载入方式 0 -JOIN 1 -IN
|
||||
|
||||
Reference in New Issue
Block a user