<?php
/**
 * Created by PhpStorm.
 * User: liyifei2012it
 * Date: 18/3/28
 * Time: 15:53
 */

namespace Common\Model;

class ItemModel extends AbstractModel
{

    // 构造方法
    public function __construct()
    {
        parent::__construct();
    }
}