<?php namespace app\common\model; class Libao extends \think\Model { protected $pk = 'id'; protected $table = 'cy_libao'; protected $dateFormat = false; //时间戳格式不自动转换 }