示例#1
0
文件: Barang.php 项目: C12D/advanced
 public function getUnitb()
 {
     return $this->hasOne(Unitbarang::className(), ['ID' => 'KD_UNIT']);
 }