<?php /** * Created by PhpStorm. * User: blues * Date: 2018/12/24 * Time: 15:22 */ namespace App\Api\Model; use \System\Model; class Chat_redbag extends Model { public $timestamps = true; protected $table = 'chat_redbag'; }