<?php /** * AssetModel.php UTF-8 * * * @date : 2018/5/21 18:21 * * @license 这不是一个自由软件,未经授权不许任何使用和传播。 * @author : linjiebin <ljb@huosdk.com> * @version : HUOSDK 8.0 */ namespace huo\model\agent; use huo\model\common\CommonModel; use huolib\constant\GameConst; class AssetModel extends CommonModel { protected $name = 'asset'; // 开启自动写入时间戳字段 protected $autoWriteTimestamp = true; }