* @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; }