芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/medicine.joruridoctor.com/app/Models/ProductModel.php
hasMany(ProductInModel::class, 'product_id'); } public function productOut() { return $this->hasMany(ProductOutModel::class, 'product_id'); } public function stock() { return $this->hasOne(StockModel::class, 'product_id', 'id'); } }