Роли, переделывание отчета, изменение на главной странице
This commit is contained in:
21
app/Models/MisMedicalHistory.php
Normal file
21
app/Models/MisMedicalHistory.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class MisMedicalHistory extends Model
|
||||
{
|
||||
protected $table = 'stt_medicalhistory';
|
||||
|
||||
protected $primaryKey = 'MedicalHistoryID';
|
||||
|
||||
protected $fillable = [
|
||||
'MedicalHistoryID',
|
||||
'FAMILY',
|
||||
'Name',
|
||||
'OT',
|
||||
'BD',
|
||||
'Address'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user