LuoYanshouModel.class.php
302 Bytes
<?php
/**
* Created by PhpStorm.
* User: Dell
* Date: 2018/9/4
* Time: 14:49
*/
namespace Common\Model;
use Common\Common\Constant;
class LuoyanshouModel extends AbstractModel
{
/*
* 构造函数
*/
public function __construct()
{
parent::__construct();
}
}