예제 #1
0
파일: Sales.php 프로젝트: deesoft/biz3-api
 public function getCustomer()
 {
     return $this->hasOne(Customer::className(), ['id' => 'customer_id']);
 }