Новые таблицы миса
This commit is contained in:
16
app/Models/MisMKB.php
Normal file
16
app/Models/MisMKB.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class MisMKB extends Model
|
||||
{
|
||||
protected $table = 'oms_mkb';
|
||||
protected $primaryKey = 'MKBID';
|
||||
|
||||
protected $fillable = [
|
||||
'DS',
|
||||
'NAME'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user