Sign in

colleague / study-project · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
7bffbde81bd1a169dfa3aaa27ef0a912c550aa54
  • study-project
  • trunk
  • Sale
  • Common
  • Model
  • NoticeModel.class.php
  • init
    d12db008
    马雄飞 authored
    7 years ago  
    Browse Code »
NoticeModel.class.php 191 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php

namespace Common\Model;

class NoticeModel extends AbstractModel
{

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

}