예제 #1
0
 public function getEndBorderPoint()
 {
     return @$this->hasOne(BorderCheckpoint::className(), ['id' => 'out_border_point']);
 }
예제 #2
0
 public function getBorderPoint()
 {
     return @$this->hasOne(BorderCheckpoint::className(), ['id' => 'br_code']);
 }