<?php namespace app\common\model; /** * 渠道秘钥表 * @author Administrator */ class Article extends \think\Model { protected $pk = 'id'; protected $table = 'cy_article'; protected $dateFormat = false; //时间戳格式不自动转换 }