tambah function stok audit khas dan job blast wasap

This commit is contained in:
BTMS1
2023-11-20 08:44:39 +08:00
committed by Hafifie PKB
parent c76de35229
commit 155468a421
5 changed files with 349 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class BlastWasap extends Model
{
protected $table = 'log_blast_wasap';
protected $connection = 'mysql7';
protected $fillable = [
'id',
'kodcaw',
'nokp',
'notelefon',
'created_at',
'updated_at',
];
}