Chat_redbag.php 286 B

123456789101112131415
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: blues
  5. * Date: 2018/12/24
  6. * Time: 15:22
  7. */
  8. namespace App\Api\Model;
  9. use \System\Model;
  10. class Chat_redbag extends Model
  11. { public $timestamps = true;
  12. protected $table = 'chat_redbag';
  13. }