<?php namespace App\Services; use App\Traits\ServiceAppAop; use App\StationCacheShelfGrid; class StationCacheShelfGridService { use ServiceAppAop; protected $modelClass=StationCacheShelfGrid::class; }