コード例 #1
0
ファイル: DeliveryAddress.php プロジェクト: shuangjie/galaxy
 public function getDistrictArea()
 {
     return $this->hasOne(Area::className(), ['area_id' => 'district']);
 }