TaxiServiceCategory.php 262 B

1234567891011121314151617
  1. <?php
  2. namespace app\common\model;
  3. class TaxiServiceCategory extends BaseModel
  4. {
  5. /**
  6. * @var array
  7. */
  8. protected $insert = ['created_at','updated_at'];
  9. /**
  10. * @var array
  11. */
  12. protected $update = ['updated_at'];
  13. }