Mapping Rekening DBH dan SKPD

This commit is contained in:
Pusdatin BPKD Jkt
2022-08-15 12:04:38 +07:00
parent b44e429aaf
commit a2290c3c7e
18 changed files with 163 additions and 89 deletions
+7 -1
View File
@@ -11,4 +11,10 @@ class MappingDbhSkpd extends Eloquent
use HasFactory;
protected $connection = 'Samasa';
protected $table = 'SAMASA.mapping_dbh_skpd';
}
protected $fillable = [
"id_sps",
"tahun",
"kode_rekening",
"kode_skpd"
];
}