TongBuList.php 222 B

1234567891011
  1. <?php
  2. namespace App\Models;
  3. use Illuminate\Database\Eloquent\Model;
  4. class TongBuList extends Model
  5. {
  6. protected $table='tongbu_list';
  7. protected $fillable=['status','created_at ','updated_at','finish_at','id'];
  8. }