'ID', 'mall_id' => 'Mall ID', 'acid' => '微擎应用的acid', 'is_delete' => 'Is Delete', ]; } public function getMall() { return $this->hasOne(Mall::class, ['id' => 'mall_id']); } }