<?php namespace app\common\model; /** * 资讯内容表 * @author Administrator */ class Content extends \think\Model { protected $pk = 'id'; protected $table = 'cy_content'; protected $dateFormat = false; //时间戳格式不自动转换 }