<?php /** * Created by PhpStorm. * User: zhonglei * Date: 2017/6/21 * Time: 17:14 */ namespace Common\Model; class ActionLogModel extends AbstractModel { // 构造方法 public function __construct() { parent::__construct(); } }