StationCacheShelfGridService.php 213 B

12345678910111213
  1. <?php
  2. namespace App\Services;
  3. use App\Traits\ServiceAppAop;
  4. use App\StationCacheShelfGrid;
  5. class StationCacheShelfGridService
  6. {
  7. use ServiceAppAop;
  8. protected $modelClass=StationCacheShelfGrid::class;
  9. }