Power.php
292 Bytes
<?php
namespace App\Modules\Models\Power;
use Illuminate\Database\Eloquent\Model;
class Power extends Model
{
//
protected $table = 'power';
//
protected $fillable = ['id', 'power_no', 'has_power', 'status','is_miss','machine_id','hatch_no', 'power_type', 'season'];
}