Files
ulthon_admin/app/admin/model/XhprofRunDetail.php

19 lines
321 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
namespace app\admin\model;
use app\common\model\TimeModel;
/**
* @property int $id 主键,值=ul_xhprof_run.id不自增
* @property string $profile_data 原始 profile JSON
*/
class XhprofRunDetail extends TimeModel
{
protected $name = "xhprof_run_detail";
protected $deleteTime = false;
}