StationRuleBatch.php 181 B

12345678910
  1. <?php
  2. namespace App;
  3. use Illuminate\Database\Eloquent\Model;
  4. class StationRuleBatch extends Model
  5. {
  6. protected $fillable=['name','station_type_id','batch_type','owner_id'];
  7. }