* 连锁门店 */ namespace app\smartbc\model; use think\Model; class SmartbcStoreChain extends Model{ //总店 public function chain(){ return $this->hasOne('SmartbcStore','id','store_id'); } }