StationTaskCommodityService.php 178 B

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