Mapping Rekening DBH dan SKPD
This commit is contained in:
@@ -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"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user