sigd/app/Models/Waste4C2b.php

14 lines
298 B
PHP

<?php
namespace App\Models;
class Waste4C2b extends SigdModel
{
protected $table = 'waste_4c2b';
protected $fillable = [
'id', 'inventory_year', 'activity_year', 'category',
'open_burned', 'ef', 'ch4',
'row_num', 'row_status', 'created_by', 'updated_by',
];
}