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