inital commit

This commit is contained in:
2024-02-01 09:53:53 +00:00
commit 9743fce12b
19771 changed files with 4230637 additions and 0 deletions

23
app/Models/BBJahesh.php Normal file
View File

@@ -0,0 +1,23 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class BBJahesh extends Model
{
protected $fillable = [
'province_fa',
'province_id',
'project_type',
'project_type_fa',
'plan_id',
'plan_fa',
'project_count_all',
'project_count_done',
'project_progress',
'unit',
'lat_updated_at_fa'
];
}