ServiceApply.php 223 B

123456789101112131415
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: lyh
  5. * Date: 20-10-4
  6. * Time: 下午7:11
  7. */
  8. namespace App\Models;
  9. class ServiceApply extends BaseModel
  10. {
  11. protected $table='service_applys';
  12. public $timestamps = true;
  13. }