Новая модель для задачи #8
Some checks failed
Build and Push Docker Image / test (push) Failing after 11s
Build and Push Docker Image / build (push) Failing after 3m17s

This commit is contained in:
brusnitsyn
2026-03-17 14:30:19 +09:00
parent 05b50cc1c8
commit 3c32aeabbe

View File

@@ -0,0 +1,11 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class OmsVisitResult extends Model
{
protected $table = 'oms_kl_visitresult';
protected $primaryKey = 'kl_VisitResultID';
}