<?php /** * CpModel.php UTF-8 * CP管理Model * * @date : 2017/11/29 20:25 * * @license 这不是一个自由软件,未经授权不许任何使用和传播。 * @author : wuyonghong <wyh@huosdk.com> * @version : HUOSDK 8.0 */ namespace huo\model\game; use huo\model\common\CommonModel; class CpModel extends CommonModel { protected $name = 'cp'; // 开启自动写入时间戳字段 protected $autoWriteTimestamp = true; }