示例#1
0
 public function getAddressStreets()
 {
     return $this->hasMany(AddressStreet::className(), ['s_type_id' => 'id']);
 }