add abnks

This commit is contained in:
2024-11-05 16:48:05 +05:00
parent 03b866df69
commit 158569663a
12 changed files with 185 additions and 4 deletions

View File

@@ -5,6 +5,11 @@ namespace App\Modules\Bank\Models;
use Illuminate\Database\Eloquent\Concerns\HasUuids;
use Illuminate\Database\Eloquent\Model;
/**
* @property string $name
* @property string $bab
* @property ?string $hb
*/
class Bank extends Model
{