예제 #1
0
 public function getCustTbl()
 {
     return $this->hasOne(Customers::className(), ['CUST_KD' => 'CUST_KD']);
 }
예제 #2
0
 public function getCuslayer()
 {
     return $this->hasOne(Customers::className(), ['LAYER' => 'LAYER_ID']);
 }