<?php namespace App; use Illuminate\Database\Eloquent\Model; class OrderCountingRecord extends Model { // protected $fillable = ['owner_id','shop_id' ,'warehouse_id' ,'logistic_id' ,'date_target' ,'counting_unit' ,'amount']; }