File: /www/wwwroot/cms.smpolia.com/application/message/model/MessageGroup.php
<?php
// +----------------------------------------------------------------------
// | Yzncms [ 御宅男工作室 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2018 http://yzncms.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: 御宅男 <530765310@qq.com>
// +----------------------------------------------------------------------
// +----------------------------------------------------------------------
// | 消息模型
// +----------------------------------------------------------------------
namespace app\message\model;
use \think\Model;
class MessageGroup extends Model
{
protected $autoWriteTimestamp = true;
}