Sign in

colleague / study-project · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • study-project
  • trunk
  • Message
  • Common
  • Model
  • LuoYanshouModel.class.php
  • 【留言板】添加用户登录,添加登录验证
    7b0367f5
    luoyanshou authored
    2018-09-04 16:41:46 +0800  
    Browse Dir »
LuoYanshouModel.class.php 302 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<?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();
    }
}