コード例 #1
0
ファイル: MrpBom.php プロジェクト: hendri30/OpenPrint
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getMrpBoms()
 {
     return $this->hasMany(MrpBom::className(), ['bom_id' => 'id']);
 }
コード例 #2
0
ファイル: ProductUom.php プロジェクト: hendri30/OpenPrint
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getMrpBoms()
 {
     return $this->hasMany(MrpBom::className(), ['product_uom' => 'id']);
 }