StationTaskMaterialBoxService.php 180 B

123456789101112131415
  1. <?php
  2. namespace App\Services;
  3. use Illuminate\Support\Collection;
  4. class StationTaskMaterialBoxService
  5. {
  6. function createByBatches(array $batches): Collection
  7. {
  8. }
  9. }