<?php namespace app\common\model; use think\Model; /** * Description of Batch * * @author sgq */ class MessageRecord extends Model { protected $table = "new_message_record"; }