一对一关联类调整

This commit is contained in:
thinkphp
2017-01-16 23:09:26 +08:00
parent d68115c946
commit 8b962ae5c5
2 changed files with 4 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ abstract class OneToOne extends Relation
{
// 预载入方式
protected $eagerlyType = 0;
// 当前关联的JOIN类型
protected $joinType;
// 要绑定的属性
protected $bindAttr = [];